-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add bind_support LABEL for images supporting BIND_ADDRESS
- Loading branch information
Showing
15 changed files
with
15 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
FROM ustcmirror/base:alpine | ||
LABEL maintainer="iBug <[email protected]>" | ||
LABEL bind_support=true | ||
RUN apk add --no-cache --update wget perl ca-certificates git python3 py3-requests && \ | ||
mkdir -p /usr/local/lib/tunasync | ||
ADD tunasync /usr/local/lib/tunasync | ||
|
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 |
---|---|---|
@@ -1,4 +1,5 @@ | ||
FROM ustcmirror/base:alpine | ||
LABEL maintainer="Yifan Gao [email protected]" | ||
LABEL bind_support=true | ||
RUN apk add --no-cache curl coreutils grep findutils bash | ||
ADD curl-helper.sh / |
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 |
---|---|---|
@@ -1,5 +1,6 @@ | ||
FROM ustcmirror/base:alpine | ||
LABEL maintainer="Shengjing Zhu <[email protected]>" | ||
LABEL bind_support=true | ||
RUN apk add --no-cache zsh curl rsync ca-certificates gawk grep bzip2 coreutils diffutils findutils \ | ||
&& curl -fLo /usr/local/bin/quick-fedora-mirror https://pagure.io/quick-fedora-mirror/raw/master/f/quick-fedora-mirror \ | ||
&& chmod +x /usr/local/bin/quick-fedora-mirror | ||
|
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 |
---|---|---|
@@ -1,5 +1,6 @@ | ||
FROM ustcmirror/gitsync | ||
LABEL maintainer="Yifan Gao <[email protected]>" | ||
LABEL bind_support=true | ||
RUN apk add --no-cache curl coreutils parallel gawk sed grep tar findutils bash | ||
ADD sync-ports.sh / | ||
ENV SYNC_SCRIPT=/sync-ports.sh |
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 |
---|---|---|
@@ -1,5 +1,6 @@ | ||
FROM ustcmirror/base:alpine | ||
LABEL maintainer="Yulong Ming <[email protected]>" | ||
LABEL bind_support=true | ||
RUN apk add --no-cache python3 py3-requests py3-yaml && \ | ||
mkdir -p /usr/local/lib/tunasync | ||
ADD tunasync /usr/local/lib/tunasync | ||
|
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 |
---|---|---|
@@ -1,4 +1,5 @@ | ||
FROM ustcmirror/base:alpine | ||
LABEL maintainer="Jian Zeng <anonymousknight96 AT gmail.com>" | ||
LABEL bind_support=true | ||
RUN apk add --no-cache lftp ca-certificates | ||
ADD sync.sh / |
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 |
---|---|---|
@@ -1,5 +1,6 @@ | ||
FROM ustcmirror/base:alpine | ||
LABEL maintainer="YR Chen <[email protected]>" | ||
LABEL bind_support=true | ||
|
||
RUN apk add --no-cache nodejs | ||
|
||
|
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