mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-25 19:54:38 +00:00
fix hash calculation for Go build container
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
parent
2cb98db2a5
commit
b9d77945f3
@ -8,7 +8,7 @@ default: push
|
|||||||
hash:
|
hash:
|
||||||
docker pull $(BASE)
|
docker pull $(BASE)
|
||||||
tar cf - Dockerfile | docker build --no-cache -t $(IMAGE):build -
|
tar cf - Dockerfile | docker build --no-cache -t $(IMAGE):build -
|
||||||
docker run golang:alpine sh -c 'cat /usr/local/go/bin/go /lib/apk/db/installed | sha1sum' | sed 's/ .*//' > hash
|
docker run $(IMAGE):build sh -c 'cat /usr/local/go/bin/go /lib/apk/db/installed | sha1sum' | sed 's/ .*//' > hash
|
||||||
|
|
||||||
push: hash
|
push: hash
|
||||||
docker pull mobylinux/$(IMAGE):$(shell cat hash) || \
|
docker pull mobylinux/$(IMAGE):$(shell cat hash) || \
|
||||||
|
Loading…
Reference in New Issue
Block a user