Add maintainers to containers missing maintainers.

This commit is contained in:
Greyscale 2024-02-12 18:24:24 +01:00
parent 8c0d0a6d8c
commit f618d06a30
No known key found for this signature in database
GPG key ID: 74BAFF55434DA4B2
2 changed files with 8 additions and 0 deletions

View file

@ -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

View file

@ -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}"