backend/migration (sha256:5574673eaa407da011a2ab1a0b16b9412cf81ce0e4dcf9b6cb161c55fe090860)

Published 2026-04-15 18:32:45 +02:00 by roshless in gofu/backend

Installation

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

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-04-15T16:31:59.398Z
org.opencontainers.image.description
org.opencontainers.image.licenses
org.opencontainers.image.revision 5ef3ebed00c2dd3ad73848fa5a3448d0c1f4261e
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 202604151830
Details
Container
2026-04-15 18:32:45 +02:00
44
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