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 centos:7
LABEL org.opencontainers.image.source=https://github.com/fish-shell/fish-shell
# install epel first to get cmake3
RUN yum install --assumeyes epel-release https://repo.ius.io/ius-release-el7.rpm \