Create an edge image

This commit is contained in:
Jason Swank 2023-05-08 21:56:19 -04:00
parent f3a703e12a
commit 7d0f7c03aa
2 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM docker.io/library/alpine:3
FROM docker.io/library/alpine:edge
LABEL org.opencontainers.image.title=jswank/alpine-cli \
org.opencontainers.image.description="A minimal image for running Linux CLI utilities" \

View File

@ -1,6 +1,7 @@
set dotenv-load
image := "jswank/alpine-cli:latest"
tag := `grep ^FROM Dockerfile | cut -d: -f2`
image := "jswank/alpine-cli:" + tag
registry := "ghcr.io"
registry_user := "jswank"