Skip to content

Commit

Permalink
Migrate from deprecated MAINTAINER command.
Browse files Browse the repository at this point in the history
  • Loading branch information
thatnerdjosh authored and zerotacg committed Jul 13, 2024
1 parent 017ac8c commit 03d2c79
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion tool/quick_start/docker/ryzombuild_focal_amd64/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM --platform=linux/amd64 ubuntu:focal
MAINTAINER Ryzom Core <https://wiki.ryzom.dev/>
LABEL org.opencontainers.image.authors="Ryzom Core <https://wiki.ryzom.dev/>"

RUN sed -i -e 's/archive\.ubuntu\.com/mirrors\.digitalocean\.com/' /etc/apt/sources.list

Expand Down
2 changes: 1 addition & 1 deletion tool/quick_start/docker/ryzombuild_jammy_amd64/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM --platform=linux/amd64 ubuntu:jammy
MAINTAINER Ryzom Core <https://wiki.ryzom.dev/>
LABEL org.opencontainers.image.authors="Ryzom Core <https://wiki.ryzom.dev/>"

RUN sed -i -e 's/archive\.ubuntu\.com/mirrors\.digitalocean\.com/' /etc/apt/sources.list

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM --platform=linux/amd64 steamrt_scout_amd64:latest
MAINTAINER Ryzom Core <https://wiki.ryzom.dev/>
LABEL org.opencontainers.image.authors="Ryzom Core <https://wiki.ryzom.dev/>"

RUN update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-9 90 \
&& update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-9 90 \
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM --platform=linux/386 steamrt_scout_i386:latest
MAINTAINER Ryzom Core <https://wiki.ryzom.dev/>
LABEL org.opencontainers.image.authors="Ryzom Core <https://wiki.ryzom.dev/>"

RUN update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-9 90 \
&& update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-9 90 \
Expand Down

0 comments on commit 03d2c79

Please sign in to comment.