Skip to content

Commit

Permalink
Upgrade runner (#49)
Browse files Browse the repository at this point in the history
* Update Dockerfile

Signed-off-by: HUSSAIN GANDHI <69318875+HussainTechSavvy@users.noreply.github.com>

* Update README.md

Signed-off-by: HUSSAIN GANDHI <69318875+HussainTechSavvy@users.noreply.github.com>

---------

Signed-off-by: HUSSAIN GANDHI <69318875+HussainTechSavvy@users.noreply.github.com>
  • Loading branch information
HussainTechSavvy authored Aug 21, 2024
1 parent 5044910 commit 133234b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM docker/buildx-bin:0.16.2 AS buildx
FROM node:20.11.0 AS node
FROM summerwind/actions-runner-dind:v2.317.0-ubuntu-22.04
FROM summerwind/actions-runner-dind:v2.319.1-ubuntu-22.04
USER root
RUN apt-get update \
&& apt-get install -y wget openjdk-11-jdk maven \
Expand Down
15 changes: 3 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,9 @@ D-in-D image for GitHub Actions Self-Hoster runner based on [summerwind/actions-

| Package | Version |
| - | - |
| summerwind/actions-runner-dind | v2.311.0-ubuntu-20.04 |
| Golang | 1.21.5 |
| Buildx | 0.12.0 |
| Node | 16.17.0 |
| npm | 8.15.0 |
| Composer | 2.1.14 |
| PHP | 7.4.3 |
- php-apcu, php-bcmath, php-dom, php-ctype, php-curl, php-exif, php-fileinfo, php-fpm, php-gd, php-gmp, php-iconv, php-intl, php-json, php-mbstring, php-mysqlnd, php-soap, php-redis, php-mysqli, php-opcache, php-pdo, php-phar, php-posix, php-simplexml, php-sockets, php-sqlite3, php-tidy, php-tokenizer, php-xml, php-xmlwriter, php-zip, php-pear, libgd-tools
<!-- - Docker 20.10.8 -->
- [retry](https://raw.githubusercontent.com/kadwanev/retry/0b65e6b7f54ed36b492910470157e180bbcc3c84/retry)
- wget, curl, unzip

| summerwind/actions-runner-dind | v2.319.1-ubuntu-22.04 |
| Buildx | 0.16.2 |
| Node | 20.11.0 |
## Run

`docker run -it --entrypoint=bash --rm improwised/ghar-image`
Expand Down

0 comments on commit 133234b

Please sign in to comment.