backend/migration (sha256:7cdebf3013a9f544e97abd5fd8b90c9809163d7be953b9a617ec492dea67e9c9)

Published 2026-05-06 15:48:17 +02:00 by roshless in gofu/backend

Installation

docker pull git.roshless.me/gofu/backend/migration@sha256:7cdebf3013a9f544e97abd5fd8b90c9809163d7be953b9a617ec492dea67e9c9
sha256:7cdebf3013a9f544e97abd5fd8b90c9809163d7be953b9a617ec492dea67e9c9

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-06T13:47:34.022Z
org.opencontainers.image.description
org.opencontainers.image.licenses
org.opencontainers.image.revision 290e01c8bee69516c0d92f2ce453ee086161494e
org.opencontainers.image.source https://git.roshless.me/gofu/backend
org.opencontainers.image.title backend
org.opencontainers.image.url https://git.roshless.me/gofu/backend
org.opencontainers.image.version 202605061543
Details
Container
2026-05-06 15:48:17 +02:00
46
OCI / Docker
linux/amd64
12 MiB
Versions (6) View all
202605061543 2026-05-06
latest 2026-05-06
202605061540 2026-05-06
202604152155 2026-04-15
202604151830 2026-04-15