diff --git a/pkg/getty/Makefile b/pkg/getty/Makefile index bdff9c392..b8dfa8c5f 100644 --- a/pkg/getty/Makefile +++ b/pkg/getty/Makefile @@ -7,15 +7,9 @@ DEPS=Dockerfile usr/bin/rungetty.sh HASH?=$(shell git ls-tree HEAD -- ../$(notdir $(CURDIR)) | awk '{print $$3}') -hash: - @echo $(HASH) - tag: $(DEPS) docker build --squash --no-cache --network=none -t $(ORG)/$(IMAGE):$(HASH) . -test-tag: - docker tag $(ORG)/$(IMAGE):$(HASH) getty:test - push: tag DOCKER_CONTENT_TRUST=1 docker pull $(ORG)/$(IMAGE):$(HASH) || \ DOCKER_CONTENT_TRUST=1 docker push $(ORG)/$(IMAGE):$(HASH)