oci-images/gofu-create-user (sha256:195fddfeb64ff674f153b4a2ad4f89b0d3abeb2fed3f5d2429d1f95b2897def1)

Published 2026-09-01 20:01:46 +02:00 by roshless in infra/oci-images

Installation

docker pull git.roshless.me/infra/oci-images/gofu-create-user@sha256:195fddfeb64ff674f153b4a2ad4f89b0d3abeb2fed3f5d2429d1f95b2897def1
sha256:195fddfeb64ff674f153b4a2ad4f89b0d3abeb2fed3f5d2429d1f95b2897def1

Image layers

ADD alpine-minirootfs-3.24.1-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
ENV GOFU_API_ENDPOINT=http://localhost/api/v1/user
ENV GOFU_USERNAME=newuser
ENV GOFU_PASSWORD=coollongpassword
ENV GOFU_EMAIL=something@example.org
RUN /bin/sh -c apk add --no-cache curl # buildkit
RUN /bin/sh -c mkdir /binaries && cp /usr/bin/curl /binaries/curl # buildkit
CMD ["/bin/sh" "-c" "/binaries/curl -i --retry 5 --retry-max-time 120 -X POST --data '{\"name\":\"'\"$GOFU_USERNAME\"'\",\"password\":\"'\"$GOFU_PASSWORD\"'\",\"email\":\"'\"$GOFU_EMAIL\"'\",\"is_admin\":true}' --header 'Content-Type: application/json' ${GOFU_API_ENDPOINT}"]

Labels

Key Value
org.opencontainers.image.created 2026-09-01T18:01:06.543Z
org.opencontainers.image.description
org.opencontainers.image.licenses
org.opencontainers.image.revision 5c9d925f722661ce6278e5a54c828c48e26cf5e7
org.opencontainers.image.source https://git.roshless.me/infra/oci-images
org.opencontainers.image.title oci-images
org.opencontainers.image.url https://git.roshless.me/infra/oci-images
org.opencontainers.image.version 202609012001
Details
Container
2026-09-01 20:01:46 +02:00
37
OCI / Docker
linux/amd64
6.2 MiB
Versions (6) View all
202609012001 2026-09-01
latest 2026-09-01
202607012000 2026-07-01
202606201554 2026-06-20
202605012001 2026-05-01