fix: rename to -dind-rootless

This commit is contained in:
Jason Song 2023-06-12 18:11:55 +08:00
parent 341d49a24d
commit 42bdebda8d
No known key found for this signature in database
GPG key ID: 8402EEEE4511A8B5
2 changed files with 2 additions and 2 deletions
Makefile
examples/kubernetes

View file

@ -19,7 +19,7 @@ GOFILES := $(shell find . -type f -name "*.go" -o -name "go.mod" ! -name "genera
DOCKER_IMAGE ?= gitea/act_runner
DOCKER_TAG ?= nightly
DOCKER_REF := $(DOCKER_IMAGE):$(DOCKER_TAG)
DOCKER_ROOTLESS_REF := $(DOCKER_IMAGE)_rootless:$(DOCKER_TAG)
DOCKER_ROOTLESS_REF := $(DOCKER_IMAGE):$(DOCKER_TAG)-dind-rootless
ifneq ($(shell uname), Darwin)
EXTLDFLAGS = -extldflags "-static" $(null)

View file

@ -43,7 +43,7 @@ spec:
claimName: act-runner-vol
containers:
- name: runner
image: gitea/act_runner:nightly-rootless
image: gitea/act_runner:nightly-dind-rootless
imagePullPolicy: Always
# command: ["sh", "-c", "while ! nc -z localhost 2376 </dev/null; do echo 'waiting for docker daemon...'; sleep 5; done; /sbin/tini -- /opt/act/run.sh"]
env: