Skip to content

Commit

Permalink
Helmrequest version is upgraded to V1 to support OCI Chart installati…
Browse files Browse the repository at this point in the history
…on (#110)

* Helmrequest version is upgraded to V1 to support OCI Chart installation
Co-authored-by: huizhang <huizhang@alauda.io>
  • Loading branch information
zhhray authored May 9, 2022
1 parent 8b03cc7 commit 798d466
Show file tree
Hide file tree
Showing 45 changed files with 2,880 additions and 553 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ artifacts/coverage.out
cover.out
bin/manager
bin/
Dockerfile.local
local-build.sh
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ RUN go build -ldflags '-w -s' -a -installsuffix cgo -o manager main.go
# Use distroless as minimal base image to package the manager binary
# Refer to https://github.com/GoogleContainerTools/distroless for more details
# FROM gcr.azk8s.cn/distroless/static:latest
FROM alpine:3.14
FROM alpine:3.15

RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.ustc.edu.cn/g' /etc/apk/repositories && apk update && apk add subversion
RUN echo 'hosts: files dns' > /etc/nsswitch.conf
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.arm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM arm64v8/alpine:3.11
FROM arm64v8/alpine:3.15

RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.ustc.edu.cn/g' /etc/apk/repositories && apk update && apk add subversion
RUN echo 'hosts: files dns' > /etc/nsswitch.conf
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.github
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN CGO_ENABLED=0 GOOS=linux GO111MODULE=on go build -a -o manager main.go
# Use distroless as minimal base image to package the manager binary
# Refer to https://github.com/GoogleContainerTools/distroless for more details
# FROM gcr.azk8s.cn/distroless/static:latest
FROM alpine:3.14
FROM alpine:3.15

RUN apk update && apk add subversion
RUN echo 'hosts: files dns' > /etc/nsswitch.conf
Expand Down
Loading

0 comments on commit 798d466

Please sign in to comment.