ci: add buildkit_config CA trust for artifactapi push
This commit is contained in:
@@ -11,6 +11,11 @@ steps:
|
|||||||
registry: artifactapi.k8s.syd1.au.unkin.net
|
registry: artifactapi.k8s.syd1.au.unkin.net
|
||||||
repo: artifactapi.k8s.syd1.au.unkin.net/docker-internal/autobackup-operator
|
repo: artifactapi.k8s.syd1.au.unkin.net/docker-internal/autobackup-operator
|
||||||
dockerfile: Dockerfile.operator
|
dockerfile: Dockerfile.operator
|
||||||
|
# buildkitd runs in its own container and performs the push; point it at the
|
||||||
|
# artifactapi CA baked into the plugin image so it trusts the registry.
|
||||||
|
buildkit_config: |
|
||||||
|
[registry."artifactapi.k8s.syd1.au.unkin.net"]
|
||||||
|
ca = ["/etc/docker/certs.d/artifactapi.k8s.syd1.au.unkin.net/ca.crt"]
|
||||||
tags:
|
tags:
|
||||||
- ${CI_COMMIT_TAG}
|
- ${CI_COMMIT_TAG}
|
||||||
- latest
|
- latest
|
||||||
|
|||||||
Reference in New Issue
Block a user