Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
D
docker-pterodactyl-legacy
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
docker-pterodactyl-legacy
Commits
e11d150a
Commit
e11d150a
authored
Mar 25, 2022
by
nanahira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
use alpine 3.12
parent
479dca0f
Pipeline
#11135
failed with stages
in 2 minutes and 15 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
.gitlab-ci.yml
.gitlab-ci.yml
+1
-1
manifest/panel/Dockerfile
manifest/panel/Dockerfile
+2
-2
manifest/version.txt
manifest/version.txt
+1
-1
No files found.
.gitlab-ci.yml
View file @
e11d150a
...
@@ -6,7 +6,7 @@ variables:
...
@@ -6,7 +6,7 @@ variables:
GIT_DEPTH
:
"
1"
GIT_DEPTH
:
"
1"
# CONTAINER_TEST_IMAGE: $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG
# CONTAINER_TEST_IMAGE: $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG
# CONTAINER_RELEASE_IMAGE: $CI_REGISTRY_IMAGE:latest
# CONTAINER_RELEASE_IMAGE: $CI_REGISTRY_IMAGE:latest
PANEL_VERSION
:
v0.7.1
8
PANEL_VERSION
:
v0.7.1
9
DAEMON_VERSION
:
v0.6.13
DAEMON_VERSION
:
v0.6.13
SFTP_VERSION
:
v1.0.5
SFTP_VERSION
:
v1.0.5
...
...
manifest/panel/Dockerfile
View file @
e11d150a
FROM
alpine:
edge
FROM
alpine:
3.12
# changed at 2020.11.19 21:46
# changed at 2020.11.19 21:46
...
@@ -15,7 +15,7 @@ RUN \
...
@@ -15,7 +15,7 @@ RUN \
apk
--update
add curl gettext nginx php7 php7-cli php7-bcmath php7-common php7-dom php7-fileinfo
\
apk
--update
add curl gettext nginx php7 php7-cli php7-bcmath php7-common php7-dom php7-fileinfo
\
php7-fpm php7-gd php7-memcached php7-mbstring php7-openssl php7-pdo php7-phar php7-json
\
php7-fpm php7-gd php7-memcached php7-mbstring php7-openssl php7-pdo php7-phar php7-json
\
php7-pdo_mysql php7-session php7-simplexml php7-tokenizer php7-ctype php7-zlib php7-zip tini
\
php7-pdo_mysql php7-session php7-simplexml php7-tokenizer php7-ctype php7-zlib php7-zip tini
\
&&
mkdir
-p
/var/www/html /run/nginx
&&
ln
-s
/usr/bin/php7 /usr/bin/php
&&
mkdir
-p
/var/www/html /run/nginx
RUN
\
RUN
\
curl
-Lo
panel.tar.gz https://github.com/Pterodactyl/Panel/archive/
${
PANEL_VERSION
}
.tar.gz
\
curl
-Lo
panel.tar.gz https://github.com/Pterodactyl/Panel/archive/
${
PANEL_VERSION
}
.tar.gz
\
...
...
manifest/version.txt
View file @
e11d150a
PANEL_VERSION=v0.7.1
8
PANEL_VERSION=v0.7.1
9
DAEMON_VERSION=v0.6.13
DAEMON_VERSION=v0.6.13
SFTP_VERSION=v1.0.5
SFTP_VERSION=v1.0.5
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