From 788b2141168e3e16aa78d76d1b0f73a82f536853 Mon Sep 17 00:00:00 2001 From: Thomas E Lackey Date: Fri, 24 Mar 2023 22:24:40 -0500 Subject: [PATCH] Add Gitea action support via act_runner. Former-commit-id: 74077d7704109802824dbb8f2e30709a3e1321b8 --- .../container-build/cerc-act_runner-task-executor/build.sh | 3 +++ app/data/container-build/cerc-act_runner/build.sh | 3 +++ app/data/container-image-list.txt | 2 ++ app/data/repository-list.txt | 1 + app/data/stacks/package-registry/stack.yml | 4 ++++ 5 files changed, 13 insertions(+) create mode 100755 app/data/container-build/cerc-act_runner-task-executor/build.sh create mode 100755 app/data/container-build/cerc-act_runner/build.sh diff --git a/app/data/container-build/cerc-act_runner-task-executor/build.sh b/app/data/container-build/cerc-act_runner-task-executor/build.sh new file mode 100755 index 00000000..9d357b30 --- /dev/null +++ b/app/data/container-build/cerc-act_runner-task-executor/build.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +# Build a local version of the task executor for act_runner +docker build -t cerc/act_runner-task-executor:local -f ${CERC_REPO_BASE_DIR}/act_runner/Dockerfile.task-executor ${CERC_REPO_BASE_DIR}/act_runner diff --git a/app/data/container-build/cerc-act_runner/build.sh b/app/data/container-build/cerc-act_runner/build.sh new file mode 100755 index 00000000..025dc7a7 --- /dev/null +++ b/app/data/container-build/cerc-act_runner/build.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +# Build a local version of the act_runner image +docker build -t cerc/act_runner:local -f ${CERC_REPO_BASE_DIR}/act_runner/Dockerfile ${CERC_REPO_BASE_DIR}/act_runner diff --git a/app/data/container-image-list.txt b/app/data/container-image-list.txt index 4dc4b137..974a6936 100644 --- a/app/data/container-image-list.txt +++ b/app/data/container-image-list.txt @@ -28,3 +28,5 @@ cerc/builder-js cerc/keycloak cerc/tx-spammer cerc/builder-gerbil +cerc/act_runner +cerc/act_runner-task-executor diff --git a/app/data/repository-list.txt b/app/data/repository-list.txt index 440d093a..cc78b080 100644 --- a/app/data/repository-list.txt +++ b/app/data/repository-list.txt @@ -23,3 +23,4 @@ dboreham/foundry lirewine/gem lirewine/debug lirewine/crypto +telackey/act_runner diff --git a/app/data/stacks/package-registry/stack.yml b/app/data/stacks/package-registry/stack.yml index 771149ed..22720cac 100644 --- a/app/data/stacks/package-registry/stack.yml +++ b/app/data/stacks/package-registry/stack.yml @@ -3,6 +3,10 @@ name: package-registry decription: "Local Package Registry" repos: - cerc-io/hosting + - telackey/act_runner +containers: + - cerc/act_runner + - cerc/act_runner-task-executor pods: - name: gitea repository: cerc-io/hosting