File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change 1
- FROM alpine:3.17
1
+ FROM alpine:20230208
2
+
3
+ LABEL org.opencontainers.image.authors="FairwindsOps, Inc." \
4
+ org.opencontainers.image.vendor="FairwindsOps, Inc." \
5
+ org.opencontainers.image.title="polaris" \
6
+ org.opencontainers.image.description="Polaris is a cli tool to help discover deprecated apiVersions in Kubernetes" \
7
+ org.opencontainers.image.documentation="https://polaris.docs.fairwinds.com/" \
8
+ org.opencontainers.image.source="https://github.com/FairwindsOps/polaris" \
9
+ org.opencontainers.image.url="https://github.com/FairwindsOps/polaris" \
10
+ org.opencontainers.image.licenses="Apache License 2.0"
11
+
2
12
WORKDIR /usr/local/bin
3
13
RUN apk -U upgrade
4
14
RUN apk --no-cache add ca-certificates
You can’t perform that action at this time.
0 commit comments