Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
G
Gzz Images
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nanahira
Gzz Images
Commits
c7876309
Commit
c7876309
authored
Sep 20, 2020
by
Li Mi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
恢复命名,添加N个Java版本的镜像
parent
f7ca8a60
Changes
27
Hide whitespace changes
Inline
Side-by-side
Showing
27 changed files
with
208 additions
and
9 deletions
+208
-9
.github/workflows/adguard.yml
.github/workflows/adguard.yml
+1
-1
.github/workflows/adopt-8-hotspot.yml
.github/workflows/adopt-8-hotspot.yml
+46
-0
.github/workflows/adopt-8-openj9.yml
.github/workflows/adopt-8-openj9.yml
+46
-0
.github/workflows/ark-survival-evolved.yml
.github/workflows/ark-survival-evolved.yml
+1
-1
.github/workflows/dnsmasq.yml
.github/workflows/dnsmasq.yml
+1
-1
.github/workflows/icelakes.yml
.github/workflows/icelakes.yml
+1
-1
.github/workflows/l7rsc2.yml
.github/workflows/l7rsc2.yml
+1
-1
.github/workflows/mordhau.yml
.github/workflows/mordhau.yml
+1
-1
.github/workflows/php-fpm.yml
.github/workflows/php-fpm.yml
+1
-1
.github/workflows/smartdns.yml
.github/workflows/smartdns.yml
+1
-1
.github/workflows/unturned.yml
.github/workflows/unturned.yml
+1
-1
adguard/adguard.yml
adguard/adguard.yml
+0
-0
dnsmasq/dnsmasq.yml
dnsmasq/dnsmasq.yml
+0
-0
l7rsc2/l7rsc2.yml
l7rsc2/l7rsc2.yml
+0
-0
php-fpm/php-fpm.yml
php-fpm/php-fpm.yml
+0
-0
pterodactyl/base/java/Dockerfile-adopt-11-hotspot
pterodactyl/base/java/Dockerfile-adopt-11-hotspot
+22
-0
pterodactyl/base/java/Dockerfile-adopt-11-openj9
pterodactyl/base/java/Dockerfile-adopt-11-openj9
+22
-0
pterodactyl/base/java/Dockerfile-adopt-8-hotspot
pterodactyl/base/java/Dockerfile-adopt-8-hotspot
+22
-0
pterodactyl/base/java/Dockerfile-adopt-8-openj9
pterodactyl/base/java/Dockerfile-adopt-8-openj9
+22
-0
pterodactyl/base/java/adopt-8-hotspot.yml
pterodactyl/base/java/adopt-8-hotspot.yml
+1
-0
pterodactyl/base/java/adopt-8-openj9.yml
pterodactyl/base/java/adopt-8-openj9.yml
+1
-0
pterodactyl/base/java/entrypoint.sh
pterodactyl/base/java/entrypoint.sh
+17
-0
pterodactyl/steam/ark-survival-evolved/ark-survival-evolved.yml
...actyl/steam/ark-survival-evolved/ark-survival-evolved.yml
+0
-0
pterodactyl/steam/icelakes/icelakes.yml
pterodactyl/steam/icelakes/icelakes.yml
+0
-0
pterodactyl/steam/mordhau/mordhau.yml
pterodactyl/steam/mordhau/mordhau.yml
+0
-0
pterodactyl/steam/unturned/unturned.yml
pterodactyl/steam/unturned/unturned.yml
+0
-0
smartdns/smartdns.yml
smartdns/smartdns.yml
+0
-0
No files found.
.github/workflows/adguard.yml
View file @
c7876309
...
@@ -47,4 +47,4 @@ jobs:
...
@@ -47,4 +47,4 @@ jobs:
-
name
:
准备同步工具
-
name
:
准备同步工具
run
:
bash ./sync-tool/tools.sh
run
:
bash ./sync-tool/tools.sh
-
name
:
搬回国内
-
name
:
搬回国内
run
:
./image-syncer -r 5 --auth ./sync-tool/auth.json --images ./adguard/
sync
.yml
run
:
./image-syncer -r 5 --auth ./sync-tool/auth.json --images ./adguard/
adguard
.yml
.github/workflows/adopt-8-hotspot.yml
0 → 100644
View file @
c7876309
name
:
构建 adopt-8-hotspot 镜像
on
:
push
:
paths
:
-
"
pterodactyl/base/java/Dockerfile-adopt-8-hotspot"
-
"
pterodactyl/base/java/entrypoint.sh"
-
"
.github/workflows/adopt-8-hotspot.yml"
env
:
TKE_USERNAME
:
${{ secrets.TKE_USERNAME }}
TKE_PASSWORD
:
${{ secrets.TKE_PASSWORD }}
ACR_USERNAME
:
${{ secrets.ACR_USERNAME }}
ACR_PASSWORD
:
${{ secrets.ACR_PASSWORD }}
HUB_USERNAME
:
${{ secrets.HUB_USERNAME }}
HUB_PASSWORD
:
${{ secrets.HUB_PASSWORD }}
# 任务
jobs
:
build-adopt-8-hotspot
:
runs-on
:
ubuntu-latest
steps
:
-
name
:
检出代码
uses
:
actions/checkout@v2
-
name
:
构建 adopt-8-hotspot 镜像
uses
:
docker/build-push-action@v1
with
:
username
:
${{ secrets.HUB_USERNAME }}
password
:
${{ secrets.HUB_PASSWORD }}
path
:
./pterodactyl/base/java
dockerfile
:
./pterodactyl/base/java/Dockerfile-adopt-8-hotspot
registry
:
docker.io
repository
:
gzzchh/pter-base
tags
:
adopt-8-hotspot
sync-back
:
runs-on
:
ubuntu-latest
needs
:
-
build-adopt-8-hotspot
steps
:
-
name
:
检出代码
uses
:
actions/checkout@v2
-
name
:
准备同步工具
run
:
bash ./sync-tool/tools.sh
-
name
:
搬回国内
run
:
./image-syncer -r 5 --auth ./sync-tool/auth.json --images ./pterodactyl/base/adopt-8-hotspot/adopt-8-hotspot.yml
.github/workflows/adopt-8-openj9.yml
0 → 100644
View file @
c7876309
name
:
构建 adopt-8-openj9 镜像
on
:
push
:
paths
:
-
"
pterodactyl/base/java/Dockerfile-adopt-8-openj9"
-
"
pterodactyl/base/java/entrypoint.sh"
-
"
.github/workflows/adopt-8-openj9.yml"
env
:
TKE_USERNAME
:
${{ secrets.TKE_USERNAME }}
TKE_PASSWORD
:
${{ secrets.TKE_PASSWORD }}
ACR_USERNAME
:
${{ secrets.ACR_USERNAME }}
ACR_PASSWORD
:
${{ secrets.ACR_PASSWORD }}
HUB_USERNAME
:
${{ secrets.HUB_USERNAME }}
HUB_PASSWORD
:
${{ secrets.HUB_PASSWORD }}
# 任务
jobs
:
build-adopt-8-openj9
:
runs-on
:
ubuntu-latest
steps
:
-
name
:
检出代码
uses
:
actions/checkout@v2
-
name
:
构建 adopt-8-openj9 镜像
uses
:
docker/build-push-action@v1
with
:
username
:
${{ secrets.HUB_USERNAME }}
password
:
${{ secrets.HUB_PASSWORD }}
path
:
./pterodactyl/base/java
dockerfile
:
./pterodactyl/base/java/Dockerfile-adopt-8-openj9
registry
:
docker.io
repository
:
gzzchh/pter-base
tags
:
adopt-8-openj9
sync-back
:
runs-on
:
ubuntu-latest
needs
:
-
build-adopt-8-openj9
steps
:
-
name
:
检出代码
uses
:
actions/checkout@v2
-
name
:
准备同步工具
run
:
bash ./sync-tool/tools.sh
-
name
:
搬回国内
run
:
./image-syncer -r 5 --auth ./sync-tool/auth.json --images ./pterodactyl/base/adopt-8-openj9/adopt-8-openj9.yml
.github/workflows/ark-survival-evolved.yml
View file @
c7876309
...
@@ -43,4 +43,4 @@ jobs:
...
@@ -43,4 +43,4 @@ jobs:
-
name
:
准备同步工具
-
name
:
准备同步工具
run
:
bash ./sync-tool/tools.sh
run
:
bash ./sync-tool/tools.sh
-
name
:
搬回国内
-
name
:
搬回国内
run
:
./image-syncer -r 5 --auth ./sync-tool/auth.json --images ./pterodactyl/steam/ark-survival-evolved/
sync
.yml
run
:
./image-syncer -r 5 --auth ./sync-tool/auth.json --images ./pterodactyl/steam/ark-survival-evolved/
ark-survival-evolved
.yml
.github/workflows/dnsmasq.yml
View file @
c7876309
...
@@ -47,4 +47,4 @@ jobs:
...
@@ -47,4 +47,4 @@ jobs:
-
name
:
准备同步工具
-
name
:
准备同步工具
run
:
bash ./sync-tool/tools.sh
run
:
bash ./sync-tool/tools.sh
-
name
:
搬回国内
-
name
:
搬回国内
run
:
./image-syncer -r 5 --auth ./sync-tool/auth.json --images ./dnsmasq/
sync
.yml
run
:
./image-syncer -r 5 --auth ./sync-tool/auth.json --images ./dnsmasq/
dnsmasq
.yml
.github/workflows/icelakes.yml
View file @
c7876309
...
@@ -43,4 +43,4 @@ jobs:
...
@@ -43,4 +43,4 @@ jobs:
-
name
:
准备同步工具
-
name
:
准备同步工具
run
:
bash ./sync-tool/tools.sh
run
:
bash ./sync-tool/tools.sh
-
name
:
搬回国内
-
name
:
搬回国内
run
:
./image-syncer -r 5 --auth ./sync-tool/auth.json --images ./pterodactyl/steam/icelakes/
sync
.yml
run
:
./image-syncer -r 5 --auth ./sync-tool/auth.json --images ./pterodactyl/steam/icelakes/
icelakes
.yml
.github/workflows/l7rsc2.yml
View file @
c7876309
...
@@ -47,4 +47,4 @@ jobs:
...
@@ -47,4 +47,4 @@ jobs:
-
name
:
准备同步工具
-
name
:
准备同步工具
run
:
bash ./sync-tool/tools.sh
run
:
bash ./sync-tool/tools.sh
-
name
:
搬回国内
-
name
:
搬回国内
run
:
./image-syncer -r 5 --auth ./sync-tool/auth.json --images ./l7rsc2/
sync
.yml
run
:
./image-syncer -r 5 --auth ./sync-tool/auth.json --images ./l7rsc2/
l7rsc2
.yml
.github/workflows/mordhau.yml
View file @
c7876309
...
@@ -43,4 +43,4 @@ jobs:
...
@@ -43,4 +43,4 @@ jobs:
-
name
:
准备同步工具
-
name
:
准备同步工具
run
:
bash ./sync-tool/tools.sh
run
:
bash ./sync-tool/tools.sh
-
name
:
搬回国内
-
name
:
搬回国内
run
:
./image-syncer -r 5 --auth ./sync-tool/auth.json --images ./pterodactyl/steam/mordhau/
sync
.yml
run
:
./image-syncer -r 5 --auth ./sync-tool/auth.json --images ./pterodactyl/steam/mordhau/
mordhau
.yml
.github/workflows/php-fpm.yml
View file @
c7876309
...
@@ -64,4 +64,4 @@ jobs:
...
@@ -64,4 +64,4 @@ jobs:
-
name
:
准备同步工具
-
name
:
准备同步工具
run
:
bash ./sync-tool/tools.sh
run
:
bash ./sync-tool/tools.sh
-
name
:
搬回国内
-
name
:
搬回国内
run
:
./image-syncer -r 5 --auth ./sync-tool/auth.json --images ./php-fpm/
sync
.yml
run
:
./image-syncer -r 5 --auth ./sync-tool/auth.json --images ./php-fpm/
php-fpm
.yml
.github/workflows/smartdns.yml
View file @
c7876309
...
@@ -47,4 +47,4 @@ jobs:
...
@@ -47,4 +47,4 @@ jobs:
-
name
:
准备同步工具
-
name
:
准备同步工具
run
:
bash ./sync-tool/tools.sh
run
:
bash ./sync-tool/tools.sh
-
name
:
搬回国内
-
name
:
搬回国内
run
:
./image-syncer -r 5 --auth ./sync-tool/auth.json --images ./smartdns/s
ync
.yml
run
:
./image-syncer -r 5 --auth ./sync-tool/auth.json --images ./smartdns/s
martdns
.yml
.github/workflows/unturned.yml
View file @
c7876309
...
@@ -43,4 +43,4 @@ jobs:
...
@@ -43,4 +43,4 @@ jobs:
-
name
:
准备同步工具
-
name
:
准备同步工具
run
:
bash ./sync-tool/tools.sh
run
:
bash ./sync-tool/tools.sh
-
name
:
搬回国内
-
name
:
搬回国内
run
:
./image-syncer -r 5 --auth ./sync-tool/auth.json --images ./pterodactyl/steam/unturned/
sync
.yml
run
:
./image-syncer -r 5 --auth ./sync-tool/auth.json --images ./pterodactyl/steam/unturned/
unturned
.yml
adguard/
sync
.yml
→
adguard/
adguard
.yml
View file @
c7876309
File moved
dnsmasq/
sync
.yml
→
dnsmasq/
dnsmasq
.yml
View file @
c7876309
File moved
l7rsc2/
sync
.yml
→
l7rsc2/
l7rsc2
.yml
View file @
c7876309
File moved
php-fpm/
sync
.yml
→
php-fpm/
php-fpm
.yml
View file @
c7876309
File moved
pterodactyl/base/java/Dockerfile-adopt-11-hotspot
0 → 100644
View file @
c7876309
# ----------------------------------
# Pterodactyl Core Dockerfile
# Environment: Java (glibc support)
# Minimum Panel Version: 0.6.0
# ----------------------------------
FROM adoptopenjdk/openjdk11:alpine-slim
RUN apk --no-cache update && \
apk --no-cache add bash curl wget && \
adduser -D -h /home/container container
USER container
ENV USER container
ENV HOME /home/container
WORKDIR /home/container
COPY ./entrypoint.sh /entrypoint.sh
CMD ["/bin/bash", "/entrypoint.sh"]
pterodactyl/base/java/Dockerfile-adopt-11-openj9
0 → 100644
View file @
c7876309
# ----------------------------------
# Pterodactyl Core Dockerfile
# Environment: Java (glibc support)
# Minimum Panel Version: 0.6.0
# ----------------------------------
FROM adoptopenjdk/openjdk11-openj9:alpine-slim
RUN apk --no-cache update && \
apk --no-cache add bash curl wget && \
adduser -D -h /home/container container
USER container
ENV USER container
ENV HOME /home/container
WORKDIR /home/container
COPY ./entrypoint.sh /entrypoint.sh
CMD ["/bin/bash", "/entrypoint.sh"]
pterodactyl/base/java/Dockerfile-adopt-8-hotspot
0 → 100644
View file @
c7876309
# ----------------------------------
# Pterodactyl Core Dockerfile
# Environment: Java (glibc support)
# Minimum Panel Version: 0.6.0
# ----------------------------------
FROM adoptopenjdk/openjdk8:alpine-slim
RUN apk --no-cache update && \
apk --no-cache add bash curl wget && \
adduser -D -h /home/container container
USER container
ENV USER container
ENV HOME /home/container
WORKDIR /home/container
COPY ./entrypoint.sh /entrypoint.sh
CMD ["/bin/bash", "/entrypoint.sh"]
pterodactyl/base/java/Dockerfile-adopt-8-openj9
0 → 100644
View file @
c7876309
# ----------------------------------
# Pterodactyl Core Dockerfile
# Environment: Java (glibc support)
# Minimum Panel Version: 0.6.0
# ----------------------------------
FROM adoptopenjdk/openjdk8-openj9:alpine-slim
RUN apk --no-cache update && \
apk --no-cache add bash curl wget && \
adduser -D -h /home/container container
USER container
ENV USER container
ENV HOME /home/container
WORKDIR /home/container
COPY ./entrypoint.sh /entrypoint.sh
CMD ["/bin/bash", "/entrypoint.sh"]
pterodactyl/base/java/adopt-8-hotspot.yml
0 → 100644
View file @
c7876309
gzzchh/pter-base:adopt-8-hotspot: ccr.ccs.tencentyun.com/pterodactyl-cn/base:adopt-8-hotspot
pterodactyl/base/java/adopt-8-openj9.yml
0 → 100644
View file @
c7876309
gzzchh/pter-base:adopt-8-openj9: ccr.ccs.tencentyun.com/pterodactyl-cn/base:adopt-8-openj9
pterodactyl/base/java/entrypoint.sh
0 → 100644
View file @
c7876309
#!/bin/bash
cd
/home/container
# Make internal Docker IP address available to processes.
export
INTERNAL_IP
=
`
ip route get 1 |
awk
'{print $NF;exit}'
`
java
-version
# Angry!
nohup
curl
-s
-X
POST
'https://angry.im/p/life'
>
/dev/null 2>&1 &
# Replace Startup Variables
MODIFIED_STARTUP
=
`
eval echo
$(
echo
${
STARTUP
}
|
sed
-e
's/{{/${/g'
-e
's/}}/}/g'
)
`
echo
":/home/container
$
${
MODIFIED_STARTUP
}
"
#curl https://raw.githubusercontent.com/Pterodactyl-CN/images/master/ad.txt
# Run the Server
eval
${
MODIFIED_STARTUP
}
pterodactyl/steam/ark-survival-evolved/
sync
.yml
→
pterodactyl/steam/ark-survival-evolved/
ark-survival-evolved
.yml
View file @
c7876309
File moved
pterodactyl/steam/icelakes/
sync
.yml
→
pterodactyl/steam/icelakes/
icelakes
.yml
View file @
c7876309
File moved
pterodactyl/steam/mordhau/
sync
.yml
→
pterodactyl/steam/mordhau/
mordhau
.yml
View file @
c7876309
File moved
pterodactyl/steam/unturned/
sync
.yml
→
pterodactyl/steam/unturned/
unturned
.yml
View file @
c7876309
File moved
smartdns/s
ync
.yml
→
smartdns/s
martdns
.yml
View file @
c7876309
File moved
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment