backend/migration (sha256:b8c8453fdb7a18aecea35a16ca4bbd68fac6c126bd2cca0deb77472a877a19e6)

Published 2026-05-26 19:24:21 +02:00 by roshless in molo/backend

Installation

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

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-26T17:23:32.113Z
org.opencontainers.image.description
org.opencontainers.image.licenses
org.opencontainers.image.revision e27581d3af26078a608781f14e4acb1476a8bef0
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 202605261918
Details
Container
2026-05-26 19:24:21 +02:00
46
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