design-group / ignition-docker

A preloaded Ignition Docker Development Environment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BUG] Docker entry file multiple additional folders doesn't work

jbettenh opened this issue · comments

Describe the bug
Our DG image has an environmental variable ADDITIONAL_DATA_FOLDERS, but doesn't create more than one folder. According to the comments of the function, it should. # ADDITIONAL_FOLDERS will be a comma delimited string of file paths to create symlinks for
entrypoint-shim.sh

To Reproduce
Steps to reproduce the behavior:

  1. Create a docker-compose.yaml
  2. Add a list of folders to the ADDITIONAL_DATA_FOLDERS variable, sepasoft-data,sepasoft-config
  3. Run docker-compose up

environment: ADDITIONAL_DATA_FOLDERS: sepasoft-data,sepasoft-config

Expected behavior
It should allow for a list of comma separated folders to create. It should create separate symbolically linked folders, not a single folder with a space in the name.

Screenshots
folders

Development Environment (please complete the following information):

- OS: Linux Ubuntu
- Version 22.04

Additional context
example docker-compose file
example.zip