mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-21 10:09:07 +00:00
Fix Makefile deps
Just noticed this while copying it for another build. Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
parent
4615aa7a45
commit
dae19ed847
@ -5,9 +5,9 @@ IMAGE=alpine-build-go
|
||||
|
||||
default: push
|
||||
|
||||
hash:
|
||||
hash: Dockerfile lint.sh
|
||||
DOCKER_CONTENT_TRUST=1 docker pull $(BASE)
|
||||
tar cf - Dockerfile lint.sh | docker build --no-cache -t $(IMAGE):build -
|
||||
tar cf - $^ | docker build --no-cache -t $(IMAGE):build -
|
||||
docker run --rm $(IMAGE):build sh -c 'cat /usr/local/go/bin/go /lib/apk/db/installed /usr/bin/lint.sh /go/bin/golint | sha1sum' | sed 's/ .*//' > hash
|
||||
|
||||
push: hash
|
||||
|
Loading…
Reference in New Issue
Block a user