You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am upgrading from Play Framework 2.6.x to 2.7.x. I use sbt docker:publishLocal to create docker images. The sbt-native-packager that is being used by Play 2.7.x now introduces an demiourgos728 user instead of using a daemon user and is using useradd during docker build time. The base image I'm using (https://hub.docker.com/_/amazoncorretto) does not have useradd. What should I do in this case? Why was the approach changed from using the daemon user and not doing all the weird stuff with useradd?
Information
What sbt-native-packager are you using: Whatever comes with Play 2.7.1
sbt: 1.2.8
What is your build system: MacOS
What package are you building: docker
Docker version: 19.03.2
What is your target system: Amazon Linux
The text was updated successfully, but these errors were encountered:
I am upgrading from Play Framework 2.6.x to 2.7.x. I use
sbt docker:publishLocal
to create docker images. The sbt-native-packager that is being used by Play 2.7.x now introduces andemiourgos728
user instead of using adaemon
user and is usinguseradd
during docker build time. The base image I'm using (https://hub.docker.com/_/amazoncorretto) does not haveuseradd
. What should I do in this case? Why was the approach changed from using thedaemon
user and not doing all the weird stuff withuseradd
?Information
The text was updated successfully, but these errors were encountered: