Tom Chivert tchivert
  • France
  • https://tchv.fr
  • Linux systems administrator and hobbyist developer.

  • Joined on 2021-05-01

runcompose (latest)

Published 2024-01-26 07:45:14 +00:00 by tchivert in tchivert/runcompose

Installation

docker pull git.rznet.fr/tchivert/runcompose:latest
sha256:17471830278540ba2759b4343a32e1a983106aaf0a63290c867535bc07ae562a

Images

Digest OS / Arch Size
a23a8248b0 linux/amd64 72 MiB
65e95ba35b linux/arm64 69 MiB

Image Layers ( linux/amd64)

ADD file:1f4eb46669b5b6275af19eb7471a6899a61c276aa7d925b8ae99310b14b75b92 in /
CMD ["/bin/sh"]
RUN /bin/sh -c apk add --no-cache ca-certificates # buildkit
ENV GOLANG_VERSION=1.21.6
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 /app/runcompose ./ # buildkit
COPY compose.tmpl form.html ./ # buildkit
EXPOSE map[8080/tcp:{}]
ENTRYPOINT ["/app/runcompose"]
Details
Container
2024-01-26 07:45:14 +00:00
54
OCI / Docker
Versions (1) View all
latest 2024-01-26