akeneo / Dockerfiles

DEPRECATED for PIM 4.0 and above - Official Dockerfiles for Akeneo development and testing
https://hub.docker.com/r/akeneo/
MIT License
49 stars 34 forks source link

#354 - Remove the existing node user and recreate with passed-in ID #355

Closed aligent-lturner closed 4 years ago

aligent-lturner commented 4 years ago

Description

This is a fix for issue #354 - allowing a user id to be passed as an argument to the node container so that the node user is not restricted to the default of 1000 (which is retained as a default)

Definition Of Done

Q A
Added tests -
Changelog updated OK
Documentation -

Todo: Pending / Work in progress OK: Done / Validated -: Not needed

aligent-lturner commented 4 years ago

@damien-carcel are you able to review this change. I plan to make similar changes to the dockerfiles and docker-compose.yml file in the pim-community-dev repository, but need this change too so that the docker-compose changes will work correctly.