Skip to content

Commit

Permalink
update envoy
Browse files Browse the repository at this point in the history
  • Loading branch information
wozz committed Jun 5, 2024
1 parent e909f98 commit 4a6af3f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions envoy_proxy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ RUN CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -o main .
# unfortunately, the default envoy images won't run on raspberry pi
# see discussion here: https://github.com/envoyproxy/envoy/issues/23339
# Dockerfile for this image is included in custom_envoy directory
# currently: v1.30.1
FROM us-docker.pkg.dev/wozz-hass/public/envoyproxy:v1.30.1
# currently: v1.30.2
FROM us-docker.pkg.dev/wozz-hass/public/envoyproxy:v1.30.2

COPY --from=builder /app/main /app/main

Expand Down
2 changes: 1 addition & 1 deletion envoy_proxy/config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: "Envoy Proxy"
description: "An SSL/TLS proxy for HomeAssistant."
version: "0.5.2"
version: "0.5.3"
image: ghcr.io/wozz/ha-addons/envoy_proxy
slug: "envoy_proxy"
init: false
Expand Down
2 changes: 1 addition & 1 deletion envoy_proxy/custom_envoy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ COPY --from=arm64v8/golang:1.22.4-bullseye /usr/local/go/ /usr/local/go/

ENV PATH="/usr/local/go/bin:${PATH}"

ARG ENVOY_VERSION=1.30.1
ARG ENVOY_VERSION=1.30.2
RUN git clone --branch v${ENVOY_VERSION} https://github.com/envoyproxy/envoy.git

# https://github.com/envoyproxy/envoy/issues/28670
Expand Down

0 comments on commit 4a6af3f

Please sign in to comment.