tinkerbell / playground

Example deployments of the Tinkerbell Stack for use as playground environments
Apache License 2.0
131 stars 87 forks source link

Re-add persistent registry storage #122

Closed detiber closed 2 years ago

detiber commented 2 years ago

Description

Re-adds persistent registry storage to docker compose configuration

Why is this needed

Previous releases of the sandbox (<= v0.5) had persistent storage for the registry, this fixes the regression where registry storage was no longer persistent with v0.6 release and HEAD

How Has This Been Tested?

How are existing users impacted? What migration steps/scripts do we need?

This should not impact existing users, since it fixes the regression and issues users would encounter where registry storage is wiped when the registry container is re-created.

detiber commented 2 years ago

Currently testing this now using the vagrant/libvirt setup test plan is:

detiber commented 2 years ago

Ok, finished verifying locally, I believe this should be ready to go.