Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
deployer
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
containers
deployer
Commits
ce0e8ff4
Commit
ce0e8ff4
authored
Oct 31, 2019
by
Vadym Gidulian
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev'
parents
1981ab57
2015c65f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
2 deletions
+8
-2
.gitlab-ci.yml
.gitlab-ci.yml
+6
-0
Dockerfile
Dockerfile
+1
-1
README.md
README.md
+1
-1
No files found.
.gitlab-ci.yml
View file @
ce0e8ff4
...
@@ -28,12 +28,15 @@ test:
...
@@ -28,12 +28,15 @@ test:
stage
:
test
stage
:
test
script
:
script
:
-
docker pull $IMAGE_SNAPSHOT
-
docker pull $IMAGE_SNAPSHOT
-
docker run $IMAGE_SNAPSHOT curl --version
-
docker run $IMAGE_SNAPSHOT rsync --version
-
docker run $IMAGE_SNAPSHOT rsync --version
tags
:
tags
:
-
dind
-
dind
release
:
release
:
stage
:
release
stage
:
release
variables
:
GIT_STRATEGY
:
none
script
:
script
:
-
docker pull $IMAGE_SNAPSHOT
-
docker pull $IMAGE_SNAPSHOT
-
docker tag $IMAGE_SNAPSHOT $IMAGE
-
docker tag $IMAGE_SNAPSHOT $IMAGE
...
@@ -45,10 +48,13 @@ release:
...
@@ -45,10 +48,13 @@ release:
release:latest
:
release:latest
:
stage
:
release
stage
:
release
variables
:
GIT_STRATEGY
:
none
script
:
script
:
-
docker pull $IMAGE_SNAPSHOT
-
docker pull $IMAGE_SNAPSHOT
-
docker tag $IMAGE_SNAPSHOT $IMAGE_LATEST
-
docker tag $IMAGE_SNAPSHOT $IMAGE_LATEST
-
docker push $IMAGE_LATEST
-
docker push $IMAGE_LATEST
when
:
manual
tags
:
tags
:
-
dind
-
dind
only
:
only
:
...
...
Dockerfile
View file @
ce0e8ff4
FROM
alpine
FROM
alpine
MAINTAINER
Vadym Gidulian <vadym.gidulian@gvia.group>
MAINTAINER
Vadym Gidulian <vadym.gidulian@gvia.group>
RUN
apk add
--no-cache
rsync
;
RUN
apk add
--no-cache
curl
rsync
;
README.md
View file @
ce0e8ff4
A minimal Docker image based on Alpine Linux with preinstalled rsync
A minimal Docker image based on Alpine Linux with preinstalled
curl and
rsync
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