iggy

command module
v0.0.0-...-d40f389 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 19, 2024 License: GPL-3.0 Imports: 4 Imported by: 0

README

iggy

Stage 1 - Build

FROM golang:1.20 as builder WORKDIR /app COPY . . RUN CGO_ENABLED=0 go build -ldflags="-s -w" -o myapp .

Stage 2 - Final Image

FROM gcr.io/distroless/static COPY --from=builder /app/myapp /myapp ENTRYPOINT ["/myapp"]

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL