You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
288 B
14 lines
288 B
alpine_version := '3.12'
|
|
|
|
build v=alpine_version:
|
|
docker build . \
|
|
--build-arg="BASE_VERSION={{v}}" \
|
|
-t "andrewzah/base-alpine:{{v}}"
|
|
|
|
buildall:
|
|
just build 3.12
|
|
just build 3.13
|
|
|
|
pushall:
|
|
docker push "andrewzah/base-alpine:3.12"
|
|
docker push "andrewzah/base-alpine:3.13"
|