Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Rsync
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Tools
Docker
Rsync
Commits
f7317cfa
Commit
f7317cfa
authored
Mar 26, 2022
by
Dmitriy Safronov
Browse files
Options
Downloads
Patches
Plain Diff
Update Dockerfile
parent
a759938c
No related branches found
No related tags found
No related merge requests found
Pipeline
#22315
failed
Jan 30, 2023
Stage: lint
Stage: pack
Stage: release
Changes
1
Pipelines
153
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+2
-1
2 additions, 1 deletion
Dockerfile
with
2 additions
and
1 deletion
Dockerfile
+
2
−
1
View file @
f7317cfa
FROM
registry.cyberbrain.pw/docker/alpine:latest
ARG
DOCKER_REGISTRY=registry.cyberbrain.pw
FROM
$DOCKER_REGISTRY/tools/docker/alpine:latest
RUN
set
-ex
&&
\
RUN
set
-ex
&&
\
apk
--no-cache
add rsync openssh-client
&&
\
apk
--no-cache
add rsync openssh-client
&&
\
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment