commit
94c69d6596
3
app/data/container-build/cerc-act-runner-task-executor/build.sh
Executable file
3
app/data/container-build/cerc-act-runner-task-executor/build.sh
Executable file
@ -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
|
3
app/data/container-build/cerc-act-runner/build.sh
Executable file
3
app/data/container-build/cerc-act-runner/build.sh
Executable file
@ -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
|
@ -1,7 +1,7 @@
|
|||||||
# Originally from: https://github.com/devcontainers/images/blob/main/src/javascript-node/.devcontainer/Dockerfile
|
# Originally from: https://github.com/devcontainers/images/blob/main/src/javascript-node/.devcontainer/Dockerfile
|
||||||
# Which depends on: https://github.com/nodejs/docker-node/blob/main/Dockerfile-debian.template
|
# Which depends on: https://github.com/nodejs/docker-node/blob/main/Dockerfile-debian.template
|
||||||
# [Choice] Node.js version (use -bullseye variants on local arm64/Apple Silicon): 18, 16, 14, 18-bullseye, 16-bullseye, 14-bullseye, 18-buster, 16-buster, 14-buster
|
# [Choice] Node.js version (use -bullseye variants on local arm64/Apple Silicon): 18, 16, 14, 18-bullseye, 16-bullseye, 14-bullseye, 18-buster, 16-buster, 14-buster
|
||||||
ARG VARIANT=16-bullseye
|
ARG VARIANT=18-bullseye
|
||||||
FROM node:${VARIANT}
|
FROM node:${VARIANT}
|
||||||
|
|
||||||
# Set these args to change the uid/gid for the base container's "node" user to match that of the host user (so bind mounts work as expected).
|
# Set these args to change the uid/gid for the base container's "node" user to match that of the host user (so bind mounts work as expected).
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Originally from: https://github.com/devcontainers/images/blob/main/src/javascript-node/.devcontainer/Dockerfile
|
# Originally from: https://github.com/devcontainers/images/blob/main/src/javascript-node/.devcontainer/Dockerfile
|
||||||
# [Choice] Node.js version (use -bullseye variants on local arm64/Apple Silicon): 18, 16, 14, 18-bullseye, 16-bullseye, 14-bullseye, 18-buster, 16-buster, 14-buster
|
# [Choice] Node.js version (use -bullseye variants on local arm64/Apple Silicon): 18, 16, 14, 18-bullseye, 16-bullseye, 14-bullseye, 18-buster, 16-buster, 14-buster
|
||||||
ARG VARIANT=16-bullseye
|
ARG VARIANT=18-bullseye
|
||||||
FROM node:${VARIANT}
|
FROM node:${VARIANT}
|
||||||
|
|
||||||
ARG USERNAME=node
|
ARG USERNAME=node
|
||||||
|
@ -29,3 +29,5 @@ cerc/builder-js
|
|||||||
cerc/keycloak
|
cerc/keycloak
|
||||||
cerc/tx-spammer
|
cerc/tx-spammer
|
||||||
cerc/builder-gerbil
|
cerc/builder-gerbil
|
||||||
|
cerc/act-runner
|
||||||
|
cerc/act-runner-task-executor
|
||||||
|
@ -25,3 +25,4 @@ lirewine/gem
|
|||||||
lirewine/debug
|
lirewine/debug
|
||||||
lirewine/crypto
|
lirewine/crypto
|
||||||
lirewine/sdk
|
lirewine/sdk
|
||||||
|
telackey/act_runner
|
||||||
|
@ -3,6 +3,10 @@ name: package-registry
|
|||||||
decription: "Local Package Registry"
|
decription: "Local Package Registry"
|
||||||
repos:
|
repos:
|
||||||
- cerc-io/hosting
|
- cerc-io/hosting
|
||||||
|
- telackey/act_runner
|
||||||
|
containers:
|
||||||
|
- cerc/act-runner
|
||||||
|
- cerc/act-runner-task-executor
|
||||||
pods:
|
pods:
|
||||||
- name: gitea
|
- name: gitea
|
||||||
repository: cerc-io/hosting
|
repository: cerc-io/hosting
|
||||||
|
Loading…
Reference in New Issue
Block a user