Namespace
keploy
Image / Tag
enterprise:v2.19.21
Content Digest
sha256:eaebc6d261332600fa84e4a034b38d34af72407a72afdde29708e953edfe9069
Details
Created

2025-09-16 08:45:33 UTC

Size

314 MB

Content Digest
Labels
  • org.opencontainers.image.created
    2025-09-16T08:38:23.790Z
  • org.opencontainers.image.description
    Enterprise Version of Keploy
  • org.opencontainers.image.licenses
  • org.opencontainers.image.revision
    19a6d26e3c939918fd9043d592067d8e6c124c28
  • 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.21

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:e49369f0e9028a92bf72872f434d2207f26337fc8ebefd466ed9851de1ba33ca - 16.01% (50.3 MB)

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

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

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

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

[#006] sha256:8f04ac642706bcb9ac40f6037c0352c66a2321a0bfb1fc5f95bf9d7fbed457af - 5.72% (17.9 MB)

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

[#008] sha256:a9bb3bf2f79279489a5452e90fbf8de0f92d23e4d9b7b7ea6fb04292a7fefe54 - 0.0% (221 Bytes)

[#009] sha256:67fc97ac559a57282e7225de4c220bed124167a44907b7671aeb54582ec32f02 - 0.0% (441 Bytes)

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

[#011] sha256:f5e05e52b123c03d1c935c8948f3ec62f19b7b0c96b1523e6933e558b6a7ae1d - 0.0% (93 Bytes)


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

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

2025-09-16 08:41:05 UTC (buildkit.dockerfile.v0)

ARG GOPRIVATE=github.com/keploy/integrations

2025-09-16 08:41:05 UTC (buildkit.dockerfile.v0)

ENV GOPRIVATE=github.com/keploy/integrations

2025-09-16 08:41:05 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 08:41:05 UTC (buildkit.dockerfile.v0)

ENV KEPLOY_INDOCKER=true

2025-09-16 08:41:28 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 08:41:30 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 08:43:24 UTC (buildkit.dockerfile.v0)

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

2025-09-16 08:43:25 UTC (buildkit.dockerfile.v0)

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

2025-09-16 08:43:29 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 08:45:32 UTC (buildkit.dockerfile.v0)

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

2025-09-16 08:45:32 UTC (buildkit.dockerfile.v0)

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

2025-09-16 08:45:32 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 08:45:33 UTC (buildkit.dockerfile.v0)

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

2025-09-16 08:45:33 UTC (buildkit.dockerfile.v0)

WORKDIR /files

2025-09-16 08:45:33 UTC (buildkit.dockerfile.v0)

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

Details
Created

2025-09-16 08:42:09 UTC

Size

291 MB

Content Digest
Labels
  • org.opencontainers.image.created
    2025-09-16T08:38:23.790Z
  • org.opencontainers.image.description
    Enterprise Version of Keploy
  • org.opencontainers.image.licenses
  • org.opencontainers.image.revision
    19a6d26e3c939918fd9043d592067d8e6c124c28
  • 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.21

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:eb35c8da436abecc164919e7f011d1b67a9283699678b0f3faced51bcb11661f - 17.23% (50.1 MB)

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

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

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

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

[#006] sha256:669a08ff372dd3557e860369354fe11cf9aa278f8b0b948fe1c9e4c1440219e7 - 5.64% (16.4 MB)

[#007] sha256:299fd206fbb42f500b7c6a7b8b7b54fb1d745e833460b53f851365888f35a43d - 14.26% (41.5 MB)

[#008] sha256:32819344c668c5c082a990af3feda332eb7d88f08bae340338723b649331e6ad - 0.0% (222 Bytes)

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

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

[#011] sha256:74ab0f424fe0c1915ebd7aa1e1efbdcd9b53ca92976154fce2a0549247227af0 - 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 08:39:00 UTC (buildkit.dockerfile.v0)

ARG GOPRIVATE=github.com/keploy/integrations

2025-09-16 08:39:00 UTC (buildkit.dockerfile.v0)

ENV GOPRIVATE=github.com/keploy/integrations

2025-09-16 08:39:00 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 08:39:00 UTC (buildkit.dockerfile.v0)

ENV KEPLOY_INDOCKER=true

2025-09-16 08:39:05 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 08:39:05 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 08:40:31 UTC (buildkit.dockerfile.v0)

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

2025-09-16 08:40:32 UTC (buildkit.dockerfile.v0)

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

2025-09-16 08:40:37 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 08:42:07 UTC (buildkit.dockerfile.v0)

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

2025-09-16 08:42:07 UTC (buildkit.dockerfile.v0)

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

2025-09-16 08:42:08 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 08:42:09 UTC (buildkit.dockerfile.v0)

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

2025-09-16 08:42:09 UTC (buildkit.dockerfile.v0)

WORKDIR /files

2025-09-16 08:42:09 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