mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-01-15 19:29:07 +00:00
pkg: Use tini from alpine base in rngd
This makes the package slightly bigger as tini from Alpine is not statically linked but removes the dependency on ./tools/tini Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
This commit is contained in:
@@ -8,7 +8,7 @@ DEPS=Dockerfile
|
||||
HASH?=$(shell git ls-tree HEAD -- ../$(notdir $(CURDIR)) | awk '{print $$3}')
|
||||
|
||||
tag: $(DEPS)
|
||||
docker build --no-cache -t $(ORG)/$(IMAGE):$(HASH) .
|
||||
docker build --squash --no-cache -t $(ORG)/$(IMAGE):$(HASH) .
|
||||
|
||||
push: tag
|
||||
DOCKER_CONTENT_TRUST=1 docker pull $(ORG)/$(IMAGE):$(HASH) || \
|
||||
|
||||
Reference in New Issue
Block a user