Adding new labels to Dockerfiles

This commit is contained in:
FlUxIuS 2024-06-28 00:03:20 +02:00
parent 24109684df
commit 5be9dc1132
No known key found for this signature in database
GPG Key ID: E8B96449EE4FA72F
6 changed files with 24 additions and 0 deletions

View File

@ -4,6 +4,10 @@
# website: penthertz.com
FROM ubuntu:22.04 as base
LABEL "org.container.project"="rfswift"
LABEL "org.container.author"="Sébastien Dudek (FlUxIuS)"
RUN echo 'APT::Install-Suggests "0";' >> /etc/apt/apt.conf.d/00-docker
RUN echo 'APT::Install-Recommends "0";' >> /etc/apt/apt.conf.d/00-docker

View File

@ -4,6 +4,10 @@
# website: penthertz.com
FROM corebuild:latest
LABEL "org.container.project"="rfswift"
LABEL "org.container.author"="Sébastien Dudek (FlUxIuS)"
RUN echo 'APT::Install-Suggests "0";' >> /etc/apt/apt.conf.d/00-docker
RUN echo 'APT::Install-Recommends "0";' >> /etc/apt/apt.conf.d/00-docker

View File

@ -4,6 +4,10 @@
# website: penthertz.com
FROM corebuild:latest
LABEL "org.container.project"="rfswift"
LABEL "org.container.author"="Sébastien Dudek (FlUxIuS)"
RUN echo 'APT::Install-Suggests "0";' >> /etc/apt/apt.conf.d/00-docker
RUN echo 'APT::Install-Recommends "0";' >> /etc/apt/apt.conf.d/00-docker

View File

@ -4,6 +4,10 @@
# website: penthertz.com
FROM corebuild:latest
LABEL "org.container.project"="rfswift"
LABEL "org.container.author"="Sébastien Dudek (FlUxIuS)"
RUN echo 'APT::Install-Suggests "0";' >> /etc/apt/apt.conf.d/00-docker
RUN echo 'APT::Install-Recommends "0";' >> /etc/apt/apt.conf.d/00-docker

View File

@ -4,6 +4,10 @@
# website: penthertz.com
FROM corebuild:latest
LABEL "org.container.project"="rfswift"
LABEL "org.container.author"="Sébastien Dudek (FlUxIuS)"
RUN echo 'APT::Install-Suggests "0";' >> /etc/apt/apt.conf.d/00-docker
RUN echo 'APT::Install-Recommends "0";' >> /etc/apt/apt.conf.d/00-docker

View File

@ -4,6 +4,10 @@
# website: penthertz.com
FROM corebuild:latest
LABEL "org.container.project"="rfswift"
LABEL "org.container.author"="Sébastien Dudek (FlUxIuS)"
RUN echo 'APT::Install-Suggests "0";' >> /etc/apt/apt.conf.d/00-docker
RUN echo 'APT::Install-Recommends "0";' >> /etc/apt/apt.conf.d/00-docker