refactor: add spacing to dockerfiles
All checks were successful
Build container / fedora-build (push) Successful in 5m48s
All checks were successful
Build container / fedora-build (push) Successful in 5m48s
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
ARG TAG
|
ARG TAG
|
||||||
FROM git.plabble.org/job79/fedora:${TAG}
|
FROM git.plabble.org/job79/fedora:${TAG}
|
||||||
USER root
|
USER root
|
||||||
|
|
||||||
RUN dnf -y install go
|
RUN dnf -y install go
|
||||||
|
|
||||||
USER user
|
USER user
|
||||||
|
|||||||
@@ -1,6 +1,8 @@
|
|||||||
ARG TAG
|
ARG TAG
|
||||||
FROM git.plabble.org/job79/fedora:${TAG}
|
FROM git.plabble.org/job79/fedora:${TAG}
|
||||||
USER root
|
USER root
|
||||||
|
|
||||||
RUN dnf -y install kubectl openssl
|
RUN dnf -y install kubectl openssl
|
||||||
RUN curl -sL https://talos.dev/install | sh
|
RUN curl -sL https://talos.dev/install | sh
|
||||||
|
|
||||||
USER user
|
USER user
|
||||||
|
|||||||
@@ -1,5 +1,7 @@
|
|||||||
ARG TAG
|
ARG TAG
|
||||||
FROM git.plabble.org/job79/fedora:${TAG}
|
FROM git.plabble.org/job79/fedora:${TAG}
|
||||||
USER root
|
USER root
|
||||||
|
|
||||||
RUN dnf -y install qemu-system-x86
|
RUN dnf -y install qemu-system-x86
|
||||||
|
|
||||||
USER user
|
USER user
|
||||||
|
|||||||
Reference in New Issue
Block a user