https://github.com/cryptogarageinc/go-base-dockerfile
A golang base image dockerfile for using cfd-go.
https://github.com/cryptogarageinc/go-base-dockerfile
Last synced: 5 months ago
JSON representation
A golang base image dockerfile for using cfd-go.
- Host: GitHub
- URL: https://github.com/cryptogarageinc/go-base-dockerfile
- Owner: cryptogarageinc
- License: mit
- Created: 2022-09-25T07:27:34.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-11-24T23:37:40.000Z (7 months ago)
- Last Synced: 2025-11-28T09:59:57.990Z (7 months ago)
- Language: Dockerfile
- Homepage:
- Size: 57.6 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-base-dockerfile
## build
docker buildx build [--platform \] [-t \] -f sharedlib.dockerfile .
## format and lint
```sh
go run github.com/go-task/task/v3/cmd/task@latest format lint
```