backend/migration (sha256:15c2179d4f77ec1915c0370324416621f836265c4ccb1e36a08398884fbee8fe)

Published 2026-05-26 01:29:55 +02:00 by roshless in molo/backend

Installation

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

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-25T23:29:03.943Z
org.opencontainers.image.description
org.opencontainers.image.licenses
org.opencontainers.image.revision 3b1d09252cb3aac6abea9dbdfbb9fb2eab8edcd0
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 202605260126
Details
Container
2026-05-26 01:29:55 +02:00
8
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