Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
Dockerfiles
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Picasoft
Technique
Dockerfiles
Commits
2e5cc302
Verified
Commit
2e5cc302
authored
5 years ago
by
Quentin Duchemin
Browse files
Options
Downloads
Patches
Plain Diff
[DBBackupRotation] Add forgotten backslash
parent
a899dd86
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
get-modified-image.sh
+1
-1
1 addition, 1 deletion
get-modified-image.sh
pica-db-backup-rotation/Dockerfile
+1
-1
1 addition, 1 deletion
pica-db-backup-rotation/Dockerfile
with
2 additions
and
2 deletions
get-modified-image.sh
+
1
−
1
View file @
2e5cc302
...
...
@@ -23,4 +23,4 @@ if [ "$RES" = "" ]; then exit 1; fi
echo
"export MODIFIED_IMAGE_FULL_TEST=registry.test.picasoft.net/
${
RES
}
"
>>
variables
echo
"export MODIFIED_IMAGE_FULL=registry.picasoft.net/
${
RES
}
"
>>
variables
echo
"Found modified
image
:
$RES
"
echo
"Found modified
folder
:
$RES
"
This diff is collapsed.
Click to expand it.
pica-db-backup-rotation/Dockerfile
+
1
−
1
View file @
2e5cc302
...
...
@@ -2,7 +2,7 @@ FROM python:3-slim-buster
RUN
apt-get update
\
&&
apt-get
-y
upgrade
\
&&
apt-get
-y
install
cron
&&
apt-get
-y
install
cron
\
&&
pip3
install
rotate-backups python-crontab
\
&&
rm
-rf
/var/lib/apt/lists/
*
...
...
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