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 ubuntu:18.04
LABEL org.opencontainers.image.source=https://github.com/fish-shell/fish-shell
ENV LANG C.UTF-8
ENV LC_ALL C.UTF-8