logo
docker.io/authelia/authelia:4.37.5
linux/amd64 docker.io

这是一个Authelia身份验证服务器的Docker镜像。Authelia是一个开源的身份验证平台,它提供多因素身份验证、单点登录和会话管理等功能,旨在增强Web应用程序的安全性。

15
浏览次数
54.71MB
镜像大小
源镜像
docker.io/authelia/authelia:4.37.5
国内镜像
swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/authelia/authelia:4.37.5
镜像ID
sha256:35d46b7d27f78ebdfc8b043137f3d4afce4c7628e9113da8beaf65fe87883f03
镜像 TAG
4.37.5
镜像大小
54.71MB
平台架构
linux/amd64
镜像源
docker.io
CMD
--config /config/configuration.yml
启动入口
/app/entrypoint.sh
工作目录
/app
OS/平台
linux/amd64
镜像创建
2022-12-21T08:58:34.346242326Z
同步时间
2026-06-28 01:28
浏览量
15 次
贡献者
🔌 开放端口 1
9091/tcp
📁 目录挂载 1
 /config
⚙️ 环境变量 3
KeyValue
PATH=/app:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 0
PUID=0 1
PGID=0 2
🏷️ 镜像标签 11
KeyValue
docker.io/library/alpine:3.17.0 org.opencontainers.image.base.name
2022-12-21T19:58:21+11:00 org.opencontainers.image.created
Authelia is an open-source authentication and authorization server providing two-factor authentication and single sign-on (SSO) for your applications via a web portal. org.opencontainers.image.description
https://www.authelia.com org.opencontainers.image.documentation
Apache-2.0 org.opencontainers.image.licenses
566a0d7fc71b450123ad33d350cd3890d311da82 org.opencontainers.image.revision
https://github.com/authelia/authelia/tree/566a0d7fc71b450123ad33d350cd3890d311da82 org.opencontainers.image.source
authelia org.opencontainers.image.title
https://github.com/authelia/authelia/pkgs/container/authelia org.opencontainers.image.url
Authelia org.opencontainers.image.vendor
4.37.5 org.opencontainers.image.version
🛡️ 镜像安全扫描
alpine 3.17.0 Trivy 2026-06-28 01:28 查看完整报告
31
低危 LOW
105
中危 MEDIUM
84
高危 HIGH
7
严重 CRITICAL
受影响目标 (2)
docker.io/authelia/authelia:4.37.5 (alpine 3.17.0) alpine app/authelia gobinary

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/authelia/authelia:4.37.5
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/authelia/authelia:4.37.5  docker.io/authelia/authelia:4.37.5

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/authelia/authelia:4.37.5
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/authelia/authelia:4.37.5  docker.io/authelia/authelia:4.37.5

Shell快速替换命令

sed -i 's#authelia/authelia:4.37.5#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/authelia/authelia:4.37.5#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/authelia/authelia:4.37.5 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/authelia/authelia:4.37.5  docker.io/authelia/authelia:4.37.5'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/authelia/authelia:4.37.5 && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/authelia/authelia:4.37.5  docker.io/authelia/authelia:4.37.5'

镜像构建历史


# 2022-12-21 16:58:34  0.00B 指定检查容器健康状态的命令
HEALTHCHECK &{["CMD-SHELL" "/app/healthcheck.sh"] "30s" "3s" "1m0s" '\x00'}
                        
# 2022-12-21 16:58:34  0.00B 设置默认要执行的命令
CMD ["--config" "/config/configuration.yml"]
                        
# 2022-12-21 16:58:34  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/app/entrypoint.sh"]
                        
# 2022-12-21 16:58:34  0.00B 创建挂载点用于持久化数据或共享数据
VOLUME [/config]
                        
# 2022-12-21 16:58:34  0.00B 声明容器运行时监听的端口
EXPOSE map[9091/tcp:{}]
                        
# 2022-12-21 16:58:34  45.99MB 复制新文件或目录到容器中
COPY authelia-linux-amd64-musl ./authelia # buildkit
                        
# 2022-12-13 11:18:34  154.00B 执行命令并创建新的镜像层
RUN |2 TARGETOS=linux TARGETARCH=amd64 /bin/sh -c chmod 0666 /app/.healthcheck.env # buildkit
                        
# 2022-12-13 11:18:34  12.31KB 复制新文件或目录到容器中
COPY LICENSE .healthcheck.env entrypoint.sh healthcheck.sh ./ # buildkit
                        
# 2022-12-13 11:18:34  1.66MB 执行命令并创建新的镜像层
RUN |2 TARGETOS=linux TARGETARCH=amd64 /bin/sh -c apk --no-cache add ca-certificates su-exec tzdata # buildkit
                        
# 2022-12-13 11:18:31  0.00B 设置环境变量 PATH PUID PGID
ENV PATH=/app:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin PUID=0 PGID=0
                        
# 2022-12-13 11:18:31  0.00B 设置工作目录为/app
WORKDIR /app
                        
# 2022-12-13 11:18:31  0.00B 定义构建参数
ARG TARGETARCH
                        
# 2022-12-13 11:18:31  0.00B 定义构建参数
ARG TARGETOS
                        
# 2022-11-23 06:19:29  0.00B 
/bin/sh -c #(nop)  CMD ["/bin/sh"]
                        
# 2022-11-23 06:19:28  7.05MB 
/bin/sh -c #(nop) ADD file:587cae71969871d3c6456d844a8795df9b64b12c710c275295a1182b46f630e7 in / 
                        
                    

镜像信息

{
    "Id": "sha256:35d46b7d27f78ebdfc8b043137f3d4afce4c7628e9113da8beaf65fe87883f03",
    "RepoTags": [
        "authelia/authelia:4.37.5",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/authelia/authelia:4.37.5"
    ],
    "RepoDigests": [
        "authelia/authelia@sha256:25fc5423238b6f3a1fc967fda3f6a9212846aeb4a720327ef61c8ccff52dbbe2",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/authelia/authelia@sha256:b9746264b61562ec5ee8b07cf36918d79a864b75e1e193d80487879c838cc36f"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2022-12-21T08:58:34.346242326Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "ExposedPorts": {
            "9091/tcp": {}
        },
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": [
            "PATH=/app:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "PUID=0",
            "PGID=0"
        ],
        "Cmd": [
            "--config",
            "/config/configuration.yml"
        ],
        "Healthcheck": {
            "Test": [
                "CMD-SHELL",
                "/app/healthcheck.sh"
            ],
            "Interval": 30000000000,
            "Timeout": 3000000000,
            "StartPeriod": 60000000000
        },
        "ArgsEscaped": true,
        "Image": "",
        "Volumes": {
            "/config": {}
        },
        "WorkingDir": "/app",
        "Entrypoint": [
            "/app/entrypoint.sh"
        ],
        "OnBuild": null,
        "Labels": {
            "org.opencontainers.image.base.name": "docker.io/library/alpine:3.17.0",
            "org.opencontainers.image.created": "2022-12-21T19:58:21+11:00",
            "org.opencontainers.image.description": "Authelia is an open-source authentication and authorization server providing two-factor authentication and single sign-on (SSO) for your applications via a web portal.",
            "org.opencontainers.image.documentation": "https://www.authelia.com",
            "org.opencontainers.image.licenses": "Apache-2.0",
            "org.opencontainers.image.revision": "566a0d7fc71b450123ad33d350cd3890d311da82",
            "org.opencontainers.image.source": "https://github.com/authelia/authelia/tree/566a0d7fc71b450123ad33d350cd3890d311da82",
            "org.opencontainers.image.title": "authelia",
            "org.opencontainers.image.url": "https://github.com/authelia/authelia/pkgs/container/authelia",
            "org.opencontainers.image.vendor": "Authelia",
            "org.opencontainers.image.version": "4.37.5"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 54707117,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/abbd9b11ce1d12bfb84c5830d21ed25b0e2a35c884f9c321e36be74e9242d03b/diff:/var/lib/docker/overlay2/5bd56e893f3b894c8694e92d94270d2c3d98a16384d21201859e515690a9072a/diff:/var/lib/docker/overlay2/e80216b9f510886b344b8bd619346a0e075c4b03cb8cccf375d9f201d0182907/diff:/var/lib/docker/overlay2/84374e0a9c23beb727920d2496060bcb8e281e3ea6ff27e0b2e228ed76498751/diff:/var/lib/docker/overlay2/da9cc3292fd62a221b74151ce4937f6a4f06bae9555357a8d125446066ea81c4/diff",
            "MergedDir": "/var/lib/docker/overlay2/6093d0dcec61bdd046dcb73bf32714144154fc662f807537cb3efa47d69c61d6/merged",
            "UpperDir": "/var/lib/docker/overlay2/6093d0dcec61bdd046dcb73bf32714144154fc662f807537cb3efa47d69c61d6/diff",
            "WorkDir": "/var/lib/docker/overlay2/6093d0dcec61bdd046dcb73bf32714144154fc662f807537cb3efa47d69c61d6/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:ded7a220bb058e28ee3254fbba04ca90b679070424424761a53a043b93b612bf",
            "sha256:9c8bf500f8df2361bc6a5c6d90d85d9b2a30d36c4be9c5b0a8adab191b33b55e",
            "sha256:4d31928144e070b6c4c51611604c1c1d23255f65c36879fff01c8d90f389e4e7",
            "sha256:187f5befafe55545c8346e265d9e97354f0b704e952f5f9047f2ec93aece5e9c",
            "sha256:fe81a929d6831e49d6d8ff4bab3a98cef195f40fc2b3b89bf90d3c269bff720a",
            "sha256:31e9c52d6cb12a27cfc2a4a9eb2a6f4c8701c62ddc9a4911638fc57a4a3aa620"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-06-28T01:27:38.070918469+08:00"
    }
}

更多版本

docker.io/authelia/authelia:4.38.17

linux/amd64 docker.io55.48MB2024-12-01 17:31
498

docker.io/authelia/authelia:4.38.19

linux/amd64 docker.io56.87MB2025-06-20 15:26
327

docker.io/authelia/authelia:4.39.4

linux/amd64 docker.io73.25MB2025-07-06 16:50
415

docker.io/authelia/authelia:4.39.15

linux/amd64 docker.io74.31MB2025-12-16 18:22
354

docker.io/authelia/authelia:4.39.20

linux/amd64 docker.io77.57MB2026-06-05 12:49
77

docker.io/authelia/authelia:4.37.5

linux/amd64 docker.io54.71MB2026-06-28 01:28
14
检测到您正在使用广告拦截插件,本站为公益站点,依赖广告维持运转 🙏 查看如何关闭 ×