forked from vieter-v/vieter
Containers now check whether package should be rebuilt
This commit is contained in:
parent
540574b3c3
commit
a7cb08f93d
3 changed files with 25 additions and 5 deletions
|
|
@ -20,6 +20,8 @@ pub struct NewContainer {
|
|||
entrypoint []string [json: Entrypoint]
|
||||
cmd []string [json: Cmd]
|
||||
env []string [json: Env]
|
||||
work_dir string [json: WorkingDir]
|
||||
user string [json: User]
|
||||
}
|
||||
|
||||
struct CreatedContainer {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue