mirror of
https://github.com/containers/podman.git
synced 2025-12-04 04:09:40 +08:00
Bump Buildah to v1.11.6
Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com>
This commit is contained in:
2
vendor/github.com/containers/buildah/install.md
generated
vendored
2
vendor/github.com/containers/buildah/install.md
generated
vendored
@@ -374,7 +374,7 @@ cat /etc/containers/policy.json
|
||||
|
||||
## Vendoring
|
||||
|
||||
Buildah uses Go Modules for vendoring purposes. If you need to update or add a vendored package into Buildah, please follow this proceedure:
|
||||
Buildah uses Go Modules for vendoring purposes. If you need to update or add a vendored package into Buildah, please follow this procedure:
|
||||
* Enter into your sandbox `src/github.com/containers/buildah` and ensure that the GOPATH variable is set to the directory prior as noted above.
|
||||
* `export GO111MODULE=on`
|
||||
* Assuming you want to 'bump' the `github.com/containers/storage` package to version 1.12.13, use this command: `go get github.com/containers/storage@v1.12.13`
|
||||
|
||||
Reference in New Issue
Block a user