ci-restore-probe (latest)
Published 2026-07-30 13:00:02 +00:00 by claudiu
Installation
docker pull git.nextleveltek.solutions/nextleveltek/ci-restore-probe:latestsha256:006faf01d1f0261591f4c71bd256f32a2723fc2c5aa4ade3d421fca6f4896c17
Images
| Digest | OS / Arch | Size |
|---|---|---|
| a497c32c72 | linux/amd64 | 377 MiB |
Image Layers ( linux/amd64)
| ARG RELEASE |
| ARG LAUNCHPAD_BUILD_ARCH |
| LABEL org.opencontainers.image.version=24.04 |
| ADD file:8c609c85109d07bf47cf268a175b3be8bbe34fc0c41d15d99b090d099f4dc837 in / |
| CMD ["/bin/bash"] |
| ENV DEBIAN_FRONTEND=noninteractive |
| ARG MAVEN_VERSION=3.9.9 |
| RUN |1 MAVEN_VERSION=3.9.9 /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates curl wget git jq unzip zstd xz-utils tar gzip bash coreutils findutils procps openssh-client rsync python3 python3-venv python3-pip docker.io openjdk-21-jdk-headless && curl -fsSL https://deb.nodesource.com/setup_20.x | bash - && apt-get install -y --no-install-recommends nodejs && curl -fsSL "https://archive.apache.org/dist/maven/maven-3/${MAVEN_VERSION}/binaries/apache-maven-${MAVEN_VERSION}-bin.tar.gz" -o /tmp/maven.tar.gz && tar -xzf /tmp/maven.tar.gz -C /opt && ln -s /opt/apache-maven-${MAVEN_VERSION}/bin/mvn /usr/local/bin/mvn && rm -f /tmp/maven.tar.gz && rm -rf /var/lib/apt/lists/* # buildkit |
| CMD ["/bin/bash"] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.version | 24.04 |