feat(docker): add source label to images

This commit is contained in:
Tine Jozelj 2020-12-21 23:03:27 +01:00
parent 3cf7240161
commit f8d3da3805
No known key found for this signature in database
GPG key ID: 3818B74E3830D7CF
2 changed files with 2 additions and 0 deletions

View file

@ -2,6 +2,7 @@
FROM fedora:33
LABEL maintainer="Tine <mentos1386> Jozelj <tine@tjo.space>"
LABEL org.opencontainers.image.source https://github.com/mentos1386/env
ARG SSH_USER="${SSH_USER:-blink}"
ARG SSH_PASSWORD="${SSH_PASSWORD:-blink}"

View file

@ -2,6 +2,7 @@
FROM ubuntu:20.10
LABEL maintainer="Tine <mentos1386> Jozelj <tine@tjo.space>"
LABEL org.opencontainers.image.source https://github.com/mentos1386/env
ARG SSH_USER="${SSH_USER:-blink}"
ARG SSH_PASSWORD="${SSH_PASSWORD:-blink}"