mirror of
https://github.com/stoatchat/kubernetes-arc-runner-image.git
synced 2026-07-01 21:54:02 -04:00
revert: "feat: add Docker cache" (#3)
This commit is contained in:
@@ -2,8 +2,6 @@ FROM ghcr.io/actions/actions-runner:latest
|
||||
|
||||
USER root
|
||||
|
||||
COPY daemon.json /etc/docker/daemon.json
|
||||
|
||||
# Install build tools
|
||||
RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||
build-essential \
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
{
|
||||
"registry-mirrors": ["http://docker-registry-dockerhub.docker-cache.svc.cluster.local:5000"]
|
||||
}
|
||||
Reference in New Issue
Block a user