Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 44a927e81c | |||
| 762cfca7a4 | |||
| 7c27bd914b | |||
| 9e65bf7c9a | |||
| 1ddaf14d57 |
@@ -3,7 +3,7 @@ when:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: docker-build
|
- name: docker-build
|
||||||
image: woodpeckerci/plugin-docker-buildx
|
image: artifactapi.k8s.syd1.au.unkin.net/docker-internal/plugin-docker-buildx:latest
|
||||||
settings:
|
settings:
|
||||||
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
|
||||||
|
|||||||
@@ -6,11 +6,16 @@ steps:
|
|||||||
# No push credentials: the in-cluster runner has push access to the artifactapi
|
# No push credentials: the in-cluster runner has push access to the artifactapi
|
||||||
# docker-internal registry (same credential-less pattern as jellyfin-ha).
|
# docker-internal registry (same credential-less pattern as jellyfin-ha).
|
||||||
- name: docker
|
- name: docker
|
||||||
image: woodpeckerci/plugin-docker-buildx
|
image: artifactapi.k8s.syd1.au.unkin.net/docker-internal/plugin-docker-buildx:latest
|
||||||
settings:
|
settings:
|
||||||
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