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

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

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

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

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

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 \

View File

@ -1,4 +1,5 @@
FROM centos:8
LABEL org.opencontainers.image.source=https://github.com/fish-shell/fish-shell
# See https://stackoverflow.com/questions/70963985/error-failed-to-download-metadata-for-repo-appstream-cannot-prepare-internal

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 \

View File

@ -1,4 +1,5 @@
FROM ubuntu:20.04
LABEL org.opencontainers.image.source=https://github.com/fish-shell/fish-shell
ENV LANG C.UTF-8
ENV LC_ALL C.UTF-8

View File

@ -1,4 +1,5 @@
FROM ubuntu:16.04
LABEL org.opencontainers.image.source=https://github.com/fish-shell/fish-shell
ENV LANG C.UTF-8
ENV LC_ALL C.UTF-8