aboutsummaryrefslogtreecommitdiff
path: root/libpod/define/autoupdate.go
diff options
context:
space:
mode:
Diffstat (limited to 'libpod/define/autoupdate.go')
-rw-r--r--libpod/define/autoupdate.go9
1 files changed, 9 insertions, 0 deletions
diff --git a/libpod/define/autoupdate.go b/libpod/define/autoupdate.go
new file mode 100644
index 000000000..7c278c3c5
--- /dev/null
+++ b/libpod/define/autoupdate.go
@@ -0,0 +1,9 @@
+package define
+
+// AutoUpdateLabel denotes the container/pod label key to specify auto-update
+// policies in container labels.
+const AutoUpdateLabel = "io.containers.autoupdate"
+
+// AutoUpdateAuthfileLabel denotes the container label key to specify authfile
+// in container labels.
+const AutoUpdateAuthfileLabel = "io.containers.autoupdate.authfile"