catthehacker / docker_images

Docker images
MIT License
212 stars 75 forks source link

Node missing from latest Ubuntu act images #102

Closed anthonator closed 1 year ago

anthonator commented 1 year ago

Node seems to be missing from the Ubuntu act image as of ubuntu:act-22.04-20230808.

We've started seeing the following error:

"node": executable file not found in $PATH: unknown
s-debnath commented 1 year ago

Running into same issue. Overriding with the image from 8 days ago to get past it.

act workflow_dispatch -P ubuntu-latest=ghcr.io/catthehacker/ubuntu:act-latest-20230801 ...

ChristopherHX commented 1 year ago

I will look into this tomorrow, one step failed in ci eventually due to docker updates.

ChristopherHX commented 1 year ago

This should be fixed within a hour as of this comment.

I have inspected a test image and it has node in PATH again.

anthonator commented 1 year ago

Awesome! Thank you!

anthonator commented 1 year ago

Just want to note that this issue has ben resolved for me as of build act-latest-20230815. Thank you @ChristopherHX for taking care of this!