Containers now check whether package should be rebuilt

This commit is contained in:
Jef Roosens 2022-02-25 21:47:28 +01:00
parent 540574b3c3
commit a7cb08f93d
Signed by untrusted user: Jef Roosens
GPG key ID: B580B976584B5F30
3 changed files with 25 additions and 5 deletions

View file

@ -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 {