Skip to content

Commit

Permalink
enable the crreation of the public bbl docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
ramonskie committed May 11, 2023
1 parent 1e7b4c9 commit 5e4dbe6
Showing 1 changed file with 18 additions and 23 deletions.
41 changes: 18 additions & 23 deletions ci/pipelines/bosh-bootloader.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ groups:
- name: misc
jobs:
- bump-bbl-docs
# - bump-bbl-deployment-image
- bump-bbl-deployment-image
# - bump-brew-tap

resource_types:
Expand All @@ -28,17 +28,12 @@ resource_types:
repository: cloudfoundry/bosh-deployment-resource

resources:
# - name: once-a-day
# type: time
# source:
# interval: 24h

# - name: cryogenics-bbl-deployment
# type: docker-image
# source:
# repository: cryogenics/bbl-deployment
# username: ((dockerhub.username))
# password: ((dockerhub.password))
- name: docker-bbl-deployment
type: docker-image
source:
repository: cloudfoundry/bbl-deployment
username: ((foundationalinfrastructure-dockerhub_username))
password: ((foundationalinfrastructure-dockerhub_password))

- name: ubuntu-jammy-stemcell-gcp
type: bosh-io-stemcell
Expand Down Expand Up @@ -120,7 +115,7 @@ resources:
# owner: cloudfoundry
# repository: bosh-bootloader
# access_token: ((cf_deployment_release_bot_access_token))
# drafts: true
# drafts: false

- name: bbl-release-official
type: github-release
Expand Down Expand Up @@ -220,16 +215,16 @@ resources:
uri: https://github.com/cloudfoundry/runtime-ci

jobs:
# - name: bump-bbl-deployment-image
# plan:
# - in_parallel:
# - get: bosh-bootloader
# - get: once-a-day
# trigger: true
# - put: cryogenics-bbl-deployment
# params:
# tag: master
# build: bosh-bootloader/ci/dockerfiles/deployment/
- name: bump-bbl-deployment-image
plan:
- in_parallel:
- get: bosh-bootloader
- get: bbl-release-official
trigger: true
- put: docker-bbl-deployment
params:
# tag: main
build: bosh-bootloader/ci/dockerfiles/deployment/

- name: sync-version-bump-deployments
serial: true
Expand Down

0 comments on commit 5e4dbe6

Please sign in to comment.