Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
MySQL Backup
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
MySQL Backup
Merge requests
!2
Update Dockerfile
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Update Dockerfile
main
into
master
Overview
0
Commits
2
Pipelines
4
Changes
1
Merged
Update Dockerfile
Dmitriy Safronov
requested to merge
main
into
master
Feb 20, 2024
Overview
0
Commits
2
Pipelines
4
Changes
1
0
0
Merge request reports
Compare
master
version 1
6508c054
Feb 20, 2024
master (base)
and
latest version
latest version
6ae006b7
2 commits,
Feb 20, 2024
version 1
6508c054
1 commit,
Feb 20, 2024
1 file
+
3
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Dockerfile
+
3
−
1
View file @ 6ae006b7
Edit in single-file editor
Open in Web IDE
Show full file
ARG
DOCKER_REGISTRY=registry.cyberbrain.pw
FROM
$DOCKER_REGISTRY/tools/docker/ubuntu
:latest
AS
sourc
e
FROM
$DOCKER_REGISTRY/tools/docker/ubuntu
/main
AS
runtim
e
RUN
set
-ex
&&
\
apt-get update
-y
&&
\
@@ -13,3 +13,5 @@ RUN set -ex && \
VOLUME
[ "/backup" ]
ENTRYPOINT
[ "/entrypoint.sh" ]
FROM
runtime
AS
release
Loading