You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This seems odd to me because the selling point was to run my github actions locally, but they fail because the image is different. The documentation even says "The environment variables and filesystem are all configured to match what GitHub provides."
Given that, it seems like node:12.6-buster-slim should be the opt-in image rather than the nektos/act-environments-ubuntu:18.04 one. The nektos/act-environments-ubuntu:18.04 image is like 20GB, but hard drives are pretty large these days.
What do you guys think?
The text was updated successfully, but these errors were encountered:
While I agree, I just thought it would be a tough sell to ask folks to download a 20GB docker image before they could start using the tool. Let's move this discussion to #107.
The default behavior is to use images that behave quite differently from the github versions: https://github.com/nektos/act#default-runners-are-intentionally-incomplete
This seems odd to me because the selling point was to run my github actions locally, but they fail because the image is different. The documentation even says "The environment variables and filesystem are all configured to match what GitHub provides."
Given that, it seems like
node:12.6-buster-slim
should be the opt-in image rather than thenektos/act-environments-ubuntu:18.04
one. Thenektos/act-environments-ubuntu:18.04
image is like 20GB, but hard drives are pretty large these days.What do you guys think?
The text was updated successfully, but these errors were encountered: