backend/migration (sha256:b2cc3f7f206a50cfd50b1bea9d25f85adc1f80fab0090af75ad47b24863123d1)

Published 2026-08-23 18:52:00 +02:00 by roshless in gofu/backend

Installation

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

Image layers

ADD alpine-minirootfs-3.24.1-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-08-23T16:51:05.961Z
org.opencontainers.image.description
org.opencontainers.image.licenses
org.opencontainers.image.revision d367403956ff2ae966c986847182d72f2c48be40
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 202608231849
Details
Container
2026-08-23 18:52:00 +02:00
58
OCI / Docker
linux/amd64
13 MiB
Versions (6) View all
202608231901 2026-08-23
latest 2026-08-23
202608231849 2026-08-23
202608231719 2026-08-23
202605280112 2026-05-28