Docker image with the goose database migration tool.
147
This repository contains a docker image with the goose database migration tool.
docker build -t panitz/goose:latest .
The Dockerfile accepts the following build arguments:
| Build Argument | Default | Description |
|---|---|---|
| GOOSE_VERSION | Set the tag of pressly/goose to build. If you want to use this argument then the value has to start with "@"! | |
| UBUNTU_VERSION | focal-20210401 | Version of the Ubuntu base image. |
docker build --build-arg [email protected] -t panitz/goose:v2.7.0 .
Content type
Image
Digest
Size
34.2 MB
Last updated
over 5 years ago
docker pull panitz/goose:v2.7.0