# HG changeset patch # User Philippe Pepiot <philippe.pepiot@logilab.fr> # Date 1568791629 -7200 # Wed Sep 18 09:27:09 2019 +0200 # Node ID 1dcab5b4263f591d9af0b55b9329e1087ccd9e29 # Parent c1958105395b357125e6f226fa29a0df3c67d363 Use cubicweb image from docker hub diff --git a/Dockerfile b/Dockerfile --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ ARG CW_INSTANCE_NAME=fresh -FROM hub.extranet.logilab.fr/cubicweb/cubicweb:3.26-onbuild +FROM logilab/cubicweb:3.26-onbuild USER root RUN pip install -r /src/docker/requirements.txt RUN cp /src/docker/pyramid.ini.j2 /pyramid.ini.j2