Commit Graph

3 Commits

Author SHA1 Message Date
Ryan Turner 01f85ba953
Fix usage of Docker Compose (#139)
* Fix GitHub PR workflow

- Use "docker compose" rather than "docker-compose" command to be
  compatible with latest Docker versions
- Bump actions versions to latest

Signed-off-by: Ryan Turner <ryan.turner253@icloud.com>
Signed-off-by: Sorin Dumitru <sorin@returnze.ro>
Co-authored-by: Sorin Dumitru <sorin@returnze.ro>
2025-01-23 12:29:42 -08:00
Mark Goddard ee7bf2a53f
Fix envoy-jwt-auth-helper (#137)
While running through the envoy JWT tutorial I hit the following error
in the envoy-jwt-auth-helper:

  /opt/helper/envoy-jwt-auth-helper: /lib/x86_64-linux-gnu/libc.so.6:
  version GLIBC_2.34' not found (required by /opt/helper/envoy-jwt-auth-helper)

The auth helper image builds with golang:latest (currently based on
debian bookworm), then copies to a debian buster.

This change fixes the issue by syncing the build and production stage
images.

Fixes: #136

Signed-off-by: Mark Goddard <mark@cofide.io>
2025-01-17 16:16:40 -08:00
Marcos Yacob fc623ee0ad
Migrate envoy api v3 (#116)
Signed-off-by: Marcos Yacob <marcos.yacob@hpe.com>
2023-06-02 09:42:20 -06:00