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
fb1ffa6f
Commit
fb1ffa6f
authored
Aug 27, 2020
by
nanahira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix daemon dockerfile
parent
8f1065ca
Pipeline
#639
passed with stages
in 6 minutes and 28 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
4 deletions
+16
-4
.gitlab-ci.yml
.gitlab-ci.yml
+15
-3
manifest/daemon/Dockerfile
manifest/daemon/Dockerfile
+1
-1
No files found.
.gitlab-ci.yml
View file @
fb1ffa6f
...
...
@@ -22,8 +22,12 @@ build_panel:
CONTAINER_TEST_IMAGE
:
$CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG-panel
script
:
-
cd manifest/panel
-
docker build --build-arg
PANEL_
VERSION=$PANEL_VERSION --pull -t $CONTAINER_TEST_IMAGE .
-
docker build --build-arg VERSION=$PANEL_VERSION --pull -t $CONTAINER_TEST_IMAGE .
-
docker push $CONTAINER_TEST_IMAGE
only
:
changes
:
-
.gitlab-ci.yml
-
manifest/panel
build_daemon
:
stage
:
build
...
...
@@ -33,8 +37,12 @@ build_daemon:
CONTAINER_TEST_IMAGE
:
$CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG-daemon
script
:
-
cd manifest/daemon
-
docker build --build-arg
DAEMON_
VERSION=$DAEMON_VERSION --pull -t $CONTAINER_TEST_IMAGE .
-
docker build --build-arg VERSION=$DAEMON_VERSION --pull -t $CONTAINER_TEST_IMAGE .
-
docker push $CONTAINER_TEST_IMAGE
only
:
changes
:
-
.gitlab-ci.yml
-
manifest/daemon
build_sftp
:
stage
:
build
...
...
@@ -44,8 +52,12 @@ build_sftp:
CONTAINER_TEST_IMAGE
:
$CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG-sftp
script
:
-
cd manifest/sftp
-
docker build --build-arg
SFTP_
VERSION=$SFTP_VERSION --pull -t $CONTAINER_TEST_IMAGE .
-
docker build --build-arg VERSION=$SFTP_VERSION --pull -t $CONTAINER_TEST_IMAGE .
-
docker push $CONTAINER_TEST_IMAGE
only
:
changes
:
-
.gitlab-ci.yml
-
manifest/sftp
deploy_latest
:
stage
:
deploy
...
...
manifest/daemon/Dockerfile
View file @
fb1ffa6f
FROM
node:
8
-alpine
FROM
node:
10
-alpine
MAINTAINER
Cameron Carney <ccarney16@live.com>
...
...
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