Files
kubesphere/build/ks-controller-manager/Dockerfile
zryfish 693a4143db reconcile host cluster (#2354)
print friendly error when component failed

update dockerfile
2020-07-08 23:55:13 +08:00

8 lines
314 B
Docker

# Copyright 2018 The KubeSphere Authors. All rights reserved.
# Use of this source code is governed by an Apache license
# that can be found in the LICENSE file.
FROM alpine:3.7
RUN apk add --update ca-certificates && update-ca-certificates
COPY /bin/cmd/controller-manager /usr/local/bin/
CMD controller-manager