vttranlina commented on a change in pull request #628:
URL: https://github.com/apache/james-project/pull/628#discussion_r698359121
##########
File path: server/apps/demo/Dockerfile
##########
@@ -2,7 +2,7 @@
#
# VERSION 1.0
-FROM apache/james:jpa-3.6.0
+FROM apache/james:jpa-latest
Review comment:
the `latest` tag does not exist in the docker hub.
##########
File path: server/apps/demo/Dockerfile
##########
@@ -15,7 +15,6 @@ RUN cp /root/wait-for-it/wait-for-it.sh
/usr/bin/wait-for-it.sh
Review comment:
```
RUN curl
https://raw.githubusercontent.com/vishnubob/wait-for-it/master/wait-for-it.sh
--output /usr/bin/wait-for-it.sh
```
And remove `apt-get install -y git`
--
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]