Skip to content

Commit

Permalink
👽 No more deprecated MAINTAINER
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolaik committed Sep 8, 2023
1 parent 1bcf19a commit bbb03bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates/alpine.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN grep " node-v{{ nodejs_canonical }}-linux-x64-musl.tar.xz\$" SHASUMS256.txt
RUN tar -xf "node-v{{ nodejs_canonical }}-linux-x64-musl.tar.xz"

FROM python:{{ python_image }}
MAINTAINER Nikolai R Kristiansen <[email protected]>
LABEL org.opencontainers.image.authors="Nikolai R Kristiansen <[email protected]>"

RUN addgroup -g 1000 pn && adduser -u 1000 -G pn -s /bin/sh -D pn
RUN apk add libstdc++
Expand Down
2 changes: 1 addition & 1 deletion templates/debian.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# python: {{ python_canonical }}
# nodejs: {{ nodejs_canonical }}
FROM python:{{ python_image }}
MAINTAINER Nikolai R Kristiansen <[email protected]>
LABEL org.opencontainers.image.authors="Nikolai R Kristiansen <[email protected]>"

RUN groupadd --gid 1000 pn && useradd --uid 1000 --gid pn --shell /bin/bash --create-home pn
ENV POETRY_HOME=/usr/local
Expand Down

0 comments on commit bbb03bf

Please sign in to comment.