From ae77e9aff43842a6ba2c330a8ef77fe203ca7b88 Mon Sep 17 00:00:00 2001 From: Shea Stewart Date: Wed, 22 Jul 2026 16:42:59 -0400 Subject: [PATCH 1/2] test base image change --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index afe4829f..7f45f37a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,7 +19,7 @@ # The CI workflow (.github/workflows/build-push.yaml) resolves the # `runtime_ref` dispatch input to an rw-base-runtime commit sha and # bakes that sha into the resulting image tag suffix. -ARG BASE_IMAGE=ghcr.io/runwhen-contrib/rw-base-runtime:latest +ARG BASE_IMAGE=ghcr.io/runwhen-contrib/rw-base-runtime:7309089 FROM ${BASE_IMAGE} USER root From d86d320bc6b3aa9fc9fe97deb8f416832fe15521 Mon Sep 17 00:00:00 2001 From: Shea Stewart Date: Wed, 22 Jul 2026 18:55:57 -0400 Subject: [PATCH 2/2] x --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 584d20c8..26ccd285 100644 --- a/README.md +++ b/README.md @@ -14,4 +14,4 @@ To explore all CodeCollections and tasks, please visit the [CodeCollection Regis ## RunWhen CLI Codecollection This repository is **one of many** CodeCollections that is used with the [RunWhen Platform](https://www.runwhen.com) and [RunWhen Local](https://docs.runwhen.com/public/v/runwhen-local). It contains CodeBundles that are maintained by the RunWhen team and perform health, operational, and troubleshooting tasks. -Please see the **[contributing](CONTRIBUTING.md)** and **[code of conduct](CODE_OF_CONDUCT.md)** for details on adding your contributions to this project. \ No newline at end of file +Please see the **[contributing](CONTRIBUTING.md)** and **[code of conduct](CODE_OF_CONDUCT.md)** for details on adding your contributions to this project.