act/IMAGES.md
Ryan 5c841e22ab
Update docs, file formatting and docker images (#766)
* docs: fix wrong licence link

* fix: add more formatting settings, reformat all

feat: add vscode extensions recommendations

* docs: update contributing documentation

* fix: remove unnecessary comment

it was due to broken checkout

* docs: rework installation section

it has been brought up few times, new style should be easier
to understand

* docs: update images provided by catthehacker

* docs: replace 18.04 with recent image

* fix: add final new line
2021-08-09 09:07:26 -07:00

5.9 KiB

List of Docker images for act

Warning: Below badges with size for each image are displaying size of compressed image size in registry. After pulling the image, size can be drastically different due to Docker uncompressing the image layers.

Images based on buildpack-deps

Note 1: node images are based on Debian root filesystem, while it is extremely similar to Ubuntu, there might be some differences

Note 2: node -slim images don't have python installed, if you want to use actions or software that is depending on python, you need to specify image manually

Image Size
node:12-buster buster-size
node:12-buster-slim micro-buster-size
node:12-stretch stretch-size
node:12-stretch-slim micro-stretch-size

Note: catthehacker/ubuntu images are based on Ubuntu root filesystem

Image GitHub Repository
ghcr.io/catthehacker/ubuntu:act-latest catthehacker/docker-images
ghcr.io/catthehacker/ubuntu:act-20.04 catthehacker/docker-images
ghcr.io/catthehacker/ubuntu:act-18.04 catthehacker/docker-images
ghcr.io/catthehacker/ubuntu:act-16.04 catthehacker/docker-images

Images based on actions/virtual-environments

Note: nektos/act-environments-ubuntu have been last updated in February, 2020. It's recommended to update the image manually after docker pull if you decide to to use it.

Image Size GitHub Repository
nektos/act-environments-ubuntu:18.04 nektos:18.04 nektos/act-environments
nektos/act-environments-ubuntu:18.04-lite nektos:18.04-lite nektos/act-environments
nektos/act-environments-ubuntu:18.04-full nektos:18.04-full nektos/act-environments
Image GitHub Repository
ghcr.io/catthehacker/ubuntu:full-latest catthehacker/virtual-environments-fork
ghcr.io/catthehacker/ubuntu:full-20.04 catthehacker/virtual-environments-fork
ghcr.io/catthehacker/ubuntu:full-18.04 catthehacker/virtual-environments-fork

Feel free to make a pull request with your image added here