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

feat: Do not create volumes within Dockerfile #265

Merged
merged 1 commit into from
Oct 8, 2024

Conversation

cdalvaro
Copy link
Owner

@cdalvaro cdalvaro commented Oct 8, 2024

In this PR, the creation of volumes within the Dockerfile is removed.

Therefore, volumes will no longer be created automatically. As a result, if the keys or logs directories are not mounted when the container starts, their content will be lost when the container is deleted.

This PR closes #264

@cdalvaro cdalvaro added the enhancement New feature or request label Oct 8, 2024
@cdalvaro cdalvaro self-assigned this Oct 8, 2024
@cdalvaro cdalvaro added the breaking-change Behavior changes from previous version label Oct 8, 2024
@cdalvaro cdalvaro force-pushed the feature/remove_volume_from_dockerfile branch from fc5d5fd to b05c5b1 Compare October 8, 2024 16:15
@cdalvaro cdalvaro merged commit 44c73c7 into main Oct 8, 2024
8 checks passed
@cdalvaro cdalvaro deleted the feature/remove_volume_from_dockerfile branch October 8, 2024 17:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking-change Behavior changes from previous version enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Can't provide a single volume at /home/salt/data
1 participant