File tree 5 files changed +454
-1
lines changed 5 files changed +454
-1
lines changed Original file line number Diff line number Diff line change @@ -50,6 +50,8 @@ ENV PATH=/opt/dragonfly/bin:$PATH
50
50
RUN mkdir -p /opt/dragonfly/bin/manager/console \
51
51
&& echo "hosts: files dns" > /etc/nsswitch.conf
52
52
53
+ RUN apk --no-cache add curl
54
+
53
55
COPY --from=server-builder /opt/dragonfly/bin/manager /opt/dragonfly/bin/server
54
56
COPY --from=health /bin/grpc_health_probe /bin/grpc_health_probe
55
57
Original file line number Diff line number Diff line change @@ -30,8 +30,11 @@ RUN if [ "$(uname -m)" = "ppc64le" ]; then \
30
30
FROM ${BASE_IMAGE}
31
31
32
32
ENV PATH=/opt/dragonfly/bin:$PATH
33
+
33
34
RUN echo "hosts: files dns" > /etc/nsswitch.conf
34
35
36
+ RUN apk --no-cache add curl
37
+
35
38
COPY --from=builder /opt/dragonfly/bin/scheduler /opt/dragonfly/bin/scheduler
36
39
COPY --from=health /bin/grpc_health_probe /bin/grpc_health_probe
37
40
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ import (
25
25
. "github.com/onsi/ginkgo/v2" //nolint
26
26
. "github.com/onsi/gomega" //nolint
27
27
28
- // _ "d7y.io/dragonfly/v2/test/e2e/v2/manager"
28
+ _ "d7y.io/dragonfly/v2/test/e2e/v2/manager"
29
29
"d7y.io/dragonfly/v2/test/e2e/v2/util"
30
30
)
31
31
You can’t perform that action at this time.
0 commit comments