@@ -0,0 +1,13 @@
#image basename
BASENAME=devenv
# TODO use git tag
IMAGE_NAME=$(BASENAME):latest
build:
$(info BUILDING IMAGE NAME: $(IMAGE_NAME))
docker build \
-t $(IMAGE_NAME) \
-f Dockerfile .
docker image ls $(IMAGE_NAME)
The note is not visible to the blocked user.