Added --dry-run option to image prune #28694
Open
Cirrus CI / Build for rawhide
failed
May 14, 2026 in 5m 10s
Task Summary
Instruction postbuild failed in 00:08
Details
✅ 00:17 clone
✅ 00:02 prebuild
✅ 00:02 setup
✅ 04:34 main
❌ 00:08 postbuild
-func selinuxEnabled() bool {
- return false
-}
-
// Capabilities returns the capabilities parses the Add and Drop capability
// list from the default capabilities for the container.
func (c *Config) Capabilities(user string, addCapabilities, dropCapabilities []string) ([]string, error) {
diff --git a/vendor/go.podman.io/common/pkg/config/default.go b/vendor/go.podman.io/common/pkg/config/default.go
index fddbe281f6..a4dca5ebcd 100644
--- a/vendor/go.podman.io/common/pkg/config/default.go
+++ b/vendor/go.podman.io/common/pkg/config/default.go
@@ -220,7 +220,7 @@ func defaultConfig() (*Config, error) {
DefaultSysctls: configfile.Slice{},
Devices: configfile.Slice{},
EnableKeyring: true,
- EnableLabeling: selinuxEnabled(),
+ EnableLabeling: selinux.GetEnabled(),
Env: configfile.NewSlice(defaultContainerEnv),
EnvHost: false,
HTTPProxy: true,
diff --git a/vendor/go.podman.io/common/pkg/subscriptions/mounts.conf b/vendor/go.podman.io/common/pkg/subscriptions/mounts.conf
index b7cde9d8a3..e69de29bb2 100644
--- a/vendor/go.podman.io/common/pkg/subscriptions/mounts.conf
+++ b/vendor/go.podman.io/common/pkg/subscriptions/mounts.conf
@@ -1 +0,0 @@
-/usr/share/rhel/secrets:/run/secrets
diff --git a/vendor/modules.txt b/vendor/modules.txt
index f0c9ed1fdf..11ad477cc3 100644
--- a/vendor/modules.txt
+++ b/vendor/modules.txt
@@ -186,7 +186,7 @@ github.com/distribution/reference
## explicit
github.com/docker/distribution/registry/api/errcode
github.com/docker/distribution/registry/api/v2
-# github.com/docker/docker-credential-helpers v0.9.6
+# github.com/docker/docker-credential-helpers v0.9.7
## explicit; go 1.21
github.com/docker/docker-credential-helpers/client
github.com/docker/docker-credential-helpers/credentials
@@ -735,7 +735,7 @@ go.podman.io/buildah/pkg/sshagent
go.podman.io/buildah/pkg/util
go.podman.io/buildah/pkg/volumes
go.podman.io/buildah/util
-# go.podman.io/common v0.67.2-0.20260511131139-020a2274da88 => github.com/Luap99/container-libs/common v0.0.0-20260507114201-8488036ffdbc
+# go.podman.io/common v0.67.2-0.20260511131139-020a2274da88 => github.com/zvenigorodsky/container-libs/common v0.0.0-20260513201046-29c417f5d0a4
## explicit; go 1.25.6
go.podman.io/common/internal
go.podman.io/common/libimage
@@ -1182,6 +1182,6 @@ tags.cncf.io/container-device-interface/pkg/parser
# tags.cncf.io/container-device-interface/specs-go v1.1.0
## explicit; go 1.19
tags.cncf.io/container-device-interface/specs-go
-# go.podman.io/common => github.com/Luap99/container-libs/common v0.0.0-20260507114201-8488036ffdbc
+# go.podman.io/common => github.com/zvenigorodsky/container-libs/common v0.0.0-20260513201046-29c417f5d0a4
# go.podman.io/image/v5 => github.com/Luap99/container-libs/image/v5 v5.0.0-20260507114201-8488036ffdbc
# go.podman.io/storage => github.com/Luap99/container-libs/storage v0.0.0-20260507114201-8488036ffdbc
Loading