Namespace
keploy
Image / Tag
enterprise:v2.19.20
Content Digest
sha256:8b43bd1f39dfbccd5b3819f606fd659ef1b8d7ef6e57b687287c4a33fe5d8a78
Details
Created

2025-09-16 06:47:59 UTC

Size

314 MB

Content Digest
Labels
  • org.opencontainers.image.created
    2025-09-16T06:43:38.403Z
  • org.opencontainers.image.description
    Enterprise Version of Keploy
  • org.opencontainers.image.licenses
  • org.opencontainers.image.revision
    1f0efc97c0e2282ebd2310e418a0a811f401e87a
  • org.opencontainers.image.source
    https://github.com/keploy/enterprise
  • org.opencontainers.image.title
    enterprise
  • org.opencontainers.image.url
    https://github.com/keploy/enterprise
  • org.opencontainers.image.version
    v2.19.20

Environment
GOPRIVATE

github.com/keploy/integrations

KEPLOY_INDOCKER

true

PATH

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


Layers

[#000] sha256:d107e437f7299a0db6425d4e37f44fa779f7917ecc8daf1e87128ee91b9ed3d3 - 8.58% (26.9 MB)

[#001] sha256:700aceed79c79c17365ce64d71a269ffba54725185819609c2b42db106064fe8 - 16.01% (50.3 MB)

[#002] sha256:46d93b33fad008ac3e3550508ecdd99ee19520c722e5243c3e932fe8b080e18d - 0.55% (1.71 MB)

[#003] sha256:b10bbcedae3979ed2545285bd517932bc98ab71455b17938a295740b1c66cb69 - 0.0% (6.23 KB)

[#004] sha256:b75dc76c16ad9348ff460d07c582c486d55bc902d391f0e22d0ecb023b713458 - 54.88% (172 MB)

[#005] sha256:62dca30d6ac79b3a7f03980aa4d6365c4cd91ee85b1cf43903383284d233a8fc - 0.0% (83 Bytes)

[#006] sha256:9fe0025f6a4e05b2c04a69bb563498681d7e5a1832d2444cd017907c10737657 - 5.72% (17.9 MB)

[#007] sha256:dcdef73bed4164aed5cc075ad5beb72598e9ab06650b41cd276614fac632da38 - 14.27% (44.8 MB)

[#008] sha256:bb32564f9198c267f3cc9e31a0686b27b77732069aef19121388acbc079b3116 - 0.0% (223 Bytes)

[#009] sha256:43c929db3a90904e9c931d167a7c41276900c5f226535efe6b9d2447c9927309 - 0.0% (442 Bytes)

[#010] sha256:7544a1c08b0ee4d83efbba3102936ff6da64e123f2c18b7f3fdd4903668e327c - 0.0% (217 Bytes)

[#011] sha256:89daa02a92445de5121c188eb7d4f524d00c0ae108cb10f8dd2c2db8182558eb - 0.0% (95 Bytes)


History
2025-09-08 00:00:00 UTC (debuerreotype 0.16)

# debian.sh --arch 'amd64' out/ 'bookworm' '@1757289600'

2025-09-16 06:44:29 UTC (buildkit.dockerfile.v0)

ARG GOPRIVATE=github.com/keploy/integrations

2025-09-16 06:44:29 UTC (buildkit.dockerfile.v0)

ENV GOPRIVATE=github.com/keploy/integrations

2025-09-16 06:44:29 UTC (buildkit.dockerfile.v0)

RUN |1 GOPRIVATE=github.com/keploy/integrations /bin/sh -c apt-get update && apt-get install -y git openssh-client && git config --global url."ssh://git@github.com/".insteadOf "https://github.com/" && mkdir -p -m 0700 ~/.ssh && ssh-keyscan github.com >> ~/.ssh/known_hosts # buildkit

2025-09-16 06:44:29 UTC (buildkit.dockerfile.v0)

ENV KEPLOY_INDOCKER=true

2025-09-16 06:44:47 UTC (buildkit.dockerfile.v0)

RUN |1 GOPRIVATE=github.com/keploy/integrations /bin/sh -c apt-get update && apt-get install -y ca-certificates curl sudo apt-utils # buildkit

2025-09-16 06:44:48 UTC (buildkit.dockerfile.v0)

RUN |1 GOPRIVATE=github.com/keploy/integrations /bin/sh -c curl -fsSL https://get.docker.com -o get-docker.sh # buildkit

2025-09-16 06:45:57 UTC (buildkit.dockerfile.v0)

RUN |1 GOPRIVATE=github.com/keploy/integrations /bin/sh -c sh get-docker.sh # buildkit

2025-09-16 06:45:57 UTC (buildkit.dockerfile.v0)

RUN |1 GOPRIVATE=github.com/keploy/integrations /bin/sh -c rm get-docker.sh # buildkit

2025-09-16 06:46:00 UTC (buildkit.dockerfile.v0)

RUN |1 GOPRIVATE=github.com/keploy/integrations /bin/sh -c mkdir -p /usr/lib/docker/cli-plugins && curl -SL "https://github.com/docker/compose/releases/download/v2.29.1/docker-compose-linux-$(uname -m)" -o /usr/lib/docker/cli-plugins/docker-compose && chmod +x /usr/lib/docker/cli-plugins/docker-compose # buildkit

2025-09-16 06:47:59 UTC (buildkit.dockerfile.v0)

COPY /app/keploy-enterprise /app/keploy-enterprise # buildkit

2025-09-16 06:47:59 UTC (buildkit.dockerfile.v0)

COPY /app/entrypoint.sh /app/entrypoint.sh # buildkit

2025-09-16 06:47:59 UTC (buildkit.dockerfile.v0)

RUN |1 GOPRIVATE=github.com/keploy/integrations /bin/sh -c apt-get clean && rm -rf /var/lib/apt/lists/* # buildkit

2025-09-16 06:47:59 UTC (buildkit.dockerfile.v0)

RUN |1 GOPRIVATE=github.com/keploy/integrations /bin/sh -c chmod +x /app/entrypoint.sh # buildkit

2025-09-16 06:47:59 UTC (buildkit.dockerfile.v0)

WORKDIR /files

2025-09-16 06:47:59 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/app/entrypoint.sh" "/app/keploy-enterprise"]

Details
Created

2025-09-16 06:45:51 UTC

Size

291 MB

Content Digest
Labels
  • org.opencontainers.image.created
    2025-09-16T06:43:38.403Z
  • org.opencontainers.image.description
    Enterprise Version of Keploy
  • org.opencontainers.image.licenses
  • org.opencontainers.image.revision
    1f0efc97c0e2282ebd2310e418a0a811f401e87a
  • org.opencontainers.image.source
    https://github.com/keploy/enterprise
  • org.opencontainers.image.title
    enterprise
  • org.opencontainers.image.url
    https://github.com/keploy/enterprise
  • org.opencontainers.image.version
    v2.19.20

Environment
GOPRIVATE

github.com/keploy/integrations

KEPLOY_INDOCKER

true

PATH

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


Layers

[#000] sha256:0878ecc8b0afd0d835641c015541aacd4780ec19e5565a3e1a5af3f77d208d42 - 9.22% (26.8 MB)

[#001] sha256:133760cd2d2ee2bb66cc1efa67a8249e0e7a988b9d4f483cd22bd0d5a8ea7c91 - 17.23% (50.1 MB)

[#002] sha256:9835881bf28a3b6475f5161f1fd675405332bce5ced8a304b2790d753e4e80ad - 0.58% (1.68 MB)

[#003] sha256:71005812dcf8511bfe9607e6ba6c983e97594c1412e9ea84a4c91a312fa6fc49 - 0.0% (6.23 KB)

[#004] sha256:ab511857230381c2e24b8b13b3f7936fc92771af7fd77c44aa4ded518599e6b9 - 53.08% (154 MB)

[#005] sha256:62dca30d6ac79b3a7f03980aa4d6365c4cd91ee85b1cf43903383284d233a8fc - 0.0% (83 Bytes)

[#006] sha256:6d870fb6da8a049e5f9f6a46c66440fa43628d5125491f356deb1eb5a0c075fd - 5.64% (16.4 MB)

[#007] sha256:37cc5892620027fe0d57a5d5e92fce7ed4d57c1f5f4d698479fba5a44501c63e - 14.26% (41.4 MB)

[#008] sha256:f4177ec991b87a608c187bcc3c5503e7e66d848c5ec358be4ed01a7fd0de6f27 - 0.0% (223 Bytes)

[#009] sha256:a286773521ee13084001856d3e10c774ad929efd557e18a9c88e9ae72f2d6d22 - 0.0% (443 Bytes)

[#010] sha256:74785093c9688aa5c0cfb6efd508e5930e0c16e2052f9f085a6a7a39c62ff7ac - 0.0% (218 Bytes)

[#011] sha256:7b04df1a773beb4fc97d2ffeeefa893e276d960152710905b38455bcb221c3f5 - 0.0% (95 Bytes)


History
2025-09-08 00:00:00 UTC (debuerreotype 0.16)

# debian.sh --arch 'arm64' out/ 'bookworm' '@1757289600'

2025-09-16 06:43:55 UTC (buildkit.dockerfile.v0)

ARG GOPRIVATE=github.com/keploy/integrations

2025-09-16 06:43:55 UTC (buildkit.dockerfile.v0)

ENV GOPRIVATE=github.com/keploy/integrations

2025-09-16 06:43:55 UTC (buildkit.dockerfile.v0)

RUN |1 GOPRIVATE=github.com/keploy/integrations /bin/sh -c apt-get update && apt-get install -y git openssh-client && git config --global url."ssh://git@github.com/".insteadOf "https://github.com/" && mkdir -p -m 0700 ~/.ssh && ssh-keyscan github.com >> ~/.ssh/known_hosts # buildkit

2025-09-16 06:43:55 UTC (buildkit.dockerfile.v0)

ENV KEPLOY_INDOCKER=true

2025-09-16 06:43:58 UTC (buildkit.dockerfile.v0)

RUN |1 GOPRIVATE=github.com/keploy/integrations /bin/sh -c apt-get update && apt-get install -y ca-certificates curl sudo apt-utils # buildkit

2025-09-16 06:43:58 UTC (buildkit.dockerfile.v0)

RUN |1 GOPRIVATE=github.com/keploy/integrations /bin/sh -c curl -fsSL https://get.docker.com -o get-docker.sh # buildkit

2025-09-16 06:44:11 UTC (buildkit.dockerfile.v0)

RUN |1 GOPRIVATE=github.com/keploy/integrations /bin/sh -c sh get-docker.sh # buildkit

2025-09-16 06:44:11 UTC (buildkit.dockerfile.v0)

RUN |1 GOPRIVATE=github.com/keploy/integrations /bin/sh -c rm get-docker.sh # buildkit

2025-09-16 06:44:12 UTC (buildkit.dockerfile.v0)

RUN |1 GOPRIVATE=github.com/keploy/integrations /bin/sh -c mkdir -p /usr/lib/docker/cli-plugins && curl -SL "https://github.com/docker/compose/releases/download/v2.29.1/docker-compose-linux-$(uname -m)" -o /usr/lib/docker/cli-plugins/docker-compose && chmod +x /usr/lib/docker/cli-plugins/docker-compose # buildkit

2025-09-16 06:45:50 UTC (buildkit.dockerfile.v0)

COPY /app/keploy-enterprise /app/keploy-enterprise # buildkit

2025-09-16 06:45:51 UTC (buildkit.dockerfile.v0)

COPY /app/entrypoint.sh /app/entrypoint.sh # buildkit

2025-09-16 06:45:51 UTC (buildkit.dockerfile.v0)

RUN |1 GOPRIVATE=github.com/keploy/integrations /bin/sh -c apt-get clean && rm -rf /var/lib/apt/lists/* # buildkit

2025-09-16 06:45:51 UTC (buildkit.dockerfile.v0)

RUN |1 GOPRIVATE=github.com/keploy/integrations /bin/sh -c chmod +x /app/entrypoint.sh # buildkit

2025-09-16 06:45:51 UTC (buildkit.dockerfile.v0)

WORKDIR /files

2025-09-16 06:45:51 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/app/entrypoint.sh" "/app/keploy-enterprise"]

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