go-todos-app (v0.0.1)

Published 2024-06-09 03:46:49 +00:00 by mthomson in mthomson/go-todos-app

Installation

docker pull gitea.michaelthomson.dev/mthomson/go-todos-app:v0.0.1
sha256:d6209bda240c6d03a3d99403c3747f4fc4277a655a622d5544d8fe56e185f72c

Image Layers

ADD file:e3abcdba177145039cfef1ad882f9f81a612a24c9f044b19f713b95454d2e3f6 in /
CMD ["/bin/sh"]
RUN /bin/sh -c apk add --no-cache ca-certificates # buildkit
ENV GOLANG_VERSION=1.22.4
ENV GOTOOLCHAIN=local
ENV GOPATH=/go
ENV PATH=/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
COPY /usr/local/go/ /usr/local/go/ # buildkit
RUN /bin/sh -c mkdir -p "$GOPATH/src" "$GOPATH/bin" && chmod -R 1777 "$GOPATH" # buildkit
WORKDIR /go
WORKDIR /app
COPY go.mod go.sum ./
RUN go mod download
COPY . ./
RUN CGO_ENABLED=0 GOOS=linux go build -o /entrypoint
Details
Container
2024-06-09 03:46:49 +00:00
0
OCI / Docker
linux/amd64
97 MiB
Versions (3) View all
latest 2024-06-27
v0.1.0 2024-06-09
v0.0.1 2024-06-09