Skip to content

Commit 5950c9f

Browse files
committed
chore: debugging with a fat image
1 parent 0732ef9 commit 5950c9f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ RUN --mount=type=cache,target=/volume/target \
88
cargo build --release --bin gitops-operator && \
99
mv /volume/target/x86_64-unknown-linux-musl/release/gitops-operator .
1010

11-
FROM cgr.dev/chainguard/static
11+
# FROM cgr.dev/chainguard/static
12+
FROM ubuntu
1213

1314
COPY --from=builder --chown=nonroot:nonroot /volume/gitops-operator /app/
1415

0 commit comments

Comments
 (0)