diff --git a/scripts/use-logilab-cubicweb-base-image.sh b/scripts/use-logilab-cubicweb-base-image.sh new file mode 100644 index 0000000000000000000000000000000000000000..f292a44eada4a89e48594de79cb6e266994a5830 --- /dev/null +++ b/scripts/use-logilab-cubicweb-base-image.sh @@ -0,0 +1,11 @@ +#!/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"