We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07dc8bd commit 68df7c9Copy full SHA for 68df7c9
Dockerfile
@@ -3,7 +3,7 @@
3
FROM golang:1.19 AS build-env
4
ENV GO111MODULE on
5
WORKDIR /
6
-RUN git clone https://github.com/coredns/coredns && git checkout 7d5f5b87a4fb310d442f7ef0d52e3fead0e10d39
+RUN git clone https://github.com/coredns/coredns && cd coredns && git checkout 7d5f5b87a4fb310d442f7ef0d52e3fead0e10d39
7
COPY . /k8s_dns_chaos
8
# RUN ln -s /k8s_dns_chaos /coredns/plugin/k8s_dns_chaos
9
RUN echo "k8s_dns_chaos:github.com/chaos-mesh/k8s_dns_chaos" >> /coredns/plugin.cfg
0 commit comments