backend/migration (sha256:a7957a903d57e515f2e0dffd0b603b2d54c4d99fcbe28c7676e879986ea91672)

Published 2026-01-08 01:14:53 +01:00 by roshless in gofu/backend

Installation

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

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:14:06.588Z
org.opencontainers.image.description
org.opencontainers.image.licenses
org.opencontainers.image.revision fa981d0c1099f5990f4410c8b67ad85263c89fbf
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 202601080109
Details
Container
2026-01-08 01:14:53 +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