appc/spec

validation: sidekick aci should remove tmp file in post-run (or make a note)

Open

#113 opened on Jan 13, 2015

View on GitHub
 (2 comments) (0 reactions) (0 assignees)Go (143 forks)github user discovery
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.

Contributor guide