TL;DR
I just released pyaction 4.15.0, a Docker container with Python, git, and the GitHub CLI.
Changelog 4.15.0 - 2023-01-26
Changed
- Bumped GitHub CLI to 2.22.0.
Current Version List
This latest release of pyaction includes:
- Python 3.11.1
- GitHub CLI 2.22.0
- git 2.30.2
- curl 7.74.0
- gpg 2.2.27
More Information
For more information, see my earlier post about pyaction here on DEV, as well as pyaction's GitHub repository.
pyaction: A Docker container with Python, git, and the GitHub CLI
Vincent A. Cicirello ・ Dec 28 '22 ・ 3 min read
pyaction
A base Docker image for Github Actions implemented in Python
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.
Multiplatform Image
Version 4.0.0 and Newer: pyaction supports the following…
Where You Can Find Me
Follow me here on DEV:
Follow me on GitHub:
Vincent A Cicirello
If you want to generate the equivalent to the above for your own GitHub profile, check out the cicirello/user-statistician GitHub Action.
Or visit my website:
Top comments (0)