oci-images/gofu-create-user (sha256:36f234cd33673e25eed8b2031131816a13136c941a83f0e91d3b9d8eb46407fd)
Installation
docker pull git.roshless.me/infra/oci-images/gofu-create-user@sha256:36f234cd33673e25eed8b2031131816a13136c941a83f0e91d3b9d8eb46407fdsha256:36f234cd33673e25eed8b2031131816a13136c941a83f0e91d3b9d8eb46407fdImage layers
| ADD alpine-minirootfs-3.23.3-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-03-01T18:00:27.951Z |
| org.opencontainers.image.description | |
| org.opencontainers.image.licenses | |
| org.opencontainers.image.revision | 79c696ce2141179ff638e71261eedc73419e73db |
| 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 | 202603011900 |
Details
2026-03-01 19:01:49 +01:00
Versions (3)
View all
Container
30
OCI / Docker
linux/amd64
6.3 MiB