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

VOLUME instructions in Dockerfile prevent easy extension of the image #551

Open
vmax opened this issue Oct 16, 2021 · 1 comment
Open

VOLUME instructions in Dockerfile prevent easy extension of the image #551

vmax opened this issue Oct 16, 2021 · 1 comment
Labels
Docker Docker Support Support Support issue for community to respond to.
Milestone

Comments

@vmax
Copy link
Contributor

vmax commented Oct 16, 2021

Hi,

We've tried buiding a custom image based on this repo (e.g. having first line in our Dockerfile say FROM norstella/oxalis:5.0.5)
and tried to put files into /oxalis/ext. However, after upgrading our container with a new image, in runtime we've discovered that files that we've added to the image are not present there.

We've tracked down the core reason behind it and it comes down to your image defining volumes in the Dockerfile:

VOLUME /oxalis/conf /oxalis/ext /oxalis/inbound /oxalis/outbound /oxalis/plugin

You can see more detailed description of this issue in this blogpost.

Could you elaborate on why these instructions have been added and whether it would possible to get rid of them?

@aaron-kumar aaron-kumar added the Support Support issue for community to respond to. label Dec 6, 2021
@aaron-kumar aaron-kumar added this to the 5.x.x milestone Dec 6, 2021
@aaron-kumar aaron-kumar added the Docker Docker Support label Jul 29, 2022
@aaron-kumar
Copy link
Member

@vmax : Docker support is Not core functionality but it is value added feature initially contributed by Oxalis user.
Feel free to make required changes and raise pull request with justification/documentation of running it with your version.

@aaron-kumar aaron-kumar modified the milestones: 5.x.x, Future Jan 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Docker Docker Support Support Support issue for community to respond to.
Projects
Status: Support Issues
Development

No branches or pull requests

2 participants