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
2015c65f
Commit
2015c65f
authored
Oct 31, 2019
by
Vadym Gidulian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added curl
parent
6ccf6289
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
2 deletions
+3
-2
.gitlab-ci.yml
.gitlab-ci.yml
+1
-0
Dockerfile
Dockerfile
+1
-1
README.md
README.md
+1
-1
No files found.
.gitlab-ci.yml
View file @
2015c65f
...
@@ -28,6 +28,7 @@ test:
...
@@ -28,6 +28,7 @@ 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
...
...
Dockerfile
View file @
2015c65f
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 @
2015c65f
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