Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Caddy tag should be given as an ARG in Dockerfile #217

Open
dra27 opened this issue Sep 21, 2022 · 0 comments
Open

Caddy tag should be given as an ARG in Dockerfile #217

dra27 opened this issue Sep 21, 2022 · 0 comments

Comments

@dra27
Copy link
Member

dra27 commented Sep 21, 2022

The website image is pushed with both an amd64 and arm64 image - when Caddy 2.6.0 was released, the amd64 build happened before the push and the arm64 build after resulting in a single website multi-arch image with different software.

Here we can use an ARG with a default of alpine and then the deployment pipeline can use ocurrent to fix the sha256 of the manifest to ensure that's consistent in future.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant