geosolutions-it/docker-geoserver

Cannot customize the admin password

Closed this issue · 4 comments

aaime commented

Starting the container with something like:

docker run -it -p 8083:8080 -e ADMIN_PASSWORD='Geos' geosolutionsit/geoserver

fails to customize the password, in the logs I can see:

/usr/bin/env: ‘bash\r’: No such file or directory

thanks for reporting @aaime
I'll have a look

Deployed locally seems not having this problem... @randomorder

It's a branch specific issue. Likely due to my commits here: master...fedgeo2022

Try to reproduce with this command instead @posarelli
docker run -it -p 8083:8080 -e ADMIN_PASSWORD='Geos' geosolutionsit/geoserver:fedgeo2022

@randomorder : confirmed problem on this branch.