We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Current The private registry created with the docker-compose.yml used to set up the workflow environment stores all the data in an anonymous volume.
docker-compose.yml
Expected The registry should use persistent volumes.
The text was updated successfully, but these errors were encountered:
Fixes tinkerbell#38: Using persistent volume to hold registry data
0585550
In this fix we are using "/var/tinkerbell/registry" directory locally to persist the data of registry
Merge pull request #78 from infracloudio/fix_issue_38
42d5255
Fixes #38: Using persistent volume to hold registry data
0127c43
c6c4b14
Successfully merging a pull request may close this issue.
Current
The private registry created with the
docker-compose.yml
used to set up the workflow environment stores all the data in an anonymous volume.Expected
The registry should use persistent volumes.
The text was updated successfully, but these errors were encountered: