Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
April 7, 2023 05:07 pm GMT

pyaction 4.18.0 Released

TL;DR

I just released pyaction 4.18.0, a Docker container with Python, git, and the GitHub CLI.

Changelog 4.18.0 - 2023-04-07

Changed

  • Bumped Python to 3.11.3.
  • Bumped GitHub CLI to 2.26.1.

Current Version List

This latest release of pyaction includes:

More Information

For more information, see my earlier post about pyaction here on DEV, as well as pyaction's GitHub repository.

GitHub logo cicirello / pyaction

A base Docker image for Github Actions implemented in Python

pyaction

A base Docker image for Github Actions implemented in Python

Docker HubDocker Image Version (latest by date) Docker Pulls
GitHubGitHub release (latest by date)
Image StatsDocker Image Size (latest by date)
Build Statusbuild
LicenseLicense
SupportGitHub Sponsors Liberapay Ko-Fi

Summary

This Docker image is designed to support implementing Github Actionswith Python. As of version 4.0.0., it starts withthe official python docker image as the basewhich is a Debian OS. It specifically uses python:3-slim to keep the image sizedown for faster loading of Github Actions that use pyaction. On top of thebase, we've installed curlgpg, git, and theGitHub CLI. We added curl and gpg because theyare 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 and on GitHub:

Or visit my website:

Vincent A. Cicirello - Professor of Computer Science

Vincent A. Cicirello - Professor of Computer Science at Stockton University - is aresearcher in artificial intelligence, evolutionary computation, swarm intelligence,and computational intelligence, with a Ph.D. in Robotics from Carnegie MellonUniversity. He is an ACM Senior Member, IEEE Senior Member, AAAI Life Member,EAI Distinguished Member, and SIAM Member.

favicon cicirello.org

Original Link: https://dev.to/cicirello/pyaction-4180-released-3k8f

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To