Namespace
jumpserver
Image / Tag
core:v4.9.0-rc2-ce
Content Digest
sha256:760e7fc8c2fb0fb7c6d8dfb1f8ced90b51c8eb312bcf3e979f7d3ac9443fb3d5
Details
Created

2025-04-11 05:39:31 UTC

Size

383 MB

Content Digest
Environment
GPG_KEY

A035C8C19219BA821ECEA86B64E628F8D684696D

LANG

en_US.UTF-8

PATH

/opt/py3/bin:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

PYTHON_SHA256

849da87af4df137710c1796e276a955f7a85c9f971081067c8f565d15c352a09

PYTHON_VERSION

3.11.12


Layers

[#000] sha256:b983e127c643116d446fa1b64216f464e1d06a8bfaeeb8a895c361c1bc3f5652 - 7.52% (28.9 MB)

[#001] sha256:4d83e236205768cc71d1a60b39d439fd961a9827dfac9be45569bfa1c152aad2 - 0.27% (1.03 MB)

[#002] sha256:82176bfd98c9cb02622e2d592cfbe17b8be7a7a497c98bc45edff3df1d520689 - 3.83% (14.7 MB)

[#003] sha256:7289d90059aa337317df75fdd54d7783259745fce0474938e339e3adb7ec03bb - 0.0% (250 Bytes)

[#004] sha256:291f33c97a0267bb7190f9392902eceb29d6c91f31b1b4b90be6b8bbcc19c90c - 3.4% (13 MB)

[#005] sha256:9fd0843958c79a20e30f44ece8c95f22b66964110d8527a9b5185661c091b5d2 - 84.42% (324 MB)

[#006] sha256:f540d4f77db14f6a128bab5a0b6929b0591db666f4a5af0f886cb349f472b64e - 0.56% (2.15 MB)

[#007] sha256:f1072848e78eb7ba15d4b1b9eb370499f227e2ed15f062c4733790a6a8b28d2e - 0.0% (329 Bytes)

[#008] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)


History
2025-04-07 00:00:00 UTC (debuerreotype 0.15)

# debian.sh --arch 'amd64' out/ 'bullseye' '@1743984000'

2025-04-09 17:12:13 UTC (buildkit.dockerfile.v0)

ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

2025-04-09 17:12:13 UTC (buildkit.dockerfile.v0)

ENV LANG=C.UTF-8

2025-04-09 17:12:13 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c set -eux; apt-get update; apt-get install -y --no-install-recommends ca-certificates netbase tzdata ; rm -rf /var/lib/apt/lists/* # buildkit

2025-04-09 17:12:13 UTC (buildkit.dockerfile.v0)

ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D

2025-04-09 17:12:13 UTC (buildkit.dockerfile.v0)

ENV PYTHON_VERSION=3.11.12

2025-04-09 17:12:13 UTC (buildkit.dockerfile.v0)

ENV PYTHON_SHA256=849da87af4df137710c1796e276a955f7a85c9f971081067c8f565d15c352a09

2025-04-09 17:12:13 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c set -eux; savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get install -y --no-install-recommends dpkg-dev gcc gnupg libbluetooth-dev libbz2-dev libc6-dev libdb-dev libffi-dev libgdbm-dev liblzma-dev libncursesw5-dev libreadline-dev libsqlite3-dev libssl-dev make tk-dev uuid-dev wget xz-utils zlib1g-dev ; wget -O python.tar.xz "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz"; echo "$PYTHON_SHA256 *python.tar.xz" | sha256sum -c -; wget -O python.tar.xz.asc "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz.asc"; GNUPGHOME="$(mktemp -d)"; export GNUPGHOME; gpg --batch --keyserver hkps://keys.openpgp.org --recv-keys "$GPG_KEY"; gpg --batch --verify python.tar.xz.asc python.tar.xz; gpgconf --kill all; rm -rf "$GNUPGHOME" python.tar.xz.asc; mkdir -p /usr/src/python; tar --extract --directory /usr/src/python --strip-components=1 --file python.tar.xz; rm python.tar.xz; cd /usr/src/python; gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)"; ./configure --build="$gnuArch" --enable-loadable-sqlite-extensions --enable-optimizations --enable-option-checking=fatal --enable-shared --with-lto --with-ensurepip ; nproc="$(nproc)"; EXTRA_CFLAGS="$(dpkg-buildflags --get CFLAGS)"; LDFLAGS="$(dpkg-buildflags --get LDFLAGS)"; LDFLAGS="${LDFLAGS:--Wl},--strip-all"; make -j "$nproc" "EXTRA_CFLAGS=${EXTRA_CFLAGS:-}" "LDFLAGS=${LDFLAGS:-}" ; rm python; make -j "$nproc" "EXTRA_CFLAGS=${EXTRA_CFLAGS:-}" "LDFLAGS=${LDFLAGS:--Wl},-rpath='\$\$ORIGIN/../lib'" python ; make install; cd /; rm -rf /usr/src/python; find /usr/local -depth \( \( -type d -a \( -name test -o -name tests -o -name idle_test \) \) -o \( -type f -a \( -name '*.pyc' -o -name '*.pyo' -o -name 'libpython*.a' \) \) \) -exec rm -rf '{}' + ; ldconfig; apt-mark auto '.*' > /dev/null; apt-mark manual $savedAptMark; find /usr/local -type f -executable -not \( -name '*tkinter*' \) -exec ldd '{}' ';' | awk '/=>/ { so = $(NF-1); if (index(so, "/usr/local/") == 1) { next }; gsub("^/(usr/)?", "", so); printf "*%s\n", so }' | sort -u | xargs -r dpkg-query --search | cut -d: -f1 | sort -u | xargs -r apt-mark manual ; apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; rm -rf /var/lib/apt/lists/*; export PYTHONDONTWRITEBYTECODE=1; python3 --version; pip3 install --disable-pip-version-check --no-cache-dir --no-compile 'setuptools==65.5.1' 'wheel<0.46' ; pip3 --version # buildkit

2025-04-09 17:12:13 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c set -eux; for src in idle3 pip3 pydoc3 python3 python3-config; do dst="$(echo "$src" | tr -d 3)"; [ -s "/usr/local/bin/$src" ]; [ ! -e "/usr/local/bin/$dst" ]; ln -svT "$src" "/usr/local/bin/$dst"; done # buildkit

2025-04-09 17:12:13 UTC (buildkit.dockerfile.v0)

CMD ["python3"]

2025-04-11 05:39:15 UTC (buildkit.dockerfile.v0)

ENV LANG=en_US.UTF-8 PATH=/opt/py3/bin:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

2025-04-11 05:39:15 UTC (buildkit.dockerfile.v0)

ARG DEPENDENCIES= libldap2-dev libx11-dev

2025-04-11 05:39:15 UTC (buildkit.dockerfile.v0)

ARG TOOLS= cron ca-certificates default-libmysqlclient-dev openssh-client sshpass bubblewrap

2025-04-11 05:39:15 UTC (buildkit.dockerfile.v0)

ARG APT_MIRROR=http://mirrors.aliyun.com

2025-04-11 05:39:15 UTC (buildkit.dockerfile.v0)

RUN |3 DEPENDENCIES= libldap2-dev libx11-dev TOOLS= cron ca-certificates default-libmysqlclient-dev openssh-client sshpass bubblewrap APT_MIRROR=http://mirrors.aliyun.com /bin/sh -c set -ex && sed -i "s@http://.*.debian.org@${APT_MIRROR}@g" /etc/apt/sources.list && ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime && apt-get update > /dev/null && apt-get -y install --no-install-recommends ${DEPENDENCIES} && apt-get -y install --no-install-recommends ${TOOLS} && mkdir -p /root/.ssh/ && echo "Host *\n\tStrictHostKeyChecking no\n\tUserKnownHostsFile /dev/null\n\tCiphers +aes128-cbc\n\tKexAlgorithms +diffie-hellman-group1-sha1\n\tHostKeyAlgorithms +ssh-rsa" > /root/.ssh/config && echo "no" | dpkg-reconfigure dash && apt-get clean all && rm -rf /var/lib/apt/lists/* && echo "0 3 * * * root find /tmp -type f -mtime +1 -size +1M -exec rm -f {} \; && date > /tmp/clean.log" > /etc/cron.d/cleanup_tmp && chmod 0644 /etc/cron.d/cleanup_tmp # buildkit

2025-04-11 05:39:30 UTC (buildkit.dockerfile.v0)

COPY /opt /opt # buildkit

2025-04-11 05:39:31 UTC (buildkit.dockerfile.v0)

COPY /usr/local/bin /usr/local/bin # buildkit

2025-04-11 05:39:31 UTC (buildkit.dockerfile.v0)

COPY /opt/jumpserver/apps/libs/ansible/ansible.cfg /etc/ansible/ # buildkit

2025-04-11 05:39:31 UTC (buildkit.dockerfile.v0)

WORKDIR /opt/jumpserver

2025-04-11 05:39:31 UTC (buildkit.dockerfile.v0)

VOLUME [/opt/jumpserver/data]

2025-04-11 05:39:31 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["./entrypoint.sh"]

2025-04-11 05:39:31 UTC (buildkit.dockerfile.v0)

EXPOSE map[8080/tcp:{}]

2025-04-11 05:39:31 UTC (buildkit.dockerfile.v0)

STOPSIGNAL SIGQUIT

2025-04-11 05:39:31 UTC (buildkit.dockerfile.v0)

CMD ["start" "all"]

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