Merge branch '3.2.x'
This commit is contained in:
commit
f403830a1d
|
@ -1,4 +1,5 @@
|
||||||
FROM ubuntu:jammy-20240111
|
ARG DOCKER_PROXY_CACHE=
|
||||||
|
FROM ${DOCKER_PROXY_CACHE}ubuntu:jammy-20240111
|
||||||
|
|
||||||
ADD setup.sh /setup.sh
|
ADD setup.sh /setup.sh
|
||||||
ADD get-jdk-url.sh /get-jdk-url.sh
|
ADD get-jdk-url.sh /get-jdk-url.sh
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
FROM ubuntu:jammy-20240111
|
ARG DOCKER_PROXY_CACHE=
|
||||||
|
FROM ${DOCKER_PROXY_CACHE}ubuntu:jammy-20240111
|
||||||
|
|
||||||
ADD setup.sh /setup.sh
|
ADD setup.sh /setup.sh
|
||||||
ADD get-jdk-url.sh /get-jdk-url.sh
|
ADD get-jdk-url.sh /get-jdk-url.sh
|
||||||
|
|
|
@ -13,3 +13,4 @@ build-name: "spring-boot"
|
||||||
concourse-url: "https://ci.spring.io"
|
concourse-url: "https://ci.spring.io"
|
||||||
task-timeout: 2h00m
|
task-timeout: 2h00m
|
||||||
final-release: false
|
final-release: false
|
||||||
|
dockerhub-proxy-cache: harbor-repo.vmware.com/dockerhub-proxy-cache/
|
|
@ -8,8 +8,8 @@ anchors:
|
||||||
username: ((docker-hub-username))
|
username: ((docker-hub-username))
|
||||||
password: ((docker-hub-password))
|
password: ((docker-hub-password))
|
||||||
ci-registry-image-resource-source: &ci-registry-image-resource-source
|
ci-registry-image-resource-source: &ci-registry-image-resource-source
|
||||||
username: ((docker-hub-username))
|
username: ((harbor-registry-username))
|
||||||
password: ((docker-hub-password))
|
password: ((harbor-registry-password))
|
||||||
tag: ((milestone))
|
tag: ((milestone))
|
||||||
gradle-enterprise-task-params: &gradle-enterprise-task-params
|
gradle-enterprise-task-params: &gradle-enterprise-task-params
|
||||||
GRADLE_ENTERPRISE_ACCESS_KEY: ((gradle_enterprise_secret_access_key))
|
GRADLE_ENTERPRISE_ACCESS_KEY: ((gradle_enterprise_secret_access_key))
|
||||||
|
@ -99,31 +99,31 @@ resource_types:
|
||||||
type: registry-image
|
type: registry-image
|
||||||
source:
|
source:
|
||||||
<<: *registry-image-resource-source
|
<<: *registry-image-resource-source
|
||||||
repository: concourse/registry-image-resource
|
repository: ((dockerhub-proxy-cache))concourse/registry-image-resource
|
||||||
tag: 1.7.1
|
tag: 1.9.0
|
||||||
- name: artifactory-resource
|
- name: artifactory-resource
|
||||||
type: registry-image
|
type: registry-image
|
||||||
source:
|
source:
|
||||||
<<: *registry-image-resource-source
|
<<: *registry-image-resource-source
|
||||||
repository: springio/artifactory-resource
|
repository: ((dockerhub-proxy-cache))springio/artifactory-resource
|
||||||
tag: 0.0.18
|
tag: 0.0.18
|
||||||
- name: github-status-resource
|
- name: github-status-resource
|
||||||
type: registry-image
|
type: registry-image
|
||||||
source:
|
source:
|
||||||
<<: *registry-image-resource-source
|
<<: *registry-image-resource-source
|
||||||
repository: dpb587/github-status-resource
|
repository: ((dockerhub-proxy-cache))dpb587/github-status-resource
|
||||||
tag: master
|
tag: master
|
||||||
- name: slack-notification
|
- name: slack-notification
|
||||||
type: registry-image
|
type: registry-image
|
||||||
source:
|
source:
|
||||||
<<: *registry-image-resource-source
|
<<: *registry-image-resource-source
|
||||||
repository: cfcommunity/slack-notification-resource
|
repository: ((dockerhub-proxy-cache))cfcommunity/slack-notification-resource
|
||||||
tag: latest
|
tag: latest
|
||||||
- name: github-release
|
- name: github-release
|
||||||
type: registry-image
|
type: registry-image
|
||||||
source:
|
source:
|
||||||
<<: *registry-image-resource-source
|
<<: *registry-image-resource-source
|
||||||
repository: concourse/github-release-resource
|
repository: ((dockerhub-proxy-cache))concourse/github-release-resource
|
||||||
tag: 1.8.0
|
tag: 1.8.0
|
||||||
resources:
|
resources:
|
||||||
- name: git-repo
|
- name: git-repo
|
||||||
|
@ -168,18 +168,18 @@ resources:
|
||||||
icon: docker
|
icon: docker
|
||||||
source:
|
source:
|
||||||
<<: *ci-registry-image-resource-source
|
<<: *ci-registry-image-resource-source
|
||||||
repository: ((docker-hub-organization))/((docker-hub-repository-prefix))-ci
|
repository: projects.registry.vmware.com/springboot/spring-boot-ci
|
||||||
- name: ci-image-jdk21
|
- name: ci-image-jdk21
|
||||||
type: registry-image
|
type: registry-image
|
||||||
icon: docker
|
icon: docker
|
||||||
source:
|
source:
|
||||||
<<: *ci-registry-image-resource-source
|
<<: *ci-registry-image-resource-source
|
||||||
repository: ((docker-hub-organization))/((docker-hub-repository-prefix))-ci-jdk21
|
repository: projects.registry.vmware.com/springboot/spring-boot-ci-jdk21
|
||||||
- name: paketo-builder-base-image
|
- name: paketo-builder-base-image
|
||||||
type: registry-image
|
type: registry-image
|
||||||
icon: docker
|
icon: docker
|
||||||
source:
|
source:
|
||||||
repository: paketobuildpacks/builder-jammy-base
|
repository: ((dockerhub-proxy-cache))paketobuildpacks/builder-jammy-base
|
||||||
tag: latest
|
tag: latest
|
||||||
- name: artifactory-repo
|
- name: artifactory-repo
|
||||||
type: artifactory-resource
|
type: artifactory-resource
|
||||||
|
@ -242,6 +242,7 @@ jobs:
|
||||||
image: ci-image
|
image: ci-image
|
||||||
vars:
|
vars:
|
||||||
ci-image-name: ci-image
|
ci-image-name: ci-image
|
||||||
|
dockerhub-proxy-cache: ((dockerhub-proxy-cache))
|
||||||
- task: build-ci-image-jdk21
|
- task: build-ci-image-jdk21
|
||||||
privileged: true
|
privileged: true
|
||||||
file: git-repo/ci/tasks/build-ci-image.yml
|
file: git-repo/ci/tasks/build-ci-image.yml
|
||||||
|
@ -249,6 +250,7 @@ jobs:
|
||||||
image: ci-image-jdk21
|
image: ci-image-jdk21
|
||||||
vars:
|
vars:
|
||||||
ci-image-name: ci-image-jdk21
|
ci-image-name: ci-image-jdk21
|
||||||
|
dockerhub-proxy-cache: ((dockerhub-proxy-cache))
|
||||||
- in_parallel:
|
- in_parallel:
|
||||||
- put: ci-image
|
- put: ci-image
|
||||||
params:
|
params:
|
||||||
|
@ -481,6 +483,8 @@ jobs:
|
||||||
<<: *artifactory-task-params
|
<<: *artifactory-task-params
|
||||||
- task: generate-changelog
|
- task: generate-changelog
|
||||||
file: git-repo/ci/tasks/generate-changelog.yml
|
file: git-repo/ci/tasks/generate-changelog.yml
|
||||||
|
vars:
|
||||||
|
dockerhub-proxy-cache: ((dockerhub-proxy-cache))
|
||||||
params:
|
params:
|
||||||
RELEASE_TYPE: M
|
RELEASE_TYPE: M
|
||||||
GITHUB_USERNAME: ((github-username))
|
GITHUB_USERNAME: ((github-username))
|
||||||
|
@ -503,6 +507,8 @@ jobs:
|
||||||
save_build_info: true
|
save_build_info: true
|
||||||
- task: promote
|
- task: promote
|
||||||
file: git-repo/ci/tasks/promote.yml
|
file: git-repo/ci/tasks/promote.yml
|
||||||
|
vars:
|
||||||
|
dockerhub-proxy-cache: ((dockerhub-proxy-cache))
|
||||||
params:
|
params:
|
||||||
RELEASE_TYPE: RC
|
RELEASE_TYPE: RC
|
||||||
<<: *artifactory-task-params
|
<<: *artifactory-task-params
|
||||||
|
@ -585,6 +591,8 @@ jobs:
|
||||||
save_build_info: true
|
save_build_info: true
|
||||||
- task: publish-to-sdkman
|
- task: publish-to-sdkman
|
||||||
file: git-repo/ci/tasks/publish-to-sdkman.yml
|
file: git-repo/ci/tasks/publish-to-sdkman.yml
|
||||||
|
vars:
|
||||||
|
dockerhub-proxy-cache: ((dockerhub-proxy-cache))
|
||||||
params:
|
params:
|
||||||
<<: *sdkman-task-params
|
<<: *sdkman-task-params
|
||||||
RELEASE_TYPE: RELEASE
|
RELEASE_TYPE: RELEASE
|
||||||
|
|
|
@ -3,8 +3,8 @@ platform: linux
|
||||||
image_resource:
|
image_resource:
|
||||||
type: registry-image
|
type: registry-image
|
||||||
source:
|
source:
|
||||||
repository: concourse/oci-build-task
|
tag: 0.11.1
|
||||||
tag: 0.10.0
|
repository: ((dockerhub-proxy-cache))concourse/oci-build-task
|
||||||
username: ((docker-hub-username))
|
username: ((docker-hub-username))
|
||||||
password: ((docker-hub-password))
|
password: ((docker-hub-password))
|
||||||
inputs:
|
inputs:
|
||||||
|
@ -17,7 +17,7 @@ params:
|
||||||
CONTEXT: ci-images-git-repo/ci/images
|
CONTEXT: ci-images-git-repo/ci/images
|
||||||
DOCKERFILE: ci-images-git-repo/ci/images/((ci-image-name))/Dockerfile
|
DOCKERFILE: ci-images-git-repo/ci/images/((ci-image-name))/Dockerfile
|
||||||
DOCKER_HUB_AUTH: ((docker-hub-auth))
|
DOCKER_HUB_AUTH: ((docker-hub-auth))
|
||||||
REGISTRY_MIRRORS: ((docker-hub-mirror))
|
BUILD_ARG_DOCKER_PROXY_CACHE: ((dockerhub-proxy-cache))
|
||||||
run:
|
run:
|
||||||
path: /bin/sh
|
path: /bin/sh
|
||||||
args:
|
args:
|
||||||
|
|
|
@ -3,7 +3,7 @@ platform: linux
|
||||||
image_resource:
|
image_resource:
|
||||||
type: registry-image
|
type: registry-image
|
||||||
source:
|
source:
|
||||||
repository: springio/github-changelog-generator
|
repository: ((dockerhub-proxy-cache))springio/github-changelog-generator
|
||||||
tag: '0.0.8'
|
tag: '0.0.8'
|
||||||
username: ((docker-hub-username))
|
username: ((docker-hub-username))
|
||||||
password: ((docker-hub-password))
|
password: ((docker-hub-password))
|
||||||
|
|
|
@ -3,7 +3,7 @@ platform: linux
|
||||||
image_resource:
|
image_resource:
|
||||||
type: registry-image
|
type: registry-image
|
||||||
source:
|
source:
|
||||||
repository: springio/concourse-release-scripts
|
repository: ((dockerhub-proxy-cache))springio/concourse-release-scripts
|
||||||
tag: '0.4.0'
|
tag: '0.4.0'
|
||||||
username: ((docker-hub-username))
|
username: ((docker-hub-username))
|
||||||
password: ((docker-hub-password))
|
password: ((docker-hub-password))
|
||||||
|
|
|
@ -3,7 +3,7 @@ platform: linux
|
||||||
image_resource:
|
image_resource:
|
||||||
type: registry-image
|
type: registry-image
|
||||||
source:
|
source:
|
||||||
repository: springio/concourse-release-scripts
|
repository: ((dockerhub-proxy-cache))springio/concourse-release-scripts
|
||||||
tag: '0.4.0'
|
tag: '0.4.0'
|
||||||
username: ((docker-hub-username))
|
username: ((docker-hub-username))
|
||||||
password: ((docker-hub-password))
|
password: ((docker-hub-password))
|
||||||
|
|
Loading…
Reference in New Issue