Skip to content

Commit 5ccf29d

Browse files
committed
Update README.md
#3
1 parent ebdaa2a commit 5ccf29d

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,13 @@ Registry. Uncomment/comment as appropriate in the Dockerfile
4545
as desired. Or if you'd rather not pull one of my images, you can
4646
see the source repository for the details. Here are the options
4747
found in the Dockerfile comments:
48-
* An image with Alpine Linux and Python only to keep image small for fast loading: `FROM cicirello/pyaction-lite:latest`
49-
* An image with Alpine Linux, Python, and git, which is also relatively small: `FROM cicirello/pyaction:latest`
50-
* To pull from the Github Container Registry instead of Docker Hub: `FROM ghcr.io/cicirello/pyaction-lite:latest` (and likewise for the other image).
48+
* An image with Alpine Linux and Python only to keep image small for fast loading: `FROM cicirello/pyaction-lite:3`
49+
* An image with Alpine Linux, Python, and git, which is also relatively small: `FROM cicirello/pyaction:3`
50+
* Beginning with version 4, the pyaction image no longer uses Alpine as the
51+
base. It now uses python:3-slim, which is built on Debian (the slim version is
52+
small but not nearly as small as Alpine), on
53+
which we have installed the GitHub CLI : `FROM cicirello/pyaction:4`
54+
* To pull from the Github Container Registry instead of Docker Hub: `FROM ghcr.io/cicirello/pyaction:4` (and likewise for the other images).
5155

5256
The source repositories for these images:
5357
* https://github.com/cicirello/pyaction-lite

0 commit comments

Comments
 (0)