We're switching from docker.io registry for the ceph/{daemon,daemon-base}
container images to quay.io registry.
This requires to have a new credential-id in jenkins and update the
environment variables used by the ceph-container build script.
This impacts image tags like:
- latest-xxxxx
- latest-xxxxx-devel
- latest-bis
- vX.Y.Z-stable-X.Y
Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
mask-password-params: true
- credentials-binding:
- username-password-separated:
- credential-id: docker-hub-leseb
- username: DOCKER_HUB_USERNAME
- password: DOCKER_HUB_PASSWORD
+ credential-id: ceph-container-quay-io
+ username: REGISTRY_USERNAME
+ password: REGISTRY_PASSWORD
mask-password-params: true
- credentials-binding:
- username-password-separated:
- credential-id: docker-hub-leseb
- username: DOCKER_HUB_USERNAME
- password: DOCKER_HUB_PASSWORD
+ credential-id: ceph-container-quay-io
+ username: REGISTRY_USERNAME
+ password: REGISTRY_PASSWORD
mask-password-params: true
- credentials-binding:
- username-password-separated:
- credential-id: docker-hub-leseb
- username: DOCKER_HUB_USERNAME
- password: DOCKER_HUB_PASSWORD
+ credential-id: ceph-container-quay-io
+ username: REGISTRY_USERNAME
+ password: REGISTRY_PASSWORD