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

Use persistent volume to hold registry data #38

Closed
gauravgahlot opened this issue Apr 2, 2020 · 0 comments · Fixed by #78
Closed

Use persistent volume to hold registry data #38

gauravgahlot opened this issue Apr 2, 2020 · 0 comments · Fixed by #78
Labels
good first issue Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.

Comments

@gauravgahlot
Copy link
Contributor

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.

@gauravgahlot gauravgahlot added the good first issue Denotes an issue ready for a new contributor, according to the "help wanted" guidelines. label Apr 2, 2020
@gauravgahlot gauravgahlot changed the title Use persistent volume to hold the data of private registry Use persistent volume to hold registry data Apr 2, 2020
parauliya pushed a commit to infracloudio/tink that referenced this issue Apr 24, 2020
In this fix we are using "/var/tinkerbell/registry" directory locally to persist the data of registry
@parauliya parauliya linked a pull request Apr 24, 2020 that will close this issue
nathangoulding added a commit that referenced this issue Apr 24, 2020
Fixes #38: Using persistent volume to hold registry data
parauliya pushed a commit to infracloudio/tink that referenced this issue May 5, 2020
In this fix we are using "/var/tinkerbell/registry" directory locally to persist the data of registry
mmlb pushed a commit to mmlb/tinkerbell-tink that referenced this issue May 21, 2020
In this fix we are using "/var/tinkerbell/registry" directory locally to persist the data of registry
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant