Skip to content

Commit 9fd75dd

Browse files
Merge pull request #12 from gitpod-io/mads/update-leeway-version
Update Leeway to 0.8.1
2 parents a382805 + d9d0afb commit 9fd75dd

File tree

5 files changed

+16
-3
lines changed

5 files changed

+16
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
FROM eu.gcr.io/gitpod-core-dev/dev/dev-environment:base
33

44
# leeway
5-
ARG LEEWAY_VERSION=0.7.9
5+
ARG LEEWAY_VERSION=0.8.1
66
ENV LEEWAY_MAX_PROVENANCE_BUNDLE_SIZE=8388608
77
ENV LEEWAY_CACHE_DIR=/var/tmp/cache
88
ENV LEEWAY_BUILD_DIR=/var/tmp/build

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
Ephemeral GCE GitHub self-hosted runner based on https://github.com/related-sciences/gce-github-runner
44

5+
For more context see [Running Github runners in GCE VMs](https://www.notion.so/gitpod/Running-Github-runners-in-GCE-VMs-6ccd9c876abb4061b62671548279bca7)
6+
57
## Usage
68

79
```yaml

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ inputs:
3535
image:
3636
description: Specifies the name of the image that the disk will be initialized with.
3737
required: false
38-
default: gh-runner-202311271052
38+
default: gh-runner-202312112146
3939
image_family:
4040
description: The image family for the operating system that the boot disk will be initialized with.
4141
required: false

vm/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# VM
2+
3+
For more context see [Running Github runners in GCE VMs](https://www.notion.so/gitpod/Running-Github-runners-in-GCE-VMs-6ccd9c876abb4061b62671548279bca7) especially [How can I update the GCP VM image?](https://www.notion.so/gitpod/Running-Github-runners-in-GCE-VMs-6ccd9c876abb4061b62671548279bca7?pvs=4#5403e37be74342e48c25242aa2d946c5).
4+
5+
```sh
6+
gcloud auth application-default login --no-launch-browser
7+
gcloud auth login --no-launch-browser
8+
gcloud config set project public-github-runners
9+
cd vm
10+
make build-actions-runner-image
11+
```

vm/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ echo "📝 Installing leeway..."
152152
LEEWAY_MAX_PROVENANCE_BUNDLE_SIZE=8388608
153153
LEEWAY_CACHE_DIR=/var/tmp/cache
154154
LEEWAY_BUILD_DIR=/var/tmp/build
155-
LEEWAY_VERSION="0.8.0"
155+
LEEWAY_VERSION="0.8.1"
156156

157157
mkdir -p "${LEEWAY_CACHE_DIR}" "${LEEWAY_BUILD_DIR}"
158158
chmod 777 -R /var/tmp/

0 commit comments

Comments
 (0)