github.com/nektos/act@v0.2.63/IMAGES.md (about)

     1  # List of Docker images for `act`
     2  
     3  **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.**
     4  
     5  ## Images based on [`buildpack-deps`][hub/_/buildpack-deps]
     6  
     7  **Note 1: `node` images are based on Debian root filesystem, while it is extremely similar to Ubuntu, there might be some differences**
     8  
     9  **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**
    10  
    11  | Image                                 | Size                                                       |
    12  | ------------------------------------- | ---------------------------------------------------------- |
    13  | [`node:16-bullseye`][hub/_/node]      | ![`bullseye-size`][hub/_/node/16-bullseye/size]            |
    14  | [`node:16-bullseye-slim`][hub/_/node] | ![`micro-bullseye-size`][hub/_/node/16-bullseye-slim/size] |
    15  | [`node:16-buster`][hub/_/node]        | ![`buster-size`][hub/_/node/16-buster/size]                |
    16  | [`node:16-buster-slim`][hub/_/node]   | ![`micro-buster-size`][hub/_/node/16-buster-slim/size]     |
    17  
    18  **Note: `catthehacker/ubuntu` images are based on Ubuntu root filesystem**
    19  
    20  | Image                                                        | GitHub Repository                                             |
    21  | ------------------------------------------------------------ | ------------------------------------------------------------- |
    22  | [`catthehacker/ubuntu:act-latest`][ghcr/catthehacker/ubuntu] | [`catthehacker/docker-images`][gh/catthehacker/docker_images] |
    23  | [`catthehacker/ubuntu:act-22.04`][ghcr/catthehacker/ubuntu]  | [`catthehacker/docker-images`][gh/catthehacker/docker_images] |
    24  | [`catthehacker/ubuntu:act-20.04`][ghcr/catthehacker/ubuntu]  | [`catthehacker/docker-images`][gh/catthehacker/docker_images] |
    25  | [`catthehacker/ubuntu:act-18.04`][ghcr/catthehacker/ubuntu]  | [`catthehacker/docker-images`][gh/catthehacker/docker_images] |
    26  
    27  ## Images based on [`actions/virtual-environments`][gh/actions/virtual-environments]
    28  
    29  **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 use it.**
    30  
    31  | Image                                                                             | Size                                                                       | GitHub Repository                                       |
    32  | --------------------------------------------------------------------------------- | -------------------------------------------------------------------------- | ------------------------------------------------------- |
    33  | [`nektos/act-environments-ubuntu:18.04`][hub/nektos/act-environments-ubuntu]      | ![`nektos:18.04`][hub/nektos/act-environments-ubuntu/18.04/size]           | [`nektos/act-environments`][gh/nektos/act-environments] |
    34  | [`nektos/act-environments-ubuntu:18.04-lite`][hub/nektos/act-environments-ubuntu] | ![`nektos:18.04-lite`][hub/nektos/act-environments-ubuntu/18.04-lite/size] | [`nektos/act-environments`][gh/nektos/act-environments] |
    35  | [`nektos/act-environments-ubuntu:18.04-full`][hub/nektos/act-environments-ubuntu] | ![`nektos:18.04-full`][hub/nektos/act-environments-ubuntu/18.04-full/size] | [`nektos/act-environments`][gh/nektos/act-environments] |
    36  
    37  | Image                                                         | GitHub Repository                                                                     |
    38  | ------------------------------------------------------------- | ------------------------------------------------------------------------------------- |
    39  | [`catthehacker/ubuntu:full-latest`][ghcr/catthehacker/ubuntu] | [`catthehacker/virtual-environments-fork`][gh/catthehacker/virtual-environments-fork] |
    40  | [`catthehacker/ubuntu:full-20.04`][ghcr/catthehacker/ubuntu]  | [`catthehacker/virtual-environments-fork`][gh/catthehacker/virtual-environments-fork] |
    41  | [`catthehacker/ubuntu:full-18.04`][ghcr/catthehacker/ubuntu]  | [`catthehacker/virtual-environments-fork`][gh/catthehacker/virtual-environments-fork] |
    42  
    43  Feel free to make a pull request with your image added here
    44  
    45  [hub/_/buildpack-deps]: https://hub.docker.com/_/buildpack-deps
    46  [hub/_/node]: https://hub.docker.com/r/_/node
    47  [hub/_/node/16-bullseye/size]: https://img.shields.io/docker/image-size/_/node/16-bullseye
    48  [hub/_/node/16-bullseye-slim/size]: https://img.shields.io/docker/image-size/_/node/16-bullseye-slim
    49  [hub/_/node/16-buster/size]: https://img.shields.io/docker/image-size/_/node/16-buster
    50  [hub/_/node/16-buster-slim/size]: https://img.shields.io/docker/image-size/_/node/16-buster-slim
    51  [ghcr/catthehacker/ubuntu]: https://github.com/catthehacker/docker_images/pkgs/container/ubuntu
    52  [hub/nektos/act-environments-ubuntu]: https://hub.docker.com/r/nektos/act-environments-ubuntu
    53  [hub/nektos/act-environments-ubuntu/18.04/size]: https://img.shields.io/docker/image-size/nektos/act-environments-ubuntu/18.04
    54  [hub/nektos/act-environments-ubuntu/18.04-lite/size]: https://img.shields.io/docker/image-size/nektos/act-environments-ubuntu/18.04-lite
    55  [hub/nektos/act-environments-ubuntu/18.04-full/size]: https://img.shields.io/docker/image-size/nektos/act-environments-ubuntu/18.04-full
    56  
    57  <!--
    58  [hub/<username>/<image>]: https://hub.docker.com/r/[username]/[image]
    59  [hub/<username>/<image>/<tag>/size]: https://img.shields.io/docker/image-size/[username]/[image]/[tag]
    60  -->
    61  
    62  <!-- GitHub repository links -->
    63  
    64  [gh/nektos/act-environments]: https://github.com/nektos/act-environments
    65  [gh/actions/virtual-environments]: https://github.com/actions/virtual-environments
    66  [gh/catthehacker/docker_images]: https://github.com/catthehacker/docker_images
    67  [gh/catthehacker/virtual-environments-fork]: https://github.com/catthehacker/virtual-environments-fork