backend/migration (sha256:1f76efdcb55cd7572a626eedd10cf34710ca6a282c4b3500e1cc78c770e2c6f3)

Published 2026-02-08 15:40:00 +01:00 by roshless in molo/backend

Installation

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

Image layers

ADD alpine-minirootfs-3.23.3-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-02-08T14:38:36.402Z
org.opencontainers.image.description
org.opencontainers.image.licenses
org.opencontainers.image.revision 6daefa11ea001c87d8f91d720113160cb823df70
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 202602081537
Details
Container
2026-02-08 15:40:00 +01:00
22
OCI / Docker
linux/amd64
12 MiB
Versions (3) View all
latest 2026-02-08
202602081537 2026-02-08
202601080109 2026-01-08