docker.io/linuxserver/ldap-auth:3.4.4 linux/amd64

docker.io/linuxserver/ldap-auth:3.4.4 - 国内下载镜像源 浏览次数:46 安全受验证的发布者-linuxserver
LinuxServer's LDAP Auth Container
(Note: This is the official description of the Docker image provided by LinuxServer)
源镜像 docker.io/linuxserver/ldap-auth:3.4.4
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/linuxserver/ldap-auth:3.4.4
镜像ID sha256:445f05528dc2ba19ba0c0487039b0772292fe22c71eb841491340551cb865403
镜像TAG 3.4.4
大小 107.41MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD
启动入口 /init
工作目录 /
OS/平台 linux/amd64
浏览量 46 次
贡献者
镜像创建 2024-06-23T13:32:24.313006514Z
同步时间 2024-06-30 17:19
更新时间 2024-09-20 13:41
开放端口
8888/tcp 9000/tcp
环境变量
PATH=/lsiopy/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0 S6_VERBOSITY=1 S6_STAGE2_HOOK=/docker-mods VIRTUAL_ENV=/lsiopy LSIO_FIRST_PARTY=true
镜像标签
Linuxserver.io version:- 3.4.4-ls210 Build-date:- 2024-06-23T13:31:01+00:00: build_version aptalca: maintainer linuxserver.io: org.opencontainers.image.authors 2024-06-23T13:31:01+00:00: org.opencontainers.image.created [Ldap-auth](https://github.com/nginxinc/nginx-ldap-auth) software is for authenticating users who request protected resources from servers proxied by nginx. It includes a daemon (ldap-auth) that communicates with an authentication server, and a webserver daemon that generates an authentication cookie based on the user’s credentials. The daemons are written in Python for use with a Lightweight Directory Access Protocol (LDAP) authentication server (OpenLDAP or Microsoft Windows Active Directory 2003 and 2012).: org.opencontainers.image.description https://docs.linuxserver.io/images/docker-ldap-auth: org.opencontainers.image.documentation GPL-3.0-only: org.opencontainers.image.licenses 704378943fe8934d90cedd5b0b5e0d1fe3885e43: org.opencontainers.image.ref.name 704378943fe8934d90cedd5b0b5e0d1fe3885e43: org.opencontainers.image.revision https://github.com/linuxserver/docker-ldap-auth: org.opencontainers.image.source Ldap-auth: org.opencontainers.image.title https://github.com/linuxserver/docker-ldap-auth/packages: org.opencontainers.image.url linuxserver.io: org.opencontainers.image.vendor 3.4.4-ls210: org.opencontainers.image.version

Docker拉取命令 无权限下载?点我修复

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/linuxserver/ldap-auth:3.4.4
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/linuxserver/ldap-auth:3.4.4  docker.io/linuxserver/ldap-auth:3.4.4

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/linuxserver/ldap-auth:3.4.4
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/linuxserver/ldap-auth:3.4.4  docker.io/linuxserver/ldap-auth:3.4.4

Shell快速替换命令

sed -i 's#linuxserver/ldap-auth:3.4.4#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/linuxserver/ldap-auth:3.4.4#' deployment.yaml

镜像历史

大小 创建时间 层信息
0.00B 2024-06-23 21:32:24 EXPOSE map[8888/tcp:{} 9000/tcp:{}]
21.98KB 2024-06-23 21:32:24 COPY root/ / # buildkit
81.27MB 2024-06-23 21:32:24 RUN |3 BUILD_DATE=2024-06-23T13:31:01+00:00 VERSION=3.4.4-ls210 LDAP_VERSION=3.4.4 /bin/sh -c echo "**** install build packages ****" && apk add --no-cache --virtual=build-dependencies build-base cargo libffi-dev openldap-dev python3-dev && echo "**** install runtime packages ****" && apk add --no-cache libffi libldap python3 && if [ -z ${LDAP_VERSION+x} ]; then LDAP_VERSION=$(curl -sL https://pypi.python.org/pypi/python-ldap/json |jq -r '. | .info.version'); fi && python3 -m venv /lsiopy && pip install -U --no-cache-dir pip wheel && pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.19/ cryptography python-ldap=="${LDAP_VERSION}" && echo "**** cleanup ****" && apk del --purge build-dependencies && rm -rf /tmp/* $HOME/.cache $HOME/.cargo # buildkit
0.00B 2024-06-23 21:32:24 LABEL maintainer=aptalca
0.00B 2024-06-23 21:32:24 LABEL build_version=Linuxserver.io version:- 3.4.4-ls210 Build-date:- 2024-06-23T13:31:01+00:00
0.00B 2024-06-23 21:32:24 ARG LDAP_VERSION=3.4.4
0.00B 2024-06-23 21:32:24 ARG VERSION=3.4.4-ls210
0.00B 2024-06-23 21:32:24 ARG BUILD_DATE=2024-06-23T13:31:01+00:00
0.00B 2024-06-23 21:32:24 ENV LSIO_FIRST_PARTY=true
0.00B 2024-06-22 21:30:46 ENTRYPOINT ["/init"]
6.63KB 2024-06-22 21:30:46 COPY root/ / # buildkit
13.60MB 2024-06-22 21:30:46 RUN |5 BUILD_DATE=2024-06-22T13:29:36+00:00 VERSION=935b3453-ls22 MODS_VERSION=v3 PKG_INST_VERSION=v1 LSIOWN_VERSION=v1 /bin/sh -c echo "**** install runtime packages ****" && apk add --no-cache alpine-release bash ca-certificates catatonit coreutils curl findutils jq netcat-openbsd procps-ng shadow tzdata && echo "**** create abc user and make our folders ****" && groupmod -g 1000 users && useradd -u 911 -U -d /config -s /bin/false abc && usermod -G users abc && mkdir -p /app /config /defaults /lsiopy && echo "**** cleanup ****" && rm -rf /tmp/* # buildkit
0.00B 2024-06-22 21:30:45 ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0 S6_VERBOSITY=1 S6_STAGE2_HOOK=/docker-mods VIRTUAL_ENV=/lsiopy PATH=/lsiopy/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
945.00B 2024-06-22 21:30:45 ADD --chmod=744 https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/lsiown.v1 /usr/bin/lsiown # buildkit
4.18KB 2024-06-22 21:30:45 ADD --chmod=744 https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/package-install.v1 /etc/s6-overlay/s6-rc.d/init-mods-package-install/run # buildkit
22.13KB 2024-06-22 21:30:44 ADD --chmod=744 https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/docker-mods.v3 /docker-mods # buildkit
0.00B 2024-06-22 21:30:44 LABEL maintainer=TheLamer
0.00B 2024-06-22 21:30:44 LABEL build_version=Linuxserver.io version:- 935b3453-ls22 Build-date:- 2024-06-22T13:29:36+00:00
0.00B 2024-06-22 21:30:44 ARG LSIOWN_VERSION=v1
0.00B 2024-06-22 21:30:44 ARG PKG_INST_VERSION=v1
0.00B 2024-06-22 21:30:44 ARG MODS_VERSION=v3
0.00B 2024-06-22 21:30:44 ARG VERSION=935b3453-ls22
0.00B 2024-06-22 21:30:44 ARG BUILD_DATE=2024-06-22T13:29:36+00:00
12.47MB 2024-06-22 21:30:44 COPY /root-out/ / # buildkit

镜像信息

{
    "Id": "sha256:445f05528dc2ba19ba0c0487039b0772292fe22c71eb841491340551cb865403",
    "RepoTags": [
        "linuxserver/ldap-auth:3.4.4",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/linuxserver/ldap-auth:3.4.4"
    ],
    "RepoDigests": [
        "linuxserver/ldap-auth@sha256:ef7b30d6e07b0765468818c12171eba7c9617b1b73198b91991c66580d049ad9",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/linuxserver/ldap-auth@sha256:a1aa45368c87ace485063c33e7f6c549927553a025f4f05d9f39a76512f88ab2"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2024-06-23T13:32:24.313006514Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "ExposedPorts": {
            "8888/tcp": {},
            "9000/tcp": {}
        },
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": [
            "PATH=/lsiopy/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "PS1=$(whoami)@$(hostname):$(pwd)\\$ ",
            "HOME=/root",
            "TERM=xterm",
            "S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0",
            "S6_VERBOSITY=1",
            "S6_STAGE2_HOOK=/docker-mods",
            "VIRTUAL_ENV=/lsiopy",
            "LSIO_FIRST_PARTY=true"
        ],
        "Cmd": null,
        "Image": "",
        "Volumes": null,
        "WorkingDir": "/",
        "Entrypoint": [
            "/init"
        ],
        "OnBuild": null,
        "Labels": {
            "build_version": "Linuxserver.io version:- 3.4.4-ls210 Build-date:- 2024-06-23T13:31:01+00:00",
            "maintainer": "aptalca",
            "org.opencontainers.image.authors": "linuxserver.io",
            "org.opencontainers.image.created": "2024-06-23T13:31:01+00:00",
            "org.opencontainers.image.description": "[Ldap-auth](https://github.com/nginxinc/nginx-ldap-auth) software is for authenticating users who request protected resources from servers proxied by nginx. It includes a daemon (ldap-auth) that communicates with an authentication server, and a webserver daemon that generates an authentication cookie based on the user’s credentials. The daemons are written in Python for use with a Lightweight Directory Access Protocol (LDAP) authentication server (OpenLDAP or Microsoft Windows Active Directory 2003 and 2012).",
            "org.opencontainers.image.documentation": "https://docs.linuxserver.io/images/docker-ldap-auth",
            "org.opencontainers.image.licenses": "GPL-3.0-only",
            "org.opencontainers.image.ref.name": "704378943fe8934d90cedd5b0b5e0d1fe3885e43",
            "org.opencontainers.image.revision": "704378943fe8934d90cedd5b0b5e0d1fe3885e43",
            "org.opencontainers.image.source": "https://github.com/linuxserver/docker-ldap-auth",
            "org.opencontainers.image.title": "Ldap-auth",
            "org.opencontainers.image.url": "https://github.com/linuxserver/docker-ldap-auth/packages",
            "org.opencontainers.image.vendor": "linuxserver.io",
            "org.opencontainers.image.version": "3.4.4-ls210"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 107405693,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/dd58cd92e02f81ce55a19d17b67b684b60cb43c64efc8e07f0170a169013867d/diff:/var/lib/docker/overlay2/f8b82bf88fd3a8c9f481bc778cca5467edcf7852cb492644961b0e37083f416f/diff:/var/lib/docker/overlay2/fde2e08ce4f1a83bbf2fc2594fb7c52e277b7489d1372e570613cbfa0f39599d/diff:/var/lib/docker/overlay2/047c103f827538f17c224fd1e18d17d62baed04f7040f1a19133f5cac0e2289d/diff:/var/lib/docker/overlay2/3ecfe8627caca9bd0e722c94a5f964d3d0e014fcf29cdfce8b3ddcb64358b4f4/diff:/var/lib/docker/overlay2/5d1208241813635f88fd1c2a1cf2ab0b883f4c299779f1ab727317db8507961e/diff:/var/lib/docker/overlay2/60b32e39e5e5be9859c83da1715b307b0e902f5eda4e21856ecdde3b523e8991/diff",
            "MergedDir": "/var/lib/docker/overlay2/f060b2af1aa163578d73571a7943d2cf1dd3db1c5d86f67fb5ef3cbfebe9d9df/merged",
            "UpperDir": "/var/lib/docker/overlay2/f060b2af1aa163578d73571a7943d2cf1dd3db1c5d86f67fb5ef3cbfebe9d9df/diff",
            "WorkDir": "/var/lib/docker/overlay2/f060b2af1aa163578d73571a7943d2cf1dd3db1c5d86f67fb5ef3cbfebe9d9df/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:eb8e3cb06beb1dedcd2687a1747b3dc365adf5aa28d1f0a17dc11ceeda8e8523",
            "sha256:9c14868778fe9d9e65963dccac023925d60e4239877919460986295c6c6f708d",
            "sha256:bfb1ea151acc7587203e4e88297f9b5cf4996c40da6df1470bcb451da8b0f310",
            "sha256:e7ae10de7081d030c1449964f5dfd61d6cdc5a40c9dd3a6e46e6d32e93633507",
            "sha256:ff072fa8dae5b0d38955e2fbf633ebead88ab15a17490347e8d58050d82ded6b",
            "sha256:9879ea1116b5fe2d7ddf0548e6a212fde78303caa364626d6ad0c2f5fd4fe1dc",
            "sha256:e68d345df05cfe5e53b1d30c097482004531112176d8b736e689b113738aba4d",
            "sha256:2a07f0e6c00c9723af24c9bf20d7d70eafaad150645ab9c4b3f9ea89492e5f43"
        ]
    },
    "Metadata": {
        "LastTagTime": "2024-06-30T17:19:11.346031422+08:00"
    }
}

更多版本