Skip to content

Commit

Permalink
Update Rate Limiter Docker image
Browse files Browse the repository at this point in the history
Signed-off-by: Renuka Fernando <[email protected]>
  • Loading branch information
renuka-fernando committed Jan 7, 2025
1 parent b291536 commit 0be2a2a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion enforcer-parent/enforcer/src/main/resources/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# limitations under the License.
# -----------------------------------------------------------------------

FROM adoptopenjdk/openjdk11:jre-11.0.23_9-alpine
FROM adoptopenjdk/openjdk11:jre-11.0.25_9-alpine
LABEL maintainer="WSO2 Docker Maintainers <wso2.com>"

RUN apk update && apk upgrade --no-cache
Expand Down
4 changes: 3 additions & 1 deletion rate-limiter/src/main/resources/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# limitations under the License.
# -----------------------------------------------------------------------

FROM envoyproxy/ratelimit:19f2079f
FROM envoyproxy/ratelimit:87adad26
LABEL maintainer="WSO2 Docker Maintainers <wso2.com>"

RUN apk update && apk upgrade --no-cache
Expand Down Expand Up @@ -45,6 +45,8 @@ ENV CONFIG_GRPC_XDS_CLIENT_TLS_KEY=/home/wso2/security/keystore/rate-limiter.key
ENV CONFIG_GRPC_XDS_CLIENT_TLS_CERT=/home/wso2/security/keystore/rate-limiter.pem
ENV CONFIG_GRPC_XDS_SERVER_TLS_CACERT=/home/wso2/security/truststore/mg.pem

ENV XDS_CLIENT_MAX_MSG_SIZE_IN_BYTES=41943040

ARG MOTD="\n\
Welcome to WSO2 Docker Resources \n\
--------------------------------- \n\
Expand Down

0 comments on commit 0be2a2a

Please sign in to comment.