backend/migration (sha256:9f24953ec24120e8ebce960a9f8e0f58476b3bf11711c428abc5c8bc012b3cba)

Published 2026-01-08 01:12:47 +01:00 by roshless in molo/backend

Installation

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

Image layers

ADD alpine-minirootfs-3.23.2-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-01-08T00:12:01.116Z
org.opencontainers.image.description
org.opencontainers.image.licenses
org.opencontainers.image.revision 2f2ec9e756ecd910a88d952eaa87aba62806f7f6
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 202601080109
Details
Container
2026-01-08 01:12:47 +01:00
140
OCI / Docker
linux/amd64
12 MiB
Versions (3) View all
latest 2026-02-08
202602081537 2026-02-08
202601080109 2026-01-08