Skip to content

Commit f210e34

Browse files
committed
Containerfile: refactor Label definition to fix LegacyKeyValueFormat warning
1 parent 4eedde0 commit f210e34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Containerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM quay.io/podman/stable
22

3-
LABEL RUN podman run --rm --volume \$XDG_RUNTIME_DIR/podman:/run/podman:z --env NTFY_USER=\$USER --env NTFY_HOSTNAME=\$HOST -security-opt label=disable IMAGE
3+
LABEL RUN="podman run --rm --volume \$XDG_RUNTIME_DIR/podman:/run/podman:z --env NTFY_USER=\$USER --env NTFY_HOSTNAME=\$HOST -security-opt label=disable IMAGE"
44

55
ENTRYPOINT [ "/containers-check-update.sh" ]
66

0 commit comments

Comments
 (0)