Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When will the v1.22.2 envoy-alpine image be available on Dockerhub? #21758

Closed
shashankram opened this issue Jun 17, 2022 · 5 comments
Closed

Comments

@shashankram
Copy link

When will the v1.22.2 envoy-alpine image be available on Dockerhub? It has been a few days since the release but I can't find the image at https://hub.docker.com/r/envoyproxy/envoy-alpine/tags.

Thanks

@shashankram shashankram added the triage Issue requires triage label Jun 17, 2022
@RyanTheOptimist RyanTheOptimist added area/docker area/release and removed triage Issue requires triage labels Jun 17, 2022
@RyanTheOptimist
Copy link
Contributor

@mattklein123 Do you know the status of docker images?

@phlax
Copy link
Member

phlax commented Jun 17, 2022

hi @shashankram alpine was deprecated some time ago and has now been discontinued

i would encourage you to check out the distroless image instead

@shashankram
Copy link
Author

hi @shashankram alpine was deprecated some time ago and has now been discontinued

i would encourage you to check out the distroless image instead

Thanks for letting me know, I wasn't aware alpine support was dropped!

@phlax phlax closed this as completed Jun 17, 2022
shashankram added a commit to shashankram/osm that referenced this issue Jun 21, 2022
- Updates Envoy to its latest available version
  (v1.22.2 for Linux, v1.22.1 for Windows).
  The latest version includes the latest released
  security fix.
  We could not update Envoy previously due to a blocking bug:
  envoyproxy/envoy#20113

- Updates filter names to custom names as wellknown
  names are deprecated in Envoy (with 1 exception
  for the http.rbac filter). Envoy will use the
  TypeURL in the proto to determine which filter
  to use instead. Wellknown names are not required
  and using them is confusing because not all filters
  are defined in the legacy wellknown pkg (e.g.
  http.local_ratelimit).
  See:
  envoyproxy/envoy#21759
  envoyproxy/envoy#21763
  envoyproxy/go-control-plane#293
  envoyproxy/go-control-plane#552

- Uses the distroless image as the alpine image has been
  discontinued: envoyproxy/envoy#21758

- Updates tests to use custom filter names

- Adds `proto_types.go` to aid dynamic proto resolution
  for typed configs using `any.Any()`. This helps resolve
  protos where dynamic resolution is necessary.

- Updated Prometheus' ConfigMap to reflect changes to
  Envoy metrics prefixes

Signed-off-by: Shashank Ram <[email protected]>
shashankram added a commit to openservicemesh/osm that referenced this issue Jun 22, 2022
- Updates Envoy to its latest available version
  (v1.22.2 for Linux, v1.22.1 for Windows).
  The latest version includes the latest released
  security fix.
  We could not update Envoy previously due to a blocking bug:
  envoyproxy/envoy#20113

- Updates filter names to custom names as wellknown
  names are deprecated in Envoy (with 1 exception
  for the http.rbac filter). Envoy will use the
  TypeURL in the proto to determine which filter
  to use instead. Wellknown names are not required
  and using them is confusing because not all filters
  are defined in the legacy wellknown pkg (e.g.
  http.local_ratelimit).
  See:
  envoyproxy/envoy#21759
  envoyproxy/envoy#21763
  envoyproxy/go-control-plane#293
  envoyproxy/go-control-plane#552

- Uses the distroless image as the alpine image has been
  discontinued: envoyproxy/envoy#21758

- Updates tests to use custom filter names

- Adds `proto_types.go` to aid dynamic proto resolution
  for typed configs using `any.Any()`. This helps resolve
  protos where dynamic resolution is necessary.

- Updated Prometheus' ConfigMap to reflect changes to
  Envoy metrics prefixes

Signed-off-by: Shashank Ram <[email protected]>
@gabrielgiussi
Copy link

@phlax should we remove the Alpine Envoy image entry from https://github.com/envoyproxy/envoy/blob/main/ci/README.md then?

@phlax
Copy link
Member

phlax commented Nov 30, 2022

yep @gabrielgiussi for sure!

perhaps we can also add something about distroless also

we desperately need some metadata on our dockerhub pages for this too

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants