Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feature request] Make configurable pre-commands in user-data possible #143

Open
jalbstmeijer opened this issue Mar 30, 2023 · 1 comment

Comments

@jalbstmeijer
Copy link

jalbstmeijer commented Mar 30, 2023

Hi,

One of the requirements is that Docker needs to be installed on the used AMI.
I would be nice if we could specify pre- commands to be executed in user-data.

Something like this would make it possible to use any AMI

        with:
          pre-command: "yum install -y docker; service docker start"

Also for example here, actions/runner#2511 , it would make it possible to do a workaround like;

        with:
          pre-command: "yum install -y libicu"

Gr, J

@jalbstmeijer jalbstmeijer changed the title [feature request] Allow configurable pre-commands in user-data possible [feature request] Make configurable pre-commands in user-data possible Mar 30, 2023
@WebsliceNL
Copy link

looks like this issue can be closed due to inclusion of the pre-runner-script

#154

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants