Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cubicweb
cube-doctor
Commits
88ab40608bf9
Commit
491818b2
authored
Jul 23, 2021
by
Simon Chabot
Browse files
feat(cw): add a script to replace docker cubicweb images by the new cubicweb-base image
parent
16b77072227e
Pipeline
#74351
passed with stage
in 21 minutes and 35 seconds
Changes
1
Pipelines
11
Hide whitespace changes
Inline
Side-by-side
scripts/use-logilab-cubicweb-base-image.sh
0 → 100644
View file @
88ab4060
#!/bin/env bash
set
-x
sed
's@FROM logilab/cubicweb.*@FROM logilab/cubicweb-base:latest@g'
-i
Dockerfile
||
true
# GITLAB_TOKEN=$(cat token) cube-doctor run-script \
# -s scripts/use-logilab-cubicweb-base-image.sh \
# -b use-cw-base-image \
# -t clients \
# -c "chore: use cubicweb-base image"
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