Skip to content

Commit

Permalink
Merge pull request #29 from adaptivelab/SPO-375_runner-tooling
Browse files Browse the repository at this point in the history
SPO-375: Reset release version, modify Dockerfile
  • Loading branch information
hfoster authored May 25, 2021
2 parents 1a7d8fc + d266786 commit 335bb9b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/containerize.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
workflow_dispatch:
release:
types:
- created
- published

jobs:
Expand Down
9 changes: 7 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,12 @@ ENV RUNNER_LABELS ""
ENV ADDITIONAL_PACKAGES ""
ENV DOCKER_VERSION "20.10.6"
ENV DOCKER_HOST ""
ENV GEM_HOME="/usr/local/bundle"
ENV PATH $GEM_HOME/bin:$GEM_HOME/gems/bin:$PATH

RUN apt-get update \
&& apt-get install -y \
&& DEBIAN_FRONTEND=noninteractive \
apt-get install -y \
curl \
sudo \
git \
Expand All @@ -36,6 +39,7 @@ RUN apt-get update \
software-properties-common \
libffi-dev \
iputils-ping \
apt-utils \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/* \
&& useradd -m github \
Expand All @@ -56,7 +60,8 @@ RUN curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash - \
&& curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add - \
&& echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list \
&& sudo apt-get update \
&& sudo apt-get install -y \
&& DEBIAN_FRONTEND=noninteractive \
sudo apt-get install -y \
nodejs \
yarn \
&& git clone https://github.com/rbenv/rbenv.git ~/.rbenv \
Expand Down
2 changes: 1 addition & 1 deletion releaseVersion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.278.2.2
2.278.0.1
2 changes: 1 addition & 1 deletion src/runnerversion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.278.2.2
2.278.0.1

0 comments on commit 335bb9b

Please sign in to comment.