We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 012d944 commit 7bd01f2Copy full SHA for 7bd01f2
1 file changed
code-engine-cos2cos/Dockerfile
@@ -1,30 +1,3 @@
1
-# FROM golang:1.23-alpine as builder
2
-
3
-# WORKDIR /app
4
5
-# COPY go.mod go.sum ./
6
7
-# RUN go mod tidy
8
9
-# COPY . .
10
11
-# # Build the Go application for Linux, stripped of debug information
12
-# RUN CGO_ENABLED=0 GOOS=linux go build -o cos2cos
13
14
-# # Stage 2: Final stage (minimal image)
15
-# FROM alpine
16
17
-# RUN apk --no-cache add ca-certificates
18
19
20
-# # Copy the binary from the builder stage
21
-# COPY --from=builder /app/cos2cos /
22
23
-# RUN chmod +x /cos2cos
24
25
-# ENTRYPOINT ["/cos2cos"]
26
27
28
FROM quay.io/projectquay/golang:1.23 AS builder
29
WORKDIR /go/src/app
30
0 commit comments