3.1.x: Migrating image repository (#276)

This commit is contained in:
Alberto C. Ríos
2024-07-22 12:21:38 +02:00
committed by GitHub
parent e1f72ef5ca
commit 546a650b24
3 changed files with 10 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
FROM harbor-repo.vmware.com/dockerhub-proxy-cache/library/ubuntu:jammy
FROM spring-credhub-docker-virtual.usw1.packages.broadcom.com/ubuntu:jammy
# Environment variables
ENV TERM dumb

View File

@@ -41,13 +41,17 @@ resource_types:
- name: pull-request
type: registry-image
source:
repository: ((dockerhub-mirror-registry))/teliaoss/github-pr-resource
repository: ((spring-credhub-virtual-docker-registry))/teliaoss/github-pr-resource
username: ((broadcom-jfrog-artifactory-robot-account.username))
password: ((broadcom-jfrog-artifactory-robot-account.password))
tag: latest
- name: slack-notification
type: registry-image
source:
repository: ((dockerhub-mirror-registry))/cfcommunity/slack-notification-resource
repository: ((spring-credhub-virtual-docker-registry))/cfcommunity/slack-notification-resource
username: ((broadcom-jfrog-artifactory-robot-account.username))
password: ((broadcom-jfrog-artifactory-robot-account.password))
tag: latest
resources:

View File

@@ -20,6 +20,6 @@ run:
params:
DOCKER_CONFIG_OUTPUT: ../docker-config
REGISTRY: ((registry))
REGISTRY_USERNAME: ((registry-username))
REGISTRY_PASSWORD: ((registry-password))
REGISTRY: ((spring-credhub-virtual-docker-registry))
REGISTRY_USERNAME: ((broadcom-jfrog-artifactory-robot-account.username))
REGISTRY_PASSWORD: ((broadcom-jfrog-artifactory-robot-account.password))