Label all Docker images with their source

This labels all Docker images to refer to fish-shell
This commit is contained in:
ridiculousfish
2022-11-01 16:38:46 -07:00
parent 44d45a22e3
commit 0f058039c0
10 changed files with 10 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
FROM fedora:latest
LABEL org.opencontainers.image.source=https://github.com/fish-shell/fish-shell
RUN dnf install --assumeyes \
cmake \