[WIP] podman build --pull now matches podman run #22097
Closed
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*
Loading