Skip to content

Commit

Permalink
Added kubectl
Browse files Browse the repository at this point in the history
  • Loading branch information
3Nigma committed Mar 18, 2021
1 parent e23a139 commit 7daf29b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# hadolint ignore=DL3007
FROM myoung34/github-runner-base:latest
LABEL maintainer="myoung34@my.apsu.edu"
LABEL maintainer="adascalitei.victor@gmail.com"

# Add kubernetes
RUN curl -o kubectl https://amazon-eks.s3.us-west-2.amazonaws.com/1.19.6/2021-01-05/bin/linux/amd64/kubectl \
&& sudo install -o root -g root -m 0755 kubectl /usr/local/bin/kubectl

ENV AGENT_TOOLSDIRECTORY=/opt/hostedtoolcache
RUN mkdir -p /opt/hostedtoolcache
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Docker Github Actions Runner

[![Docker Pulls](https://img.shields.io/docker/pulls/myoung34/github-runner.svg)](https://hub.docker.com/r/myoung34/github-runner) [![awesome-runners](https://img.shields.io/badge/listed%20on-awesome--runners-blue.svg)](https://github.com/jonico/awesome-runners)

This will run the [new self-hosted github actions runners](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/hosting-your-own-runners).
This will run [myoung's](https://github.com/myoung34/docker-github-actions-runner) excelent containarized github actions sprinkled with some own dependencies (eg. Kubectl CLI).

## Docker Artifacts ##

Expand Down

0 comments on commit 7daf29b

Please sign in to comment.