https://github.com/cryptogarageinc/goose-dockerfile
A database migration image by goose
https://github.com/cryptogarageinc/goose-dockerfile
Last synced: about 2 months ago
JSON representation
A database migration image by goose
- Host: GitHub
- URL: https://github.com/cryptogarageinc/goose-dockerfile
- Owner: cryptogarageinc
- License: mit
- Created: 2022-12-09T01:29:46.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2026-04-08T05:07:06.000Z (2 months ago)
- Last Synced: 2026-04-08T07:02:58.811Z (2 months ago)
- Language: Dockerfile
- Homepage:
- Size: 60.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# goose-dockerfile
## build
docker buildx build [--platform \] [-t \] .
## format and lint
```sh
go run github.com/go-task/task/v3/cmd/task@latest format lint
```