This repository was archived by the owner on Aug 14, 2020. It is now read-only.
This repository was archived by the owner on Aug 14, 2020. It is now read-only.
validation: sidekick aci should remove tmp file in post-run (or make a note) #113
Open
Description
When the ace-validator-sidekick image is run per the instructions on the Rocket "App Container Basics" https://github.com/coreos/rocket#app-container-basics it will leave a file /tmp/sidekick. A subsequent run will fail noting "/db/sidekick unexpectedly exists".
Either the ace-validator-sidekick aci post run should remove the file so that subsequent runs will pass
or it should make a note to STDOUT that the file must be removed before a follow up run will pass.