https://github.com/tinygo-org/docker
Contains the Dockerfile used to build tinygo release containers
https://github.com/tinygo-org/docker
Last synced: 5 months ago
JSON representation
Contains the Dockerfile used to build tinygo release containers
- Host: GitHub
- URL: https://github.com/tinygo-org/docker
- Owner: tinygo-org
- License: bsd-3-clause
- Created: 2019-04-20T19:16:29.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2025-03-19T14:55:57.000Z (10 months ago)
- Last Synced: 2025-06-06T03:43:21.922Z (7 months ago)
- Language: Dockerfile
- Homepage: https://tinygo.org
- Size: 31.3 KB
- Stars: 12
- Watchers: 5
- Forks: 12
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TinyGo "Release" Docker
Contains the Dockerfile used to build TinyGo release containers.
The multiarch image (amd64, arm64) is on Github Container Registry:
```
docker pull ghcr.io/tinygo-org/tinygo
```
Older versions are on Docker Hub at https://hub.docker.com/r/tinygo/tinygo
For information on how to use this, please see
https://tinygo.org/getting-started/install/using-docker/.