We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5adc784 + ef26da6 commit f5ba583Copy full SHA for f5ba583
Dockerfile
@@ -33,7 +33,7 @@ COPY --from=frontend /workspace/dist/index.html /go/src/github.com/Qihoo360/wayn
33
RUN cd /go/src/github.com/Qihoo360/wayne/src/backend && bee generate docs && bee pack -o /_build
34
35
# build release image
36
-FROM centos:7
+FROM 360cloud/centos:7
37
38
RUN ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
39
hack/build/base/Dockerfile
@@ -0,0 +1,5 @@
1
+FROM centos:7
2
+
3
+ADD https://amazon-eks.s3-us-west-2.amazonaws.com/1.11.5/2018-12-06/bin/linux/amd64/aws-iam-authenticator /usr/bin/aws-iam-authenticator
4
5
+RUN chmod +x /usr/bin/aws-iam-authenticator
0 commit comments