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
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
The text was updated successfully, but these errors were encountered:
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
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
Also for example here, actions/runner#2511 , it would make it possible to do a workaround like;
Gr, J
The text was updated successfully, but these errors were encountered: