Namespace
keploy
Image / Tag
enterprise:v2.19.19
Content Digest
sha256:881a6bbbc4c7a7c54e211a31a6663e058c5ce91a715ee93262dc8eb657c8b084
Details
Created

2025-09-12 13:00:26 UTC

Size

313 MB

Content Digest
Labels
  • org.opencontainers.image.created
    2025-09-12T12:55:25.341Z
  • org.opencontainers.image.description
    Enterprise Version of Keploy
  • org.opencontainers.image.licenses
  • org.opencontainers.image.revision
    274924ba89bdecedec80acb4c7822633e85e8d31
  • 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.19

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.61% (26.9 MB)

[#001] sha256:70f92c026943d9c857c8ca4c4892b1c8a12564e94a6498c3734d1ffa3069f70e - 16.08% (50.3 MB)

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

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

[#004] sha256:0a1cd043e3f2aed23cda5529201834fd6dd1f388ca44c0778d7b22e3197822da - 55.1% (172 MB)

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

[#006] sha256:ae1c273e0a973ec0d0101ce485049d751b9ea007ea449a77dc17e761d0a96428 - 5.74% (17.9 MB)

[#007] sha256:2340e97b6957a014f38b7d237c1809a8c8c83c167d1a2e94bbdddab1f587b8ff - 13.92% (43.5 MB)

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

[#009] sha256:4c4b894abe0f665130e9b97269885459d4c1e61ba6fad4b475d4ee16d8bffc57 - 0.0% (442 Bytes)

[#010] sha256:43108cbefaa37b9f119e6b16223203517fe52d359f9cf8d0c6a70b1023f30194 - 0.0% (217 Bytes)

[#011] sha256:2d78ccbcd4c1ba1340e0d6a8d631402326f52e5fd5e5fed1e63bbd77a495780f - 0.0% (95 Bytes)


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

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

2025-09-12 12:56:55 UTC (buildkit.dockerfile.v0)

ARG GOPRIVATE=github.com/keploy/integrations

2025-09-12 12:56:55 UTC (buildkit.dockerfile.v0)

ENV GOPRIVATE=github.com/keploy/integrations

2025-09-12 12:56: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-12 12:56:55 UTC (buildkit.dockerfile.v0)

ENV KEPLOY_INDOCKER=true

2025-09-12 12:57:14 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-12 12:57:17 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-12 12:58:47 UTC (buildkit.dockerfile.v0)

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

2025-09-12 12:58:48 UTC (buildkit.dockerfile.v0)

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

2025-09-12 12:58:51 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-12 13:00:26 UTC (buildkit.dockerfile.v0)

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

2025-09-12 13:00:26 UTC (buildkit.dockerfile.v0)

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

2025-09-12 13:00:26 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-12 13:00:26 UTC (buildkit.dockerfile.v0)

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

2025-09-12 13:00:26 UTC (buildkit.dockerfile.v0)

WORKDIR /files

2025-09-12 13:00:26 UTC (buildkit.dockerfile.v0)

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

Details
Created

2025-09-12 12:58:19 UTC

Size

290 MB

Content Digest
Labels
  • org.opencontainers.image.created
    2025-09-12T12:55:25.341Z
  • org.opencontainers.image.description
    Enterprise Version of Keploy
  • org.opencontainers.image.licenses
  • org.opencontainers.image.revision
    274924ba89bdecedec80acb4c7822633e85e8d31
  • 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.19

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.26% (26.8 MB)

[#001] sha256:47fe7189031e66ab0208bc9302a06eba63cdd25fd360617338ff9f63e7e2c56d - 17.3% (50.1 MB)

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

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

[#004] sha256:2e863a3e88b623eea2a7129acc7c058d5295147cba1750e2b0d0ed5819dcb343 - 53.3% (154 MB)

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

[#006] sha256:4007c1d9da48361300b76dc7454361eb720b8c426b45ce897e51c08dc5686f12 - 5.66% (16.4 MB)

[#007] sha256:854230c725d98e6f7f8585ad9fa27b9bb3dc50a02e2c220964a48fb0698ac844 - 13.91% (40.3 MB)

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

[#009] sha256:ae5a76a7a2ff66f2555c432640412a6437ea646500bcc3813e25ca129570837c - 0.0% (445 Bytes)

[#010] sha256:731c7a30f9f520783ad3b9c6313bc87820f1622ba2439715cfbb77786ff90955 - 0.0% (218 Bytes)

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


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

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

2025-09-12 12:55:47 UTC (buildkit.dockerfile.v0)

ARG GOPRIVATE=github.com/keploy/integrations

2025-09-12 12:55:47 UTC (buildkit.dockerfile.v0)

ENV GOPRIVATE=github.com/keploy/integrations

2025-09-12 12:55:47 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-12 12:55:47 UTC (buildkit.dockerfile.v0)

ENV KEPLOY_INDOCKER=true

2025-09-12 12:55:50 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-12 12:55:50 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-12 12:56:10 UTC (buildkit.dockerfile.v0)

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

2025-09-12 12:56:10 UTC (buildkit.dockerfile.v0)

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

2025-09-12 12:56:14 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-12 12:58:18 UTC (buildkit.dockerfile.v0)

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

2025-09-12 12:58:18 UTC (buildkit.dockerfile.v0)

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

2025-09-12 12:58:18 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-12 12:58:19 UTC (buildkit.dockerfile.v0)

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

2025-09-12 12:58:19 UTC (buildkit.dockerfile.v0)

WORKDIR /files

2025-09-12 12:58:19 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