Skip to content
Snippets Groups Projects
Commit 65255327 authored by Thomas Schneider's avatar Thomas Schneider
Browse files

Makefile: Put container image and tag into variables

parent 2690daeb
Branches
No related tags found
No related merge requests found
IMAGE=docker.io/library/alpine
TAG=3.18
image.sqfs: image.sqfs:
podman run --rm -ti -v $$PWD:/build -w /build alpine:3.17 ./make-image.sh podman run --rm --volume $$PWD:/build --workdir /build \
$(IMAGE):$(TAG) \
./make-image.sh
.PHONY: image.sqfs .PHONY: image.sqfs
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment