File tree Expand file tree Collapse file tree 8 files changed +8
-8
lines changed
component-config-tutorial/testdata/project
cronjob-tutorial/testdata/project
pkg/plugins/golang/v4/scaffolds/internal/templates
project-v4-multigroup-with-deploy-image
project-v4-with-deploy-image Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
# Build the manager binary
2
- FROM golang:1.20 as builder
2
+ FROM golang:1.20 AS builder
3
3
ARG TARGETOS
4
4
ARG TARGETARCH
5
5
Original file line number Diff line number Diff line change 1
1
# Build the manager binary
2
- FROM golang:1.20 as builder
2
+ FROM golang:1.20 AS builder
3
3
ARG TARGETOS
4
4
ARG TARGETARCH
5
5
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ func (f *Dockerfile) SetTemplateDefaults() error {
39
39
}
40
40
41
41
const dockerfileTemplate = `# Build the manager binary
42
- FROM golang:1.20 as builder
42
+ FROM golang:1.20 AS builder
43
43
ARG TARGETOS
44
44
ARG TARGETARCH
45
45
Original file line number Diff line number Diff line change 1
1
# Build the manager binary
2
- FROM golang:1.20 as builder
2
+ FROM golang:1.20 AS builder
3
3
ARG TARGETOS
4
4
ARG TARGETARCH
5
5
Original file line number Diff line number Diff line change 1
1
# Build the manager binary
2
- FROM golang:1.20 as builder
2
+ FROM golang:1.20 AS builder
3
3
ARG TARGETOS
4
4
ARG TARGETARCH
5
5
Original file line number Diff line number Diff line change 1
1
# Build the manager binary
2
- FROM golang:1.20 as builder
2
+ FROM golang:1.20 AS builder
3
3
ARG TARGETOS
4
4
ARG TARGETARCH
5
5
Original file line number Diff line number Diff line change 1
1
# Build the manager binary
2
- FROM golang:1.20 as builder
2
+ FROM golang:1.20 AS builder
3
3
ARG TARGETOS
4
4
ARG TARGETARCH
5
5
Original file line number Diff line number Diff line change 1
1
# Build the manager binary
2
- FROM golang:1.20 as builder
2
+ FROM golang:1.20 AS builder
3
3
ARG TARGETOS
4
4
ARG TARGETARCH
5
5
You can’t perform that action at this time.
0 commit comments