Add podman manifest rm --ignore #24678
Open
Cirrus CI / Build for rawhide
failed
Nov 26, 2024 in 4m 45s
Task Summary
Instruction postbuild failed in 00:07
Details
✅ 00:15 clone
✅ 00:01 prebuild
✅ 00:03 setup
✅ 04:13 main
❌ 00:07 postbuild
go: downloading github.com/toqueteos/webbrowser v1.2.0
go: downloading github.com/go-openapi/errors v0.20.4
go: downloading go.mongodb.org/mongo-driver v1.11.3
go: downloading github.com/google/uuid v1.3.0
go: downloading github.com/spf13/viper v1.16.0
go: downloading github.com/Masterminds/sprig/v3 v3.2.3
go: downloading github.com/go-openapi/inflect v0.19.0
go: downloading gopkg.in/yaml.v2 v2.4.0
go: downloading github.com/go-openapi/jsonpointer v0.19.6
go: downloading github.com/felixge/httpsnoop v1.0.3
go: downloading github.com/go-openapi/jsonreference v0.20.2
go: downloading github.com/go-swagger/scan-repo-boundary v0.0.0-20180623220736-973b3573c013
go: downloading github.com/fsnotify/fsnotify v1.6.0
go: downloading github.com/spf13/afero v1.9.5
go: downloading github.com/spf13/cast v1.5.1
go: downloading github.com/spf13/jwalterweatherman v1.1.0
go: downloading github.com/Masterminds/goutils v1.1.1
go: downloading github.com/Masterminds/semver/v3 v3.2.0
go: downloading github.com/huandu/xstrings v1.3.3
go: downloading github.com/imdario/mergo v0.3.12
go: downloading github.com/mitchellh/copystructure v1.2.0
go: downloading github.com/shopspring/decimal v1.2.0
go: downloading golang.org/x/crypto v0.17.0
go: downloading github.com/rogpeppe/go-internal v1.9.0
go: downloading github.com/frankban/quicktest v1.14.4
go: downloading github.com/subosito/gotenv v1.4.2
go: downloading github.com/hashicorp/hcl v1.0.0
go: downloading gopkg.in/ini.v1 v1.67.0
go: downloading github.com/magiconair/properties v1.8.7
go: downloading github.com/pelletier/go-toml/v2 v2.0.8
go: downloading github.com/mitchellh/reflectwalk v1.0.2
go: downloading github.com/tidwall/pretty v1.0.0
go mod vendor
go mod verify
all modules verified
go mod edit -toolchain none
make: Leaving directory '/var/tmp/go/src/github.com/containers/podman/test/tools'
tree is dirty, please run 'make vendor', 'make -C test/tools vendor' and 'make completions' and commit all changes
M docs/source/markdown/podman-manifest-rm.1.md
---------------------- Diff below ----------------------
diff --git a/docs/source/markdown/podman-manifest-rm.1.md b/docs/source/markdown/podman-manifest-rm.1.md
index 0613db19f..d9fbf2532 100644
--- a/docs/source/markdown/podman-manifest-rm.1.md
+++ b/docs/source/markdown/podman-manifest-rm.1.md
@@ -4,7 +4,7 @@
podman\-manifest\-rm - Remove manifest list or image index from local storage
## SYNOPSIS
-**podman manifest rm** [*options*] *list-or-index* [...]
+**podman manifest rm** *list-or-index* [...]
## DESCRIPTION
Removes one or more locally stored manifest lists.
Loading