Skip to content

Commit

Permalink
feat(arc): add custom actions runner image DAV-85
Browse files Browse the repository at this point in the history
  • Loading branch information
jazzlyn committed Feb 13, 2024
1 parent 6f5c67c commit 1ffc0fb
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 0 deletions.
10 changes: 10 additions & 0 deletions actions-runner/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
FROM ghcr.io/actions/actions-runner:2.313.0

USER root

RUN apt update && \
apt upgrade -y && \
apt install -y \
ca-certificates \
curl \
git
25 changes: 25 additions & 0 deletions actions-runner/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<!-- markdownlint-disable MD041 -->
<!-- markdownlint-disable MD033 -->
<!-- markdownlint-disable MD028 -->

<!-- PROJECT SHIELDS -->
<!--
*** I'm using markdown "reference style" links for readability.
*** Reference links are enclosed in brackets [ ] instead of parentheses ( ).
*** See the bottom of this document for the declaration of the reference variables
*** for contributors-url, forks-url, etc. This is an optional, concise syntax you may use.
*** https://www.markdownguide.org/basic-syntax/#reference-style-links
-->

# actions-runner

STRG. custom actions runner

<!-- MARKDOWN LINKS & IMAGES -->
<!-- https://www.markdownguide.org/basic-syntax/#reference-style-links -->

<!-- Links -->

<!-- Badges -->

<!-- TBD -->

0 comments on commit 1ffc0fb

Please sign in to comment.