Merge branch 'main' of ssh://github.com/OliveTin/OliveTin
This commit is contained in:
commit
d15461a67b
|
|
@ -1,14 +1,15 @@
|
||||||
FROM --platform=linux/amd64 registry.fedoraproject.org/fedora-minimal:36-x86_64
|
FROM --platform=linux/amd64 registry.fedoraproject.org/fedora-minimal:36-x86_64
|
||||||
|
|
||||||
RUN useradd --system --create-home olivetin -u 1000
|
|
||||||
|
|
||||||
RUN mkdir -p /config /var/www/olivetin \
|
RUN mkdir -p /config /var/www/olivetin \
|
||||||
&& \
|
&& \
|
||||||
microdnf install -y --nodocs --noplugins --setopt=keepcache=0 --setopt=install_weak_deps=0 \
|
microdnf install -y --nodocs --noplugins --setopt=keepcache=0 --setopt=install_weak_deps=0 \
|
||||||
iputils \
|
iputils \
|
||||||
openssh-clients \
|
openssh-clients \
|
||||||
|
shadow-utils \
|
||||||
docker
|
docker
|
||||||
|
|
||||||
|
RUN useradd --system --create-home olivetin -u 1000
|
||||||
|
|
||||||
EXPOSE 1337/tcp
|
EXPOSE 1337/tcp
|
||||||
|
|
||||||
VOLUME /config
|
VOLUME /config
|
||||||
|
|
|
||||||
|
|
@ -1,13 +1,14 @@
|
||||||
FROM --platform=linux/arm64 registry.fedoraproject.org/fedora-minimal:36-aarch64
|
FROM --platform=linux/arm64 registry.fedoraproject.org/fedora-minimal:36-aarch64
|
||||||
|
|
||||||
RUN useradd --system --create-home olivetin -u 1000
|
|
||||||
|
|
||||||
RUN mkdir -p /config /var/www/olivetin \
|
RUN mkdir -p /config /var/www/olivetin \
|
||||||
&& \
|
&& \
|
||||||
microdnf install -y --nodocs --noplugins --setopt=keepcache=0 --setopt=install_weak_deps=0 \
|
microdnf install -y --nodocs --noplugins --setopt=keepcache=0 --setopt=install_weak_deps=0 \
|
||||||
iputils \
|
iputils \
|
||||||
|
shadow-utils \
|
||||||
openssh-clients
|
openssh-clients
|
||||||
|
|
||||||
|
RUN useradd --system --create-home olivetin -u 1000
|
||||||
|
|
||||||
EXPOSE 1337/tcp
|
EXPOSE 1337/tcp
|
||||||
|
|
||||||
VOLUME /config
|
VOLUME /config
|
||||||
|
|
|
||||||
|
|
@ -1,13 +1,14 @@
|
||||||
FROM --platform=linux/armhfp registry.fedoraproject.org/fedora-minimal:36-armhfp
|
FROM --platform=linux/armhfp registry.fedoraproject.org/fedora-minimal:36-armhfp
|
||||||
|
|
||||||
RUN useradd --system --create-home olivetin -u 1000
|
|
||||||
|
|
||||||
RUN mkdir -p /config /var/www/olivetin \
|
RUN mkdir -p /config /var/www/olivetin \
|
||||||
&& \
|
&& \
|
||||||
microdnf install -y --nodocs --noplugins --setopt=keepcache=0 --setopt=install_weak_deps=0 \
|
microdnf install -y --nodocs --noplugins --setopt=keepcache=0 --setopt=install_weak_deps=0 \
|
||||||
iputils \
|
iputils \
|
||||||
|
shadow-utils \
|
||||||
openssh-clients
|
openssh-clients
|
||||||
|
|
||||||
|
RUN useradd --system --create-home olivetin -u 1000
|
||||||
|
|
||||||
EXPOSE 1337/tcp
|
EXPOSE 1337/tcp
|
||||||
|
|
||||||
VOLUME /config
|
VOLUME /config
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue