Namespace
keploy
Image / Tag
enterprise:v2.19.28
Content Digest
sha256:d2443a48f970aa1a194879eaed3367ff4f19a1a1d8822a2e4fb78a54f260cb79
Details
Created

2025-09-23 16:26:52 UTC

Size

314 MB

Content Digest
Labels
  • org.opencontainers.image.created
    2025-09-23T16:21:29.165Z
  • org.opencontainers.image.description
    Enterprise Version of Keploy
  • org.opencontainers.image.licenses
  • org.opencontainers.image.revision
    24d193ceb6ee3e29cb84eb94924a7ef23493e712
  • 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.28

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

[#001] sha256:d7b0e1627ff2b121c621591284d23f838cc2f93f78257dfdaa68d1374d4f3ee8 - 16.0% (50.3 MB)

[#002] sha256:9f3f909192c9fb89755a6078dcf5ff057d4b5aeeda8750211b88a921e64b2c57 - 0.54% (1.71 MB)

[#003] sha256:2fc87bfcaff016ba7dbcb53296f31506ba49dd55069221b887b92567410ed072 - 0.0% (6.34 KB)

[#004] sha256:769206668fe1a7690e827efd701c92137fae9a526b6fef91c5760866d8f042ef - 54.83% (172 MB)

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

[#006] sha256:42e3c09cc6a1f9b163407b23d371b8a0e45de5ac4b8d8440bf7d7a27c900b4c5 - 5.71% (17.9 MB)

[#007] sha256:fa828c4fbc0689c97e84d9dd45565601177013c941ffa98c7a24ea2142e458eb - 14.34% (45 MB)

[#008] sha256:ed9651560c51c776dc050343b003b0742a175b8c1a06c4e1c2a487a1e7851231 - 0.0% (220 Bytes)

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

[#010] sha256:f2a10b917d6e504e1a30e140ba0e6eb2c538aceb9dcb05544117709f59eba40a - 0.0% (216 Bytes)

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


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

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

2025-09-23 16:23:27 UTC (buildkit.dockerfile.v0)

ARG GOPRIVATE=github.com/keploy/integrations

2025-09-23 16:23:27 UTC (buildkit.dockerfile.v0)

ENV GOPRIVATE=github.com/keploy/integrations

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

ENV KEPLOY_INDOCKER=true

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

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

2025-09-23 16:24:46 UTC (buildkit.dockerfile.v0)

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

2025-09-23 16:24:48 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-23 16:26:51 UTC (buildkit.dockerfile.v0)

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

2025-09-23 16:26:51 UTC (buildkit.dockerfile.v0)

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

2025-09-23 16:26: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-23 16:26:52 UTC (buildkit.dockerfile.v0)

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

2025-09-23 16:26:52 UTC (buildkit.dockerfile.v0)

WORKDIR /files

2025-09-23 16:26:52 UTC (buildkit.dockerfile.v0)

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

Details
Created

2025-09-23 16:24:26 UTC

Size

291 MB

Content Digest
Labels
  • org.opencontainers.image.created
    2025-09-23T16:21:29.165Z
  • org.opencontainers.image.description
    Enterprise Version of Keploy
  • org.opencontainers.image.licenses
  • org.opencontainers.image.revision
    24d193ceb6ee3e29cb84eb94924a7ef23493e712
  • 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.28

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

[#001] sha256:6832c98f6741826fb3db2ed1f9a6182cb4937964a6c82f3f6d708e48d561e35b - 17.22% (50.1 MB)

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

[#003] sha256:39905a81095d8ac8ed022b356fa8ff63a76be3e8950b34bc2dc059a6237ecc49 - 0.0% (6.34 KB)

[#004] sha256:51d5083261246bdcef9c23b4f0ae5df2b8e574f8fce3ab359e211007823801de - 53.03% (154 MB)

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

[#006] sha256:e4b3a56cd0c554f55e5c8140e0d78eaca38147623b2a9be1f343017976bdd5ed - 5.63% (16.4 MB)

[#007] sha256:7d9db337f4a839261a2b2396a7de6f8fe1488d7e41492afa889bc69f8387accc - 14.33% (41.7 MB)

[#008] sha256:474baf5d71338607005ed5dc2db9b37bb85a7fb3328fadf889aaab7aaa64d530 - 0.0% (222 Bytes)

[#009] sha256:a8d47305f9369677433c7dc30e80a7a7071e05b3266f8aa64fc80628de2a79a5 - 0.0% (444 Bytes)

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

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


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

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

2025-09-23 16:22:03 UTC (buildkit.dockerfile.v0)

ARG GOPRIVATE=github.com/keploy/integrations

2025-09-23 16:22:03 UTC (buildkit.dockerfile.v0)

ENV GOPRIVATE=github.com/keploy/integrations

2025-09-23 16:22:03 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-23 16:22:03 UTC (buildkit.dockerfile.v0)

ENV KEPLOY_INDOCKER=true

2025-09-23 16:22:06 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-23 16:22:06 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-23 16:23:03 UTC (buildkit.dockerfile.v0)

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

2025-09-23 16:23:04 UTC (buildkit.dockerfile.v0)

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

2025-09-23 16:23:10 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-23 16:24:25 UTC (buildkit.dockerfile.v0)

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

2025-09-23 16:24:25 UTC (buildkit.dockerfile.v0)

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

2025-09-23 16:24:25 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-23 16:24:26 UTC (buildkit.dockerfile.v0)

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

2025-09-23 16:24:26 UTC (buildkit.dockerfile.v0)

WORKDIR /files

2025-09-23 16:24:26 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