Dockerfile: changed maintainer to label

This commit is contained in:
Olof hagsand 2024-08-15 11:16:20 +02:00
parent 658ad5504e
commit 05263e942a
5 changed files with 5 additions and 5 deletions

View file

@ -33,7 +33,7 @@
#
FROM alpine
MAINTAINER Olof Hagsand <olof@hagsand.se>
LABEL maintainer="Olof Hagsand <olof@hagsand.se>"
# For clixon and cligen
RUN apk add --update git make build-base gcc flex bison curl-dev

View file

@ -33,7 +33,7 @@
#
FROM alpine
MAINTAINER Olof Hagsand <olof@hagsand.se>
LABEL maintainer="Olof Hagsand <olof@hagsand.se>"
# For clixon and cligen
RUN apk add --update git make build-base gcc flex bison curl-dev

View file

@ -119,7 +119,7 @@ RUN git clone https://github.com/clicon/mib-yangs.git /usr/local/share/mib-yangs
# Stage 2
# The second step skips the development environment and builds a runtime system
FROM alpine
MAINTAINER Olof Hagsand <olof@hagsand.se>
LABEL maintainer="Olof Hagsand <olof@hagsand.se>"
# For clixon and cligen
RUN apk add --update flex bison fcgi-dev

View file

@ -34,7 +34,7 @@
# Clixon dockerfile with fcgi restconf
FROM alpine
MAINTAINER Olof Hagsand <olof@hagsand.se>
LABEL maintainer="Olof Hagsand <olof@hagsand.se>"
# For clixon and cligen
RUN apk add --update git make build-base gcc flex bison curl-dev

View file

@ -34,7 +34,7 @@
# 3.20
FROM alpine:latest
MAINTAINER Olof Hagsand <olof@hagsand.se>
LABEL maintainer="Olof Hagsand <olof@hagsand.se>"
# For clixon and cligen
RUN apk add --update git make build-base gcc flex bison curl-dev