oci-images/molo-create-user (sha256:6bb6566df2081c36d3235a1ceea8bde22b76f28197f8a264058bbbb94a39bcd7)

Published 2025-12-04 18:17:17 +01:00 by roshless in infra/oci-images

Installation

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

Image layers

ADD alpine-minirootfs-3.23.0-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 2025-12-04T17:17:00.045Z
org.opencontainers.image.description
org.opencontainers.image.licenses
org.opencontainers.image.revision 951a582af28a897d90446834e48c1dac5062523a
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 202512041815
Details
Container
2025-12-04 18:17:17 +01:00
2
OCI / Docker
linux/amd64
6.3 MiB
Versions (2) View all
202512041815 2025-12-04
latest 2025-12-04