appc/spec
View on GitHubvalidation: sidekick aci should remove tmp file in post-run (or make a note)
Open
#113 opened on Jan 13, 2015
component/validatorhelp wantedkind/bug
Repository metrics
- Stars
- (1,253 stars)
- PR merge metrics
- (No merged PRs in 30d)
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.