Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow to link SCION configuration files as bind mounts into the container instead of copying everything in build process #4

Open
martenwallewein opened this issue Jan 23, 2025 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@martenwallewein
Copy link

The goal is to avoid rebuilding everything when e.g. changing log level. more information following.

@martenwallewein martenwallewein added the enhancement New feature or request label Jan 23, 2025
@amdfxlucas
Copy link
Collaborator

the idea is basically to not bake the contents of '/etc/scion' (scion config files .toml|.json & secret keys ) into the docker images with 'COPY ..' directive but instead mount it as a shared volume in the docker-compose.yml file like:
volumes:
- type: bind
source: ./
target: /etc/scion

drawback is that this will probably won't work in swarm mode

@lschulz lschulz marked this as a duplicate of #12 Jan 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants