Skip to content

Commit

Permalink
label
Browse files Browse the repository at this point in the history
  • Loading branch information
Luxxy-GF authored May 26, 2022
1 parent 18adbbd commit 58d5a94
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions 2.7/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ FROM --platform=$TARGETOS/$TARGETARCH python:2.7-alpine
RUN apk add --update --no-cache cmake make ca-certificates curl ffmpeg g++ gcc git openssl sqlite tar tzdata \
&& adduser -D -h /home/container container

LABEL org.opencontainers.image.source https://github.com/luxxy-hosting/Docker-Python
USER container
ENV USER=container HOME=/home/container
WORKDIR /home/container
Expand Down
2 changes: 2 additions & 0 deletions 3.10/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ FROM --platform=$TARGETOS/$TARGETARCH python:3.10-alpine
RUN apk add --update --no-cache cmake make ca-certificates curl ffmpeg g++ gcc git openssl sqlite tar tzdata \
&& adduser -D -h /home/container container


LABEL org.opencontainers.image.source https://github.com/luxxy-hosting/Docker-Python
USER container
ENV USER=container HOME=/home/container
WORKDIR /home/container
Expand Down
1 change: 1 addition & 0 deletions 3.5/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ FROM --platform=$TARGETOS/$TARGETARCH python:3.5-alpine
RUN apk add --update --no-cache cmake make ca-certificates curl ffmpeg g++ gcc git openssl sqlite tar tzdata \
&& adduser -D -h /home/container container

LABEL org.opencontainers.image.source https://github.com/luxxy-hosting/Docker-Python
USER container
ENV USER=container HOME=/home/container
WORKDIR /home/container
Expand Down
1 change: 1 addition & 0 deletions 3.6/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ FROM --platform=$TARGETOS/$TARGETARCH python:3.6-alpine
RUN apk add --update --no-cache cmake make ca-certificates curl ffmpeg g++ gcc git openssl sqlite tar tzdata \
&& adduser -D -h /home/container container

LABEL org.opencontainers.image.source https://github.com/luxxy-hosting/Docker-Python
USER container
ENV USER=container HOME=/home/container
WORKDIR /home/container
Expand Down
1 change: 1 addition & 0 deletions 3.7/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ FROM --platform=$TARGETOS/$TARGETARCH python:3.7-alpine
RUN apk add --update --no-cache cmake make ca-certificates curl ffmpeg g++ gcc git openssl sqlite tar tzdata \
&& adduser -D -h /home/container container

LABEL org.opencontainers.image.source https://github.com/luxxy-hosting/Docker-Python
USER container
ENV USER=container HOME=/home/container
WORKDIR /home/container
Expand Down
1 change: 1 addition & 0 deletions 3.8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ FROM --platform=$TARGETOS/$TARGETARCH python:3.9-alpine
RUN apk add --update --no-cache cmake make ca-certificates curl ffmpeg g++ gcc git openssl sqlite tar tzdata \
&& adduser -D -h /home/container container

LABEL org.opencontainers.image.source https://github.com/luxxy-hosting/Docker-Python
USER container
ENV USER=container HOME=/home/container
WORKDIR /home/container
Expand Down
1 change: 1 addition & 0 deletions 3.9/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ FROM --platform=$TARGETOS/$TARGETARCH python:3.9-alpine
RUN apk add --update --no-cache cmake make ca-certificates curl ffmpeg g++ gcc git openssl sqlite tar tzdata \
&& adduser -D -h /home/container container

LABEL org.opencontainers.image.source https://github.com/luxxy-hosting/Docker-Python
USER container
ENV USER=container HOME=/home/container
WORKDIR /home/container
Expand Down

0 comments on commit 58d5a94

Please sign in to comment.