Namespace
kong
Image / Tag
konnect-docker-extension:1.2.2
Content Digest
sha256:d42e38b6c5f16b289402aef48d0157e681b37546019be50b987905e10555e575
Details
Created

2025-10-03 20:35:42 UTC

Size

10.3 MB

Content Digest
Labels
  • com.docker.desktop.extension.api.version
    0.4.2
  • com.docker.desktop.extension.icon
    https://cloud.konghq.com/browser/assets/favicon-32x32.png
  • com.docker.extension.additional-urls
    [{"title":"Documentation","url":"https://developer.konghq.com/konnect/"},{"title":"Support","url":"https://support.konghq.com/support/s/"},{"title":"Terms and Services","url":"https://konghq.com/legal/terms-of-use"},{"title":"Privacy Policy","url":"https://konghq.com/legal/privacy-policy"}]
  • com.docker.extension.categories
    testing-tools,kubernetes
  • com.docker.extension.changelog
    See the release notes: https://github.com/Kong/konnect-docker-extension/releases
  • com.docker.extension.detailed-description
    <h3>Why choose Kong Konnect?</h3> <p>Konnect makes API management simple. Designed for speed, security, and ease of use, it helps you build modern applications quickly and effectively. Here's what Konnect offers:</p> <ul> <li><b>Seamless Integration with Kong Gateway:</b> Konnect is the easiest and fastest way to get started with Kong Gateway, the world's most adopted API gateway known for its performance and flexibility.</li> <li><b>Cloud Control Plane:</b> Focus on coding, not infrastructure. Konnect's control plane is hosted in the cloud by Kong, so you don't have to manage it.</li> <li><b>Flexible Data Plane Deployment:</b> Deploy data planes (including Kong Gateway) however you like. Host it yourself for more control, or let Kong manage it in the cloud for simplicity.</li> </ul> <h3>About Kong</h3> <p>Kong helps any company become API-first, speeding up time to market, creating new opportunities, and delivering better products and services.</p> <p>Built on the world’s most popular API gateway, Kong's unified cloud API platform provides fast, reliable, and secure digital experiences. With Kong, organizations can boost developer productivity, security, and performance at scale with a user-friendly platform for API management, service mesh, and ingress control.</p>
  • com.docker.extension.publisher-url
    https://konghq.com
  • com.docker.extension.screenshots
    [{"alt":"Kong Konnect Gateway Diagram", "url":"https://cloud.konghq.com/browser/assets/gateway-diagram.svg"}]
  • org.opencontainers.image.description
    Quickly create and manage API Gateways with built-in authentication, rate limiting, and traffic control.
  • org.opencontainers.image.title
    Kong Konnect
  • org.opencontainers.image.vendor
    Kong

Environment
PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:9824c27679d3b27c5e1cb00a73adb6f4f8d556994111c12db3c5d61a0c843df8 - 35.21% (3.62 MB)

[#001] sha256:94839d668d66303b8c83e6c0f344aa72028a3bb34a5092de7c0d566e21997f62 - 0.43% (45.6 KB)

[#002] sha256:c52bc3aac2f3bab07512b534077c3ddd945e7d84bb950401506838831738d616 - 25.36% (2.61 MB)

[#003] sha256:c2ca8e926ca2745bb8623084132544bd148fd96080e38ff99b6502c960dc09bc - 0.0% (183 Bytes)

[#004] sha256:6951cc109f3a1dd997a859a7efd8546150f9d135740b08f65e3eb40061968ebc - 0.0% (255 Bytes)

[#005] sha256:585e3a5bca6fe005f6c3496feb839cb557fbc4ae2a96456cb5076df0451a84ea - 0.01% (655 Bytes)

[#006] sha256:55b3931894daaaf9cd3a9f044b2c509804eb27f76c6a9db6cc8c3f47c7bee562 - 38.99% (4.01 MB)


History
2025-07-15 11:01:16 UTC (buildkit.dockerfile.v0)

ADD alpine-minirootfs-3.22.1-x86_64.tar.gz / # buildkit

2025-07-15 11:01:16 UTC (buildkit.dockerfile.v0)

CMD ["/bin/sh"]

2025-07-25 20:26:46 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.title=Kong Konnect org.opencontainers.image.description=Quickly create and manage API Gateways with built-in authentication, rate limiting, and traffic control. org.opencontainers.image.vendor=Kong com.docker.desktop.extension.api.version=0.4.2 com.docker.extension.screenshots=[{"alt":"Kong Konnect Gateway Diagram", "url":"https://cloud.konghq.com/browser/assets/gateway-diagram.svg"}] com.docker.desktop.extension.icon=https://cloud.konghq.com/browser/assets/favicon-32x32.png com.docker.extension.detailed-description=<h3>Why choose Kong Konnect?</h3> <p>Konnect makes API management simple. Designed for speed, security, and ease of use, it helps you build modern applications quickly and effectively. Here's what Konnect offers:</p> <ul> <li><b>Seamless Integration with Kong Gateway:</b> Konnect is the easiest and fastest way to get started with Kong Gateway, the world's most adopted API gateway known for its performance and flexibility.</li> <li><b>Cloud Control Plane:</b> Focus on coding, not infrastructure. Konnect's control plane is hosted in the cloud by Kong, so you don't have to manage it.</li> <li><b>Flexible Data Plane Deployment:</b> Deploy data planes (including Kong Gateway) however you like. Host it yourself for more control, or let Kong manage it in the cloud for simplicity.</li> </ul> <h3>About Kong</h3> <p>Kong helps any company become API-first, speeding up time to market, creating new opportunities, and delivering better products and services.</p> <p>Built on the world’s most popular API gateway, Kong's unified cloud API platform provides fast, reliable, and secure digital experiences. With Kong, organizations can boost developer productivity, security, and performance at scale with a user-friendly platform for API management, service mesh, and ingress control.</p> com.docker.extension.publisher-url=https://konghq.com com.docker.extension.additional-urls=[{"title":"Documentation","url":"https://developer.konghq.com/konnect/"},{"title":"Support","url":"https://support.konghq.com/support/s/"},{"title":"Terms and Services","url":"https://konghq.com/legal/terms-of-use"},{"title":"Privacy Policy","url":"https://konghq.com/legal/privacy-policy"}] com.docker.extension.categories=testing-tools,kubernetes com.docker.extension.changelog=See the release notes: https://github.com/Kong/konnect-docker-extension/releases

2025-07-25 20:26:46 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c addgroup -S kong && adduser -S kong -G kong && apk add --no-cache gcompat=1.1.0-r4 # buildkit

2025-07-25 20:26:46 UTC (buildkit.dockerfile.v0)

USER kong

2025-07-25 20:26:46 UTC (buildkit.dockerfile.v0)

WORKDIR /

2025-07-25 20:26:46 UTC (buildkit.dockerfile.v0)

COPY /backend/bin/service / # buildkit

2025-07-25 20:26:46 UTC (buildkit.dockerfile.v0)

COPY docker-compose.yaml . # buildkit

2025-07-25 20:26:46 UTC (buildkit.dockerfile.v0)

COPY metadata.json . # buildkit

2025-07-25 20:26:46 UTC (buildkit.dockerfile.v0)

COPY kong.svg . # buildkit

2025-10-03 20:35:42 UTC (buildkit.dockerfile.v0)

COPY /ui/build ui # buildkit

2025-10-03 20:35:42 UTC (buildkit.dockerfile.v0)

CMD ["/service" "-socket" "/run/guest-services/backend.sock"]

Details
Created

2025-10-03 20:35:42 UTC

Size

10.4 MB

Content Digest
Labels
  • com.docker.desktop.extension.api.version
    0.4.2
  • com.docker.desktop.extension.icon
    https://cloud.konghq.com/browser/assets/favicon-32x32.png
  • com.docker.extension.additional-urls
    [{"title":"Documentation","url":"https://developer.konghq.com/konnect/"},{"title":"Support","url":"https://support.konghq.com/support/s/"},{"title":"Terms and Services","url":"https://konghq.com/legal/terms-of-use"},{"title":"Privacy Policy","url":"https://konghq.com/legal/privacy-policy"}]
  • com.docker.extension.categories
    testing-tools,kubernetes
  • com.docker.extension.changelog
    See the release notes: https://github.com/Kong/konnect-docker-extension/releases
  • com.docker.extension.detailed-description
    <h3>Why choose Kong Konnect?</h3> <p>Konnect makes API management simple. Designed for speed, security, and ease of use, it helps you build modern applications quickly and effectively. Here's what Konnect offers:</p> <ul> <li><b>Seamless Integration with Kong Gateway:</b> Konnect is the easiest and fastest way to get started with Kong Gateway, the world's most adopted API gateway known for its performance and flexibility.</li> <li><b>Cloud Control Plane:</b> Focus on coding, not infrastructure. Konnect's control plane is hosted in the cloud by Kong, so you don't have to manage it.</li> <li><b>Flexible Data Plane Deployment:</b> Deploy data planes (including Kong Gateway) however you like. Host it yourself for more control, or let Kong manage it in the cloud for simplicity.</li> </ul> <h3>About Kong</h3> <p>Kong helps any company become API-first, speeding up time to market, creating new opportunities, and delivering better products and services.</p> <p>Built on the world’s most popular API gateway, Kong's unified cloud API platform provides fast, reliable, and secure digital experiences. With Kong, organizations can boost developer productivity, security, and performance at scale with a user-friendly platform for API management, service mesh, and ingress control.</p>
  • com.docker.extension.publisher-url
    https://konghq.com
  • com.docker.extension.screenshots
    [{"alt":"Kong Konnect Gateway Diagram", "url":"https://cloud.konghq.com/browser/assets/gateway-diagram.svg"}]
  • org.opencontainers.image.description
    Quickly create and manage API Gateways with built-in authentication, rate limiting, and traffic control.
  • org.opencontainers.image.title
    Kong Konnect
  • org.opencontainers.image.vendor
    Kong

Environment
PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:6e174226ea690ced550e5641249a412cdbefd2d09871f3e64ab52137a54ba606 - 37.87% (3.94 MB)

[#001] sha256:16f177aa4dc8f44e4593b65a1ae970e2617c9d731d6b13a0d11d6b209f94551e - 0.47% (50.2 KB)

[#002] sha256:b0f20ee41146ae8a9adce4ee8bc6f6cf07c841ea4cbf7b48a868ef879c34b769 - 23.08% (2.4 MB)

[#003] sha256:c2ca8e926ca2745bb8623084132544bd148fd96080e38ff99b6502c960dc09bc - 0.0% (183 Bytes)

[#004] sha256:6951cc109f3a1dd997a859a7efd8546150f9d135740b08f65e3eb40061968ebc - 0.0% (255 Bytes)

[#005] sha256:585e3a5bca6fe005f6c3496feb839cb557fbc4ae2a96456cb5076df0451a84ea - 0.01% (655 Bytes)

[#006] sha256:55b3931894daaaf9cd3a9f044b2c509804eb27f76c6a9db6cc8c3f47c7bee562 - 38.57% (4.01 MB)


History
2025-07-15 11:01:16 UTC (buildkit.dockerfile.v0)

ADD alpine-minirootfs-3.22.1-aarch64.tar.gz / # buildkit

2025-07-15 11:01:16 UTC (buildkit.dockerfile.v0)

CMD ["/bin/sh"]

2025-07-25 20:26:47 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.title=Kong Konnect org.opencontainers.image.description=Quickly create and manage API Gateways with built-in authentication, rate limiting, and traffic control. org.opencontainers.image.vendor=Kong com.docker.desktop.extension.api.version=0.4.2 com.docker.extension.screenshots=[{"alt":"Kong Konnect Gateway Diagram", "url":"https://cloud.konghq.com/browser/assets/gateway-diagram.svg"}] com.docker.desktop.extension.icon=https://cloud.konghq.com/browser/assets/favicon-32x32.png com.docker.extension.detailed-description=<h3>Why choose Kong Konnect?</h3> <p>Konnect makes API management simple. Designed for speed, security, and ease of use, it helps you build modern applications quickly and effectively. Here's what Konnect offers:</p> <ul> <li><b>Seamless Integration with Kong Gateway:</b> Konnect is the easiest and fastest way to get started with Kong Gateway, the world's most adopted API gateway known for its performance and flexibility.</li> <li><b>Cloud Control Plane:</b> Focus on coding, not infrastructure. Konnect's control plane is hosted in the cloud by Kong, so you don't have to manage it.</li> <li><b>Flexible Data Plane Deployment:</b> Deploy data planes (including Kong Gateway) however you like. Host it yourself for more control, or let Kong manage it in the cloud for simplicity.</li> </ul> <h3>About Kong</h3> <p>Kong helps any company become API-first, speeding up time to market, creating new opportunities, and delivering better products and services.</p> <p>Built on the world’s most popular API gateway, Kong's unified cloud API platform provides fast, reliable, and secure digital experiences. With Kong, organizations can boost developer productivity, security, and performance at scale with a user-friendly platform for API management, service mesh, and ingress control.</p> com.docker.extension.publisher-url=https://konghq.com com.docker.extension.additional-urls=[{"title":"Documentation","url":"https://developer.konghq.com/konnect/"},{"title":"Support","url":"https://support.konghq.com/support/s/"},{"title":"Terms and Services","url":"https://konghq.com/legal/terms-of-use"},{"title":"Privacy Policy","url":"https://konghq.com/legal/privacy-policy"}] com.docker.extension.categories=testing-tools,kubernetes com.docker.extension.changelog=See the release notes: https://github.com/Kong/konnect-docker-extension/releases

2025-07-25 20:26:47 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c addgroup -S kong && adduser -S kong -G kong && apk add --no-cache gcompat=1.1.0-r4 # buildkit

2025-07-25 20:26:47 UTC (buildkit.dockerfile.v0)

USER kong

2025-07-25 20:26:47 UTC (buildkit.dockerfile.v0)

WORKDIR /

2025-07-25 20:26:47 UTC (buildkit.dockerfile.v0)

COPY /backend/bin/service / # buildkit

2025-07-25 20:26:47 UTC (buildkit.dockerfile.v0)

COPY docker-compose.yaml . # buildkit

2025-07-25 20:26:47 UTC (buildkit.dockerfile.v0)

COPY metadata.json . # buildkit

2025-07-25 20:26:47 UTC (buildkit.dockerfile.v0)

COPY kong.svg . # buildkit

2025-10-03 20:35:42 UTC (buildkit.dockerfile.v0)

COPY /ui/build ui # buildkit

2025-10-03 20:35:42 UTC (buildkit.dockerfile.v0)

CMD ["/service" "-socket" "/run/guest-services/backend.sock"]

Danger Zone
Delete Tag

Please be careful as this will not just delete the reference but also the actual content!

For example when you have latest and v1.2.3 both pointing to the same image
the deletion of latest will also permanently remove v1.2.3.

Delete