Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] podman build --pull now matches podman run #22097

Closed
wants to merge 1 commit into from

podman build --pull now matches podman run

4276056
Select commit
Loading
Failed to load commit list.
Closed

[WIP] podman build --pull now matches podman run #22097

podman build --pull now matches podman run
4276056
Select commit
Loading
Failed to load commit list.
Cirrus CI / Build for debian-13 failed Mar 25, 2024 in 6m 18s

Task Summary

Instruction postbuild failed in 00:17

Details

✅ 00:20 clone
✅ 00:09 prebuild
✅ 00:04 setup
✅ 05:22 main
❌ 00:17 postbuild

$SCRIPT_BASE/postbuild.sh
+ make .install.goimports  # ./contrib/cirrus/postbuild.sh:33 in main()
make -C test/tools build/goimports
make[1]: Entering directory '/var/tmp/go/src/github.com/containers/podman/test/tools'
go build -o build/goimports ./vendor/golang.org/x/tools/cmd/goimports
make[1]: Leaving directory '/var/tmp/go/src/github.com/containers/podman/test/tools'
+ make vendor  # ./contrib/cirrus/postbuild.sh:34 in main()
go mod tidy
go mod vendor
go mod verify
all modules verified
tree is dirty, please run 'make vendor' and commit all changes

 M docs/source/markdown/options/pull.md

---------------------- Diff below ----------------------

diff --git a/docs/source/markdown/options/pull.md b/docs/source/markdown/options/pull.md
index e8c2090ab..db2fe5f8f 100644
--- a/docs/source/markdown/options/pull.md
+++ b/docs/source/markdown/options/pull.md
@@ -1,5 +1,5 @@
 ####> This option file is used in:
-####>   podman create, run
+####>   podman build, create, farm build, run
 ####> If file is edited, make sure the changes
 ####> are applicable to all of those.
 #### **--pull**=*policy*