backend/migration (sha256:c246c45045ca35d61df5bc7f593005970558590488fd31c84ceb2d667aee4a6d)

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

Installation

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

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:42:09.932Z
org.opencontainers.image.description
org.opencontainers.image.licenses
org.opencontainers.image.revision dc2bb72c50655045b8d4aaca19c23490cf370f27
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 202605061540
Details
Container
2026-05-06 15:42:52 +02:00
22
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