From 4c1eff5988b3aaf5608a8acb534364bb66b9d78c Mon Sep 17 00:00:00 2001 From: kjuulh Date: Mon, 31 Oct 2022 01:52:32 +0100 Subject: [PATCH] with base golang --- pkg/pipelines/golang-bin.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/pipelines/golang-bin.go b/pkg/pipelines/golang-bin.go index 91bfe42..c16e9aa 100644 --- a/pkg/pipelines/golang-bin.go +++ b/pkg/pipelines/golang-bin.go @@ -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"