mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-09-04 16:30:52 +00:00
Update to latest alpine base for go-compile
I noticed that running the runes in docs/vendoring.md made a bunch of files which are omitted by modern vndr come back, presumably due to the old version of vndr referenced there. So update the go-compile package to the current version everywhere. Also correct the use of `make` variable syntax (`$(PWD)`) where shell syntax command substitution for `pwd` was desired. Signed-off-by: Ian Campbell <ijc@docker.com>
This commit is contained in:
@@ -19,20 +19,20 @@ To update all dependencies:
|
||||
|
||||
```
|
||||
docker run -it --rm \
|
||||
-v $(PWD):/go/src/github.com/linuxkit/linuxkit \
|
||||
-v $(pwd):/go/src/github.com/linuxkit/linuxkit \
|
||||
-w /go/src/github.com/linuxkit/linuxkit/src/cmd/linuxkit \
|
||||
--entrypoint /go/bin/vndr \
|
||||
linuxkit/go-compile:f68574b165475cff908190e0f1e86cbbb1884f86
|
||||
linuxkit/go-compile:a1e3cd3a54b1ad683b555655282272d0eb27ee40
|
||||
```
|
||||
|
||||
To update a single dependency:
|
||||
|
||||
```
|
||||
docker run -it --rm \
|
||||
-v $(PWD):/go/src/github.com/linuxkit/linuxkit \
|
||||
-v $(pwd):/go/src/github.com/linuxkit/linuxkit \
|
||||
-w /go/src/github.com/linuxkit/linuxkit/src/cmd/linuxkit \
|
||||
--entrypoint /go/bin/vndr \
|
||||
linuxkit/go-compile:f68574b165475cff908190e0f1e86cbbb1884f86 \
|
||||
linuxkit/go-compile:a1e3cd3a54b1ad683b555655282272d0eb27ee40
|
||||
github.com/docker/docker
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user