Compare commits
1 Commits
main
...
renovate/c
Author | SHA1 | Date | |
---|---|---|---|
492afe3580 |
@ -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
|
||||
```
|
||||
|
||||
|
||||
|
@ -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"]
|
||||
|
@ -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
9
renovate.json
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": [
|
||||
"config:recommended",
|
||||
":label(renovate)",
|
||||
":semanticCommits"
|
||||
],
|
||||
"prHourlyLimit": 0
|
||||
}
|
Loading…
Reference in New Issue
Block a user