with base golang
This commit is contained in:
parent
478e3662bc
commit
4c1eff5988
@ -73,7 +73,7 @@ func (p *Pipeline) WithGolangBin(opts *GolangBinOpts) *Pipeline {
|
|||||||
byg.Step{
|
byg.Step{
|
||||||
Execute: func(_ byg.Context) error {
|
Execute: func(_ byg.Context) error {
|
||||||
if opts.BaseImage == "" {
|
if opts.BaseImage == "" {
|
||||||
opts.BaseImage = "harbor.server.kjuulh.io/docker-proxy/library/busybox"
|
opts.BaseImage = "harbor.server.kjuulh.io/docker-proxy/library/golang"
|
||||||
}
|
}
|
||||||
|
|
||||||
binpath := "/usr/bin"
|
binpath := "/usr/bin"
|
||||||
|
Loading…
Reference in New Issue
Block a user