mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 10:06:49 +08:00
Label all Docker images with their source
This labels all Docker images to refer to fish-shell
This commit is contained in:
parent
44d45a22e3
commit
0f058039c0
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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 \
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
FROM fedora:latest
|
||||
LABEL org.opencontainers.image.source=https://github.com/fish-shell/fish-shell
|
||||
|
||||
RUN dnf install --assumeyes \
|
||||
cmake \
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user