Dockerfile: changed maintainer to label
This commit is contained in:
parent
658ad5504e
commit
05263e942a
5 changed files with 5 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue