mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-09-06 01:11:23 +00:00
Bump moby tool to d9d2a91780
656bd87fd2...d9d2a91780
d9d2a91
Merge pull request #193 from ijc/bugfix-191307f13b
Defer dockerRm until we are finished with the contentsebd7228
Merge pull request #191 from ijc/reduce-memory-via-tempfiles3045a80
Stream `docker export` directly to consumer9f44acf
Generate intermediate image into a temp file9558740
Add cpu and mem profiling options Reduces the memory usage substantially. While here make some notes about the need to update src/cmd/linuxkit/build.go where people might see them. Signed-off-by: Ian Campbell <ijc@docker.com>
This commit is contained in:
@@ -13,6 +13,12 @@ Details of usage of the `vndr` tool and the format of `vendor.conf` can be found
|
||||
Once done, you must run the `vndr` tool to add the necessary files to the `vendor` directory.
|
||||
The easiest way to do this is in a container.
|
||||
|
||||
Currently if updating `github.com/moby/tool` it is also necessary to
|
||||
update `src/cmd/linuxkit/build.go` manually after updating `vendor.conf`:
|
||||
|
||||
hash=$(awk '/^github.com\/moby\/tool/ { print $2 }' src/cmd/linuxkit/vendor.conf)
|
||||
curl -fsSL -o src/cmd/linuxkit/build.go https://raw.githubusercontent.com/moby/tool/${hash}/cmd/moby/build.go
|
||||
|
||||
## Updating in a container
|
||||
|
||||
To update all dependencies:
|
||||
|
Reference in New Issue
Block a user