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
a91206f5
Commit
a91206f5
authored
Feb 20, 2024
by
Dmitriy Safronov
Browse files
Options
Downloads
Plain Diff
Merge branch 'zimniy-main-patch-60109' into 'main'
Update Dockerfile See merge request
!3
parents
8e9ae460
2c29bcfb
No related branches found
No related tags found
1 merge request
!3
Update Dockerfile
Pipeline
#35055
passed
Feb 20, 2024
Stage: build
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+1
-1
1 addition, 1 deletion
Dockerfile
with
1 addition
and
1 deletion
Dockerfile
+
1
−
1
View file @
a91206f5
ARG
DOCKER_REGISTRY=registry.cyberbrain.pw
FROM
$DOCKER_REGISTRY/tools/docker/alpine
:latest
AS
runtime
FROM
$DOCKER_REGISTRY/tools/docker/alpine
/main
AS
runtime
RUN
set
-ex
&&
\
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