forked from barak/tarpoon
update build
This commit is contained in:
parent
db918f12ad
commit
6664047790
1 changed files with 2 additions and 2 deletions
|
|
@ -52,7 +52,7 @@ func (t *BuildDir) LoadBase(base string) error {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
// TODO: sigs
|
// TODO: sigs
|
||||||
err = copy.Image(systemContext(), pc, dest, src, ©.Options{
|
err = copy.Image(pc, dest, src, ©.Options{
|
||||||
RemoveSignatures: false,
|
RemoveSignatures: false,
|
||||||
SignBy: "",
|
SignBy: "",
|
||||||
ReportWriter: os.Stdout,
|
ReportWriter: os.Stdout,
|
||||||
|
|
@ -210,7 +210,7 @@ func (t *BuildDir) Push(dockerTarget string) error {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
// TODO: sigs
|
// TODO: sigs
|
||||||
err = copy.Image(systemContext(), pc, dest, src, ©.Options{
|
err = copy.Image(pc, dest, src, ©.Options{
|
||||||
RemoveSignatures: false,
|
RemoveSignatures: false,
|
||||||
SignBy: "",
|
SignBy: "",
|
||||||
ReportWriter: os.Stdout,
|
ReportWriter: os.Stdout,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue