An open API service indexing awesome lists of open source software.

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

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/.