with base golang

This commit is contained in:
Kasper Juul Hermansen 2022-10-31 01:52:32 +01:00
parent 478e3662bc
commit 4c1eff5988
Signed by: kjuulh
GPG Key ID: 0F95C140730F2F23

View File

@ -73,7 +73,7 @@ func (p *Pipeline) WithGolangBin(opts *GolangBinOpts) *Pipeline {
byg.Step{
Execute: func(_ byg.Context) error {
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"