Add script/command to validate Dockerfile args versions

This commit is contained in:
Claudio Ortolina
2026-04-12 12:10:34 +01:00
parent 9c7ab5b229
commit 65135a618d
4 changed files with 83 additions and 0 deletions
@@ -0,0 +1,3 @@
Run `mise run dev:validate-docker-image` to check that the Dockerfile builder image tag exists on Docker Hub and supports all required architectures (linux/amd64 and linux/arm64).
Report the results. If validation fails, explain which architecture is missing and suggest checking the available tags at https://hub.docker.com/r/hexpm/elixir/tags.