mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-22 18:41:37 +00:00
build: Update go-compile image to latest
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
This commit is contained in:
parent
4c1a45957e
commit
b062a57e6c
2
Makefile
2
Makefile
@ -5,7 +5,7 @@ all: default
|
||||
VERSION="0.0" # dummy for now
|
||||
GIT_COMMIT=$(shell git rev-list -1 HEAD)
|
||||
|
||||
GO_COMPILE=linuxkit/go-compile:6579a00b44686d0e504d513fc4860094769fe7df
|
||||
GO_COMPILE=linuxkit/go-compile:f68574b165475cff908190e0f1e86cbbb1884f86
|
||||
|
||||
MOBY?=bin/moby
|
||||
LINUXKIT?=bin/linuxkit
|
||||
|
@ -22,7 +22,7 @@ docker run -it --rm \
|
||||
-v $(PWD):/go/src/github.com/docker/moby \
|
||||
-w /go/src/github.com/docker/moby \
|
||||
--entrypoint /go/bin/vndr \
|
||||
linuxkit/go-compile:6579a00b44686d0e504d513fc4860094769fe7df
|
||||
linuxkit/go-compile:f68574b165475cff908190e0f1e86cbbb1884f86
|
||||
```
|
||||
|
||||
To update a single dependency:
|
||||
@ -32,7 +32,7 @@ docker run -it --rm \
|
||||
-v $(PWD):/go/src/github.com/docker/moby \
|
||||
-w /go/src/github.com/docker/moby \
|
||||
--entrypoint /go/bin/vndr \
|
||||
linuxkit/go-compile:6579a00b44686d0e504d513fc4860094769fe7df \
|
||||
linuxkit/go-compile:f68574b165475cff908190e0f1e86cbbb1884f86 \
|
||||
github.com/docker/docker
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user