TL;DR
I just released pyaction 4.28.0, a Docker container with Python, git, and the GitHub CLI. You can pull pyaction from either the GitHub Container Registry or from Docker Hub.
This release updates the versions of both Python and the GitHub CLI included in the container.
Changelog 4.28.0 - 2024-02-16
Changed
- Bumped GitHub CLI to 2.44.1.
- Bumped Python to 3.12.2.
Current Version List
This latest release of pyaction includes the following:
- Python 3.12.2
- GitHub CLI 2.44.1
- git 2.39.2
- curl 7.88.1
- gpg 2.2.40
More Information
Please consider starring pyaction's GitHub repository:
pyaction
Website for our GitHub Actions and tools for developing them: https://actions.cicirello.org/
Summary
This Docker image is designed to support implementing Github Actions with Python. As of version 4.0.0., it starts with the official python docker image as the base which is a Debian OS. It specifically uses python:3-slim to keep the image size down for faster loading of Github Actions that use pyaction. On top of the base, we've installed curl gpg, git, and the GitHub CLI. We added curl and gpg because they are needed to install the GitHub CLI, and they may come in handy anyway (especially curl) when implementing a GitHub Action.
Blog Post on DEV: pyaction: A Docker container with Python, git, and the GitHub CLI, posted on December 28, 2022. See a list of additional blog posts later in this…
For more information, see pyaction's webpage:
Where You Can Find Me
Follow me here on DEV and on GitHub:
Or visit my website:
Top comments (0)