Getting started
You can easily install the self-hosted gateway with Docker:
docker run -d -p 8080:8080 -p 8081:8081 --name <gateway-name> --envconfig.service.endpoint=<instance-name>.configuration.azure-api.net
config.service.auth=<auth-token> mcr.microsoft.com/azure-api-management/gateway:2.1.8
The following tags have been made available - latest
, v2
& 2.1.8
.
Learn how you can install it on other container platforms:
- Deploy self-hosted gateway on Kubernetes with Helm
- Deploy self-hosted gateway on Kubernetes with Azure Arc (Preview)
- Deploy self-hosted gateway on Kubernetes with YAML
Here are other relevant resources:
- Self-hosted gateway on Microsoft Artifact Registry
- Migrate to self-hosted gateway v2
- Our image tagging strategy
What is new?
Features
None.
Fixes / Changes
- Fix for CVE-2022-32221 vulnerability in our base image (Critical Severity | details)
- Fix for CVE-2022-42915 vulnerability in our base image (Critical Severity | details)
- Fix for CVE-2022-42916 vulnerability in our base image (High Severity | details)
Breaking Changes
None.
Removal
None.
Full Changelog: Container-v2.1.7...Container-v2.1.8