Add maintainers to containers missing maintainers.
This commit is contained in:
parent
8c0d0a6d8c
commit
f618d06a30
2 changed files with 8 additions and 0 deletions
|
@ -1,5 +1,9 @@
|
|||
FROM eclipse-mosquitto:injected-version
|
||||
|
||||
LABEL maintainer="Matthew Baggett <matthew@baggett.me>" \
|
||||
org.label-schema.vcs-url="https://github.com/benzine-framework/docker" \
|
||||
org.opencontainers.image.source="https://github.com/benzine-framework/docker"
|
||||
|
||||
COPY mosquitto.conf /mosquitto/config/mosquitto.conf
|
||||
|
||||
RUN adduser -D mqtt
|
||||
|
|
|
@ -1,5 +1,9 @@
|
|||
FROM marshall:build AS nodejs
|
||||
|
||||
LABEL maintainer="Matthew Baggett <matthew@baggett.me>" \
|
||||
org.label-schema.vcs-url="https://github.com/benzine-framework/docker" \
|
||||
org.opencontainers.image.source="https://github.com/benzine-framework/docker"
|
||||
|
||||
ARG NODE_VERSION
|
||||
ARG YARN_VERSION
|
||||
ARG PATH="/app/node_modules/.bin:${PATH}"
|
||||
|
|
Loading…
Reference in a new issue