Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 248027aaea | |||
| 0020ee2a58 | |||
| b1470f3158 | |||
| ec04b35b39 |
@@ -25,12 +25,20 @@ steps:
|
||||
cpu: 4
|
||||
|
||||
# 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
|
||||
image: woodpeckerci/plugin-docker-buildx
|
||||
image: artifactapi.k8s.syd1.au.unkin.net/docker-internal/plugin-docker-buildx:latest
|
||||
settings:
|
||||
registry: artifactapi.k8s.syd1.au.unkin.net
|
||||
repo: artifactapi.k8s.syd1.au.unkin.net/docker-internal/jellyfin-ha
|
||||
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:
|
||||
- ${CI_COMMIT_TAG}
|
||||
- latest
|
||||
|
||||
Reference in New Issue
Block a user