-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Component/s: CI/CD
-
Epic Link:
-
Team:PLATFORM
-
Sprint:nxplatform 11.1.17, nxplatform 11.1.18
-
Story Points:2
docker pull packages.nuxeo.com:5000/nuxeo/nuxeo:11.1-SNAPSHOT docker run -it packages.nuxeo.com:5000/nuxeo/nuxeo:11.1-SNAPSHOT bash
bash-4.2$ ls -l /opt/nuxeo/ total 4 drwxr-xr-x 18 root root 4096 Sep 5 07:53 server
The directory should be owned by nuxeo:root.
This results in:
touch: cannot touch '/opt/nuxeo/server/configured': Permission denied
when running the image.
This seems to only happen on the image built by Jenkins X, built locally it's fine.
- is related to
-
NXP-28042 Fix Tomcat failing to start in Docker image due to missing /var/run/nuxeo/nuxeo.pid
- Resolved
-
NXP-28066 Permission issue when running the Docker image with a fixed user id different from 1000
- Resolved
- is required by
-
NXP-28052 Fix workaround for missing support of --chown flag with COPY command in Kaniko
- Resolved