amazonlinux23 + alpine support
This commit is contained in:
4
justfile
4
justfile
@@ -1,6 +1,6 @@
|
||||
set dotenv-load
|
||||
|
||||
tag := `grep ^FROM Dockerfile | cut -d: -f2`
|
||||
tag := "alpine"
|
||||
image := "jswank/aws-cli"
|
||||
|
||||
registry := "ghcr.io"
|
||||
@@ -11,7 +11,7 @@ registry_pass_var := "REGISTRY_PASSWORD"
|
||||
|
||||
# build a new image
|
||||
build flags="":
|
||||
podman build -t {{image}}:{{tag}} {{flags}} -f Dockerfile ctx
|
||||
podman build -t {{image}}:{{tag}} {{flags}} -f Dockerfile.alpine ctx
|
||||
|
||||
# publish the image
|
||||
publish alt_tag=tag:
|
||||
|
||||
Reference in New Issue
Block a user