oci-images/molo-create-user (sha256:206cd8d857a19b075b8965e82321a9cc7fa1a6e462cfef45059f42680c954466)

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

Installation

docker pull git.roshless.me/infra/oci-images/molo-create-user@sha256:206cd8d857a19b075b8965e82321a9cc7fa1a6e462cfef45059f42680c954466
sha256:206cd8d857a19b075b8965e82321a9cc7fa1a6e462cfef45059f42680c954466

Image layers

ADD alpine-minirootfs-3.24.1-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
ENV MOLO_CREATE_USER_ENDPOINT=http://localhost/api/v1/user
ENV MOLO_CREATE_USER_USERNAME=newuser
ENV MOLO_CREATE_USER_PASSWORD=coollongpassword
ENV MOLO_CREATE_USER_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\":\"'\"$MOLO_CREATE_USER_USERNAME\"'\",\"password\":\"'\"$MOLO_CREATE_USER_PASSWORD\"'\",\"email\":\"'\"$MOLO_CREATE_USER_EMAIL\"'\",\"is_admin\":true,\"update_interval\":600000000000}' --header 'Content-Type: application/json' ${MOLO_CREATE_USER_ENDPOINT}"]

Labels

Key Value
org.opencontainers.image.created 2026-07-01T17:59:59.748Z
org.opencontainers.image.description
org.opencontainers.image.licenses
org.opencontainers.image.revision cc15dc1f4f4dfb8c4e91364f7b262eb7189bd0cb
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 202607011959
Details
Container
2026-07-01 20:00:32 +02:00
19
OCI / Docker
linux/amd64
6.2 MiB
Versions (8) View all
202607291255 2026-07-29
latest 2026-07-29
202607291101 2026-07-29
202607291018 2026-07-29
202607290945 2026-07-29