Skip to content

Commit

Permalink
fix MaintainerDeprecated: Maintainer instruction is deprecated in fav…
Browse files Browse the repository at this point in the history
…or of using label
  • Loading branch information
sni committed Aug 28, 2024
1 parent 0ac01ba commit 0d819ed
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.debian-icewm-vnc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

FROM debian:12

MAINTAINER Sven Nierlein "sven@consol.de"
LABEL maintainer="Sven Nierlein sven@consol.de"
ENV REFRESHED_AT=2024-08-28

LABEL io.k8s.description="Headless VNC Container with IceWM window manager, firefox and chromium" \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.debian-xfce-vnc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

FROM debian:12

MAINTAINER Sven Nierlein "sven@consol.de"
LABEL maintainer="Sven Nierlein sven@consol.de"
ENV REFRESHED_AT=2024-08-28

LABEL io.k8s.description="Headless VNC Container with Xfce window manager, firefox and chromium" \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.rocky-icewm-vnc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

FROM rockylinux:9

MAINTAINER Sven Nierlein "sven@consol.de"
LABEL maintainer="Sven Nierlein sven@consol.de"
ENV REFRESHED_AT=2024-08-28

LABEL io.k8s.description="Headless VNC Container with IceWM window manager, firefox and chromium" \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.rocky-xfce-vnc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

FROM rockylinux:9

MAINTAINER Sven Nierlein "sven@consol.de"
LABEL maintainer="Sven Nierlein sven@consol.de"
ENV REFRESHED_AT=2024-08-28

LABEL io.k8s.description="Headless VNC Container with Xfce window manager, firefox and chromium" \
Expand Down

0 comments on commit 0d819ed

Please sign in to comment.