mirror of
https://github.com/mentos1386/dotfiles.git
synced 2025-01-31 00:35:42 +00:00
feat(docker): add source label to images
This commit is contained in:
parent
3cf7240161
commit
f8d3da3805
2 changed files with 2 additions and 0 deletions
|
@ -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}"
|
||||
|
|
|
@ -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}"
|
||||
|
|
Loading…
Reference in a new issue