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
cubes
fresh
Commits
ace430a0d133
Commit
ed6bbb35
authored
Mar 05, 2020
by
Philippe Pepiot
Browse files
[docker] don't use deprecated onbuild images
parent
7c4e776206ca
Changes
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
ace430a0
ARG
CW_INSTANCE_NAME=fresh
FROM
logilab/cubicweb:dev-onbuild
FROM
logilab/cubicweb:dev
USER
root
COPY
. /src/
RUN
pip
install
-e
/src
RUN
pip
install
-r
/src/docker/requirements.txt
RUN
cp
/src/docker/pyramid.ini.j2 /pyramid.ini.j2
RUN
install
-d
-o
cubicweb
-g
cubicweb /etc/cubicweb.d/fresh/bfss
USER
cubicweb
ENV
WITH_TRUSTEDAUTH=false
ENV
CW_INSTANCE=fresh
RUN
docker-cubicweb-helper create-instance
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