backend/migration (sha256:ea082eda82e97366d8e87b58edfc7f46ae6c0751097131ea484c3c3292111858)

Published 2026-05-25 10:17:50 +02:00 by roshless in molo/backend

Installation

docker pull git.roshless.me/molo/backend/migration@sha256:ea082eda82e97366d8e87b58edfc7f46ae6c0751097131ea484c3c3292111858
sha256:ea082eda82e97366d8e87b58edfc7f46ae6c0751097131ea484c3c3292111858

Image layers

ADD alpine-minirootfs-3.23.4-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
WORKDIR /migrations
COPY /migrations /migrations # buildkit
COPY /go/bin/tern /usr/local/bin/tern # buildkit
ENV DBHOST=localhost
ENV DBNAME=molo
ENV DBUSER=username
ENV DBPASSWORD=pass
ENV DBPORT=5432
CMD ["/bin/sh" "-c" "tern migrate --host ${DBHOST} --database ${DBNAME} --user ${DBUSER} --password ${DBPASSWORD} --port ${DBPORT}"]

Labels

Key Value
org.opencontainers.image.created 2026-05-25T08:17:02.147Z
org.opencontainers.image.description
org.opencontainers.image.licenses
org.opencontainers.image.revision 58b55698fe95ec5d30e471ad4f183a0663d5a7a2
org.opencontainers.image.source https://git.roshless.me/molo/backend
org.opencontainers.image.title backend
org.opencontainers.image.url https://git.roshless.me/molo/backend
org.opencontainers.image.version 202605251014
Details
Container
2026-05-25 10:17:50 +02:00
3
OCI / Docker
linux/amd64
12 MiB
Versions (9) View all
202605280110 2026-05-28
latest 2026-05-28
202605261918 2026-05-26
202605260126 2026-05-26
202605251307 2026-05-25