mirror of
https://github.com/actions/runner-container-hooks.git
synced 2025-12-16 17:56:44 +00:00
Update 0034-build-docker-with-kaniko.md
This commit is contained in:
@@ -29,7 +29,9 @@ EITHER
|
|||||||
- `ACTIONS_RUNNER_CONTAINER_HOOKS_REGISTRY_NODE_PORT` # NodePort - the K8S job will pull the image from here
|
- `ACTIONS_RUNNER_CONTAINER_HOOKS_REGISTRY_NODE_PORT` # NodePort - the K8S job will pull the image from here
|
||||||
- The hooks then build up a URI like `localhost:${registryNodePort()}/${generated-random-string-handle-image}` for the k8s job to pull from
|
- The hooks then build up a URI like `localhost:${registryNodePort()}/${generated-random-string-handle-image}` for the k8s job to pull from
|
||||||
- `localhost` is the current limitation enforcing the existence of a docker registry exposed through the `nodePort` of a k8s service
|
- `localhost` is the current limitation enforcing the existence of a docker registry exposed through the `nodePort` of a k8s service
|
||||||
|
|
||||||
OR
|
OR
|
||||||
|
|
||||||
- Define a remote docker registry (dockerhub, ghcr) and its secrets (WIP)
|
- Define a remote docker registry (dockerhub, ghcr) and its secrets (WIP)
|
||||||
|
|
||||||
To execute a container-action, we run a k8s job by loading the image from the specified registry
|
To execute a container-action, we run a k8s job by loading the image from the specified registry
|
||||||
|
|||||||
Reference in New Issue
Block a user