github.com/containers/podman/v4@v4.9.4/libpod/define/autoupdate.go (about) 1 package define 2 3 // AutoUpdateLabel denotes the container/pod label key to specify auto-update 4 // policies in container labels. 5 const AutoUpdateLabel = "io.containers.autoupdate" 6 7 // AutoUpdateAuthfileLabel denotes the container label key to specify authfile 8 // in container labels. 9 const AutoUpdateAuthfileLabel = "io.containers.autoupdate.authfile"