Skip to content

Commit

Permalink
Replaced MAINTAINER with LABEL
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaasuni committed Dec 7, 2023
1 parent 1f49f3b commit 8e37ae5
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/alldev.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ARG HUGO_VERSION="0.121.0"
ARG KOTLIN_VERSION="1.9.21"
ARG NOMAD_VERSION="1.7.0"
ARG VENOM_VERSION="v1.1.0"
MAINTAINER info@tecnick.com
LABEL com.tecnick.vendor="Tecnick.com"
ENV DEBIAN_FRONTEND noninteractive
ENV TERM linux
ENV HOME /root
Expand Down
2 changes: 1 addition & 1 deletion src/gocd-agent-dood.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
ARG UBUNTU_VERSION="22.04"
ARG GOCD_VERSION="v23.3.0"
FROM gocd/gocd-agent-ubuntu-${UBUNTU_VERSION}:${GOCD_VERSION}
MAINTAINER info@tecnick.com
LABEL com.tecnick.vendor="Tecnick.com"
USER root
ENV DEBIAN_FRONTEND noninteractive
ENV TERM linux
Expand Down
2 changes: 1 addition & 1 deletion src/gocd-agent-golang.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ARG FLYWAY_VERSIONS="7.15.0,9.9.0"
ARG GO_VERSION="1.21.5"
ARG NOMAD_VERSION="1.7.0"
ARG VENOM_VERSION="v1.1.0"
MAINTAINER info@tecnick.com
LABEL com.tecnick.vendor="Tecnick.com"
USER root
ENV DEBIAN_FRONTEND noninteractive
ENV TERM linux
Expand Down
2 changes: 1 addition & 1 deletion src/gocd-agent-java.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ FROM gocd/gocd-agent-ubuntu-${UBUNTU_VERSION}:${GOCD_VERSION}
ARG NOMAD_VERSION="1.7.0"
ARG KOTLIN_VERSION="1.9.21"
ARG VENOM_VERSION="v1.1.0"
MAINTAINER info@tecnick.com
LABEL com.tecnick.vendor="Tecnick.com"
USER root
ENV DEBIAN_FRONTEND noninteractive
ENV TERM linux
Expand Down
2 changes: 1 addition & 1 deletion src/gocd-agent-python.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
ARG UBUNTU_VERSION="22.04"
ARG GOCD_VERSION="v23.3.0"
FROM gocd/gocd-agent-ubuntu-${UBUNTU_VERSION}:${GOCD_VERSION}
MAINTAINER info@tecnick.com
LABEL com.tecnick.vendor="Tecnick.com"
USER root
ENV DEBIAN_FRONTEND noninteractive
ENV TERM linux
Expand Down
2 changes: 1 addition & 1 deletion src/gocd-agent.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ARG HUGO_VERSION="0.121.0"
ARG KOTLIN_VERSION="1.9.21"
ARG NOMAD_VERSION="1.7.0"
ARG VENOM_VERSION="v1.1.0"
MAINTAINER info@tecnick.com
LABEL com.tecnick.vendor="Tecnick.com"
USER root
ENV DEBIAN_FRONTEND noninteractive
ENV TERM linux
Expand Down
2 changes: 1 addition & 1 deletion src/nomadcli.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# ------------------------------------------------------------------------------
FROM phusion/baseimage:jammy-1.0.1
ARG NOMAD_VERSION="1.7.0"
MAINTAINER info@tecnick.com
LABEL com.tecnick.vendor="Tecnick.com"
ENV DEBIAN_FRONTEND noninteractive
ENV TERM linux
ENV HOME /root
Expand Down

0 comments on commit 8e37ae5

Please sign in to comment.