Skip to content

Commit f5ba583

Browse files
author
wilhelmguo
authored
Merge pull request #363 from iyacontrol/eks
future: support eks image
2 parents 5adc784 + ef26da6 commit f5ba583

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ COPY --from=frontend /workspace/dist/index.html /go/src/github.com/Qihoo360/wayn
3333
RUN cd /go/src/github.com/Qihoo360/wayne/src/backend && bee generate docs && bee pack -o /_build
3434

3535
# build release image
36-
FROM centos:7
36+
FROM 360cloud/centos:7
3737

3838
RUN ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
3939

hack/build/base/Dockerfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)