Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 248027aaea | |||
| 0020ee2a58 | |||
| b1470f3158 | |||
| ec04b35b39 |
@@ -25,12 +25,20 @@ steps:
|
|||||||
cpu: 4
|
cpu: 4
|
||||||
|
|
||||||
# Build the runtime image and push it to the artifactapi local docker registry.
|
# Build the runtime image and push it to the artifactapi local docker registry.
|
||||||
|
# The plugin image bakes artifactapi's internal (Vault) CA at
|
||||||
|
# /etc/docker/certs.d/<registry>/ca.crt; buildkit_config points the buildx
|
||||||
|
# docker-container builder at that in-image CA. buildkitd runs in its own
|
||||||
|
# container and performs the push, so it needs the CA via --config even though
|
||||||
|
# the plugin image already trusts it — buildx copies the referenced file in.
|
||||||
- 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/jellyfin-ha
|
repo: artifactapi.k8s.syd1.au.unkin.net/docker-internal/jellyfin-ha
|
||||||
dockerfile: Dockerfile.runtime
|
dockerfile: Dockerfile.runtime
|
||||||
|
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