Compare commits

..

1 Commits

Author SHA1 Message Date
492afe3580 chore(deps): add renovate.json
All checks were successful
ZeroDownTime/aws-iam-authenticator/pipeline/pr-main This commit looks good
2024-11-20 03:04:17 +00:00
4 changed files with 14 additions and 9 deletions

View File

@ -14,7 +14,7 @@ include .ci/podman.mk
Add subtree to your project:
```
git subtree add --prefix .ci https://git.zero-downtime.net/ZeroDownTime/ci-tools-lib.git main --squash
git subtree add --prefix .ci https://git.zero-downtime.net/ZeroDownTime/ci-tools-lib.git master --squash
```

View File

@ -1,10 +1,11 @@
ARG DISTRO_VERSION="3.21"
ARG VERSION="0.6.29"
ARG DISTRO_VERSION="3.20"
ARG VERSION="0.6.27"
FROM alpine:${DISTRO_VERSION}
ARG DISTRO_VERSION
ARG VERSION
RUN adduser -D -u 10000 aws-iam-authenticator
RUN apk add --update ca-certificates
RUN echo "@kubezero https://cdn.zero-downtime.net/alpine/v${DISTRO_VERSION}/kubezero" >> "/etc/apk/repositories"
@ -20,5 +21,5 @@ COPY --from=0 /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
COPY --from=0 /lib/ld-musl-*.so.1 /lib/
COPY --from=0 /usr/bin/aws-iam-authenticator /aws-iam-authenticator
USER 65534
USER aws-iam-authenticator
ENTRYPOINT ["/aws-iam-authenticator"]

View File

@ -1,10 +1,5 @@
# aws-iam-authenticator
!!! DEPRECATED since 1.31 !!!
To be removed with 1.32 .
Public ECR repo: https://gallery.ecr.aws/zero-downtime/aws-iam-authenticator
# Resources

9
renovate.json Normal file
View File

@ -0,0 +1,9 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended",
":label(renovate)",
":semanticCommits"
],
"prHourlyLimit": 0
}