Skip to content

How to use custom images? #2085

Closed Answered by andershagbard
andershagbard asked this question in Questions
Discussion options

You must be logged in to vote

Got it running now.

Final file:

FROM summerwind/actions-runner:latest

USER root

RUN curl -sL https://deb.nodesource.com/setup_18.x | bash - 
RUN apt-get install -y nodejs
RUN npm install --global yarn

USER runner

Replies: 4 comments 5 replies

Comment options

You must be logged in to vote
2 replies
@andershagbard
Comment options

@ellisvalentiner
Comment options

Comment options

You must be logged in to vote
1 reply
@andershagbard
Comment options

Comment options

You must be logged in to vote
2 replies
@andershagbard
Comment options

Answer selected by andershagbard
@toast-gear
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested docker Images Discussions about Images configuration, setup RunnerDeployment Discussions around RunnerDeployment Kubernetes
5 participants