forked from pelican-eggs/yolks
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c2ae4bf
commit 2456056
Showing
99 changed files
with
403 additions
and
71 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,10 @@ LABEL author="Silly Development" maintainer="[email protected]" | |
RUN apt update \ | ||
&& apt -y install iproute2 git ca-certificates tzdata tini \ | ||
&& useradd -m -d /home/container container | ||
|
||
RUN rm -rf /usr/bin/dd \ | ||
&& rm -rf /usr/bin/fallocate \ | ||
&& rm -rf /usr/bin/truncate \ | ||
&& rm -rf /usr/bin/xfs_mkfile | ||
USER container | ||
ENV USER=container HOME=/home/container | ||
WORKDIR /home/container | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,10 @@ LABEL author="Silly Development" maintainer="[email protected]" | |
RUN apt update \ | ||
&& apt -y install iproute2 git ca-certificates tzdata tini \ | ||
&& useradd -m -d /home/container container | ||
|
||
RUN rm -rf /usr/bin/dd \ | ||
&& rm -rf /usr/bin/fallocate \ | ||
&& rm -rf /usr/bin/truncate \ | ||
&& rm -rf /usr/bin/xfs_mkfile | ||
USER container | ||
ENV USER=container HOME=/home/container | ||
WORKDIR /home/container | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,10 @@ LABEL author="Silly Development" maintainer="[email protected]" | |
RUN apt update \ | ||
&& apt -y install iproute2 git ca-certificates tzdata tini \ | ||
&& useradd -m -d /home/container container | ||
|
||
RUN rm -rf /usr/bin/dd \ | ||
&& rm -rf /usr/bin/fallocate \ | ||
&& rm -rf /usr/bin/truncate \ | ||
&& rm -rf /usr/bin/xfs_mkfile | ||
USER container | ||
ENV USER=container HOME=/home/container | ||
WORKDIR /home/container | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,10 @@ LABEL author="Silly Development" maintainer="[email protected]" | |
RUN apt update \ | ||
&& apt -y install iproute2 git ca-certificates tzdata tini \ | ||
&& useradd -m -d /home/container container | ||
|
||
RUN rm -rf /usr/bin/dd \ | ||
&& rm -rf /usr/bin/fallocate \ | ||
&& rm -rf /usr/bin/truncate \ | ||
&& rm -rf /usr/bin/xfs_mkfile | ||
USER container | ||
ENV USER=container HOME=/home/container | ||
WORKDIR /home/container | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,10 @@ LABEL author="Silly Development" maintainer="[email protected]" | |
RUN apt update \ | ||
&& apt -y install iproute2 git ca-certificates tzdata tini \ | ||
&& useradd -m -d /home/container container | ||
|
||
RUN rm -rf /usr/bin/dd \ | ||
&& rm -rf /usr/bin/fallocate \ | ||
&& rm -rf /usr/bin/truncate \ | ||
&& rm -rf /usr/bin/xfs_mkfile | ||
USER container | ||
ENV USER=container HOME=/home/container | ||
WORKDIR /home/container | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,10 @@ LABEL author="Silly Development" maintainer="[email protected]" | |
RUN apt update \ | ||
&& apt -y install git dnsutils curl iproute2 ffmpeg tini \ | ||
&& useradd -m -d /home/container container | ||
|
||
RUN rm -rf /usr/bin/dd \ | ||
&& rm -rf /usr/bin/fallocate \ | ||
&& rm -rf /usr/bin/truncate \ | ||
&& rm -rf /usr/bin/xfs_mkfile | ||
USER container | ||
ENV USER=container HOME=/home/container | ||
WORKDIR /home/container | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,10 @@ LABEL author="Silly Development" maintainer="[email protected]" | |
RUN apt update \ | ||
&& apt -y install git dnsutils curl iproute2 ffmpeg tini \ | ||
&& useradd -m -d /home/container container | ||
|
||
RUN rm -rf /usr/bin/dd \ | ||
&& rm -rf /usr/bin/fallocate \ | ||
&& rm -rf /usr/bin/truncate \ | ||
&& rm -rf /usr/bin/xfs_mkfile | ||
USER container | ||
ENV USER=container HOME=/home/container | ||
WORKDIR /home/container | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,10 @@ LABEL author="Silly Development" maintainer="[email protected]" | |
RUN apt update \ | ||
&& apt -y install git dnsutils curl iproute2 ffmpeg tini \ | ||
&& useradd -m -d /home/container container | ||
|
||
RUN rm -rf /usr/bin/dd \ | ||
&& rm -rf /usr/bin/fallocate \ | ||
&& rm -rf /usr/bin/truncate \ | ||
&& rm -rf /usr/bin/xfs_mkfile | ||
USER container | ||
ENV USER=container HOME=/home/container | ||
WORKDIR /home/container | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,10 @@ LABEL author="Silly Development" maintainer="[email protected]" | |
RUN apt update \ | ||
&& apt -y install git dnsutils curl iproute2 ffmpeg tini \ | ||
&& useradd -m -d /home/container container | ||
|
||
RUN rm -rf /usr/bin/dd \ | ||
&& rm -rf /usr/bin/fallocate \ | ||
&& rm -rf /usr/bin/truncate \ | ||
&& rm -rf /usr/bin/xfs_mkfile | ||
USER container | ||
ENV USER=container HOME=/home/container | ||
WORKDIR /home/container | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,10 @@ LABEL author="Silly Development" maintainer="[email protected]" | |
RUN apt update \ | ||
&& apt -y install git dnsutils curl iproute2 ffmpeg tini \ | ||
&& useradd -m -d /home/container container | ||
|
||
RUN rm -rf /usr/bin/dd \ | ||
&& rm -rf /usr/bin/fallocate \ | ||
&& rm -rf /usr/bin/truncate \ | ||
&& rm -rf /usr/bin/xfs_mkfile | ||
USER container | ||
ENV USER=container HOME=/home/container | ||
WORKDIR /home/container | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.