andrewmusselman commented on issue #19:
URL:
https://github.com/apache/tooling-trusted-releases/issues/19#issuecomment-3457920408
I've added a new user and other steps to both Dockerfiles, and `make
build-ubuntu` runs without errors; will open a PR for it:
```
Step 41/47 : ENV CDXCLI_VERSION=0.29.1
---> Running in ab2689a4a0ea
---> Removed intermediate container ab2689a4a0ea
---> 8da021cdad0f
Step 42/47 : RUN curl -L
https://github.com/CycloneDX/cyclonedx-cli/releases/download/v${CDXCLI_VERSION}/cyclonedx-linux-x64
-o /usr/local/bin/cyclonedx && chmod +x /usr/local/bin/cyclonedx
---> Running in 12883fcdc4ec
% Total % Received % Xferd Average Speed Time Time Time
Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 68.3M 100 68.3M 0 0 30.7M 0 0:00:02 0:00:02 --:--:--
38.3M
---> Removed intermediate container 12883fcdc4ec
---> b110e0cb59a2
Step 43/47 : USER appuser
---> Running in c96e810d9896
---> Removed intermediate container c96e810d9896
---> 5c77f81375ea
Step 44/47 : WORKDIR /opt/atr
---> Running in eb3455e72205
---> Removed intermediate container eb3455e72205
---> c337380ccd75
Step 45/47 : RUN chmod +x ./start-atr.sh
---> Running in 2a4f7c8ea30c
---> Removed intermediate container 2a4f7c8ea30c
---> 9889ca2ae0ec
Step 46/47 : EXPOSE 4443
---> Running in f7eecad5d7cf
---> Removed intermediate container f7eecad5d7cf
---> e26f8247422f
Step 47/47 : CMD ["./start-atr.sh"]
---> Running in 8788b3fc6537
---> Removed intermediate container 8788b3fc6537
---> 04c7856bd6f8
Successfully built 04c7856bd6f8
Successfully tagged tooling-trusted-release:latest
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]