docker.io/authelia/authelia:4.39.20 linux/amd64

docker.io/authelia/authelia:4.39.20 - 国内下载镜像源 浏览次数:12

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

源镜像 docker.io/authelia/authelia:4.39.20
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/authelia/authelia:4.39.20
镜像ID sha256:4a87c7d1276f351a9d2b2139a676bb9aba16692825c858523c9c002744d0aa59
镜像TAG 4.39.20
大小 77.57MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD
启动入口 /app/entrypoint.sh
工作目录 /app
OS/平台 linux/amd64
浏览量 12 次
贡献者
镜像创建 2026-05-26T10:29:30.888714462Z
同步时间 2026-06-05 12:49
开放端口
9091/tcp
环境变量
PATH=/app:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin PUID=0 PGID=0 X_AUTHELIA_CONFIG=/config/configuration.yml
镜像标签
Authelia Team <team@authelia.com>: org.opencontainers.image.authors docker.io/authelia/base:4.39.20@sha256:0cdab6a3f84e41500705ec661eb39276d80b800b8bf77840c1f114e7165b050c: org.opencontainers.image.base.name 2026-05-26T20:29:23+10:00: org.opencontainers.image.created Authelia is an open-source authentication and authorization server and portal fulfilling the identity and access management (IAM) role of information security in providing multi-factor authentication and single sign-on (SSO) for your applications via a web portal. Authelia is an OpenID Connect 1.0 Provider which is OpenID Certified™ allowing comprehensive integrations and acts as a companion for common reverse proxies.: org.opencontainers.image.description https://www.authelia.com: org.opencontainers.image.documentation Apache-2.0: org.opencontainers.image.licenses 4.39.20: org.opencontainers.image.ref.name 1b524f7f4bbf7b5637f4c6b98f4f66fd4b4aed91: org.opencontainers.image.revision https://github.com/authelia/authelia/tree/1b524f7f4bbf7b5637f4c6b98f4f66fd4b4aed91: 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.39.20: org.opencontainers.image.version

Docker拉取命令

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

Containerd拉取命令

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

Shell快速替换命令

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

Ansible快速分发-Docker

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

Ansible快速分发-Containerd

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

镜像构建历史


# 2026-05-26 18:29:30  0.00B 指定检查容器健康状态的命令
HEALTHCHECK {Test:[CMD-SHELL /app/healthcheck.sh] Interval:30s Timeout:3s StartPeriod:1m0s StartInterval:0s Retries:0}
                        
# 2026-05-26 18:29:30  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/app/entrypoint.sh"]
                        
# 2026-05-26 18:29:30  0.00B 声明容器运行时监听的端口
EXPOSE [9091/tcp]
                        
# 2026-05-26 18:29:30  154.00B 复制新文件或目录到容器中
COPY --chmod=666 .healthcheck.env ./ # buildkit
                        
# 2026-05-26 18:29:30  61.46MB 复制新文件或目录到容器中
COPY authelia-linux-amd64/authelia LICENSE entrypoint.sh healthcheck.sh ./ # buildkit
                        
# 2026-05-26 18:29:30  0.00B 设置环境变量 PATH PUID PGID X_AUTHELIA_CONFIG
ENV PATH=/app:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin PUID=0 PGID=0 X_AUTHELIA_CONFIG=/config/configuration.yml
                        
# 2026-05-26 18:29:30  0.00B 设置工作目录为/app
WORKDIR /app
                        
# 2026-05-26 18:29:30  0.00B 定义构建参数
ARG TARGETARCH=amd64
                        
# 2026-05-26 18:29:30  0.00B 定义构建参数
ARG TARGETOS=linux
                        
# 2026-05-26 18:27:59  16.11MB 复制新文件或目录到容器中
COPY /root-fs / # buildkit
                        
                    

镜像信息

{
    "Id": "sha256:4a87c7d1276f351a9d2b2139a676bb9aba16692825c858523c9c002744d0aa59",
    "RepoTags": [
        "authelia/authelia:4.39.20",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/authelia/authelia:4.39.20"
    ],
    "RepoDigests": [
        "authelia/authelia@sha256:1b363e9279e742397966333f364e0876ae02bf5c876de73e83af6d48c57ff51b",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/authelia/authelia@sha256:066aac2bea910a55443b2f7a0da5e02e04dbce369541098a154ff1ece50f2a3d"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2026-05-26T10:29:30.888714462Z",
    "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",
            "X_AUTHELIA_CONFIG=/config/configuration.yml"
        ],
        "Cmd": null,
        "Healthcheck": {
            "Test": [
                "CMD-SHELL",
                "/app/healthcheck.sh"
            ],
            "Interval": 30000000000,
            "Timeout": 3000000000,
            "StartPeriod": 60000000000
        },
        "Image": "",
        "Volumes": null,
        "WorkingDir": "/app",
        "Entrypoint": [
            "/app/entrypoint.sh"
        ],
        "OnBuild": null,
        "Labels": {
            "org.opencontainers.image.authors": "Authelia Team \u003cteam@authelia.com\u003e",
            "org.opencontainers.image.base.name": "docker.io/authelia/base:4.39.20@sha256:0cdab6a3f84e41500705ec661eb39276d80b800b8bf77840c1f114e7165b050c",
            "org.opencontainers.image.created": "2026-05-26T20:29:23+10:00",
            "org.opencontainers.image.description": "Authelia is an open-source authentication and authorization server and portal fulfilling the identity and access management (IAM) role of information security in providing multi-factor authentication and single sign-on (SSO) for your applications via a web portal. Authelia is an OpenID Connect 1.0 Provider which is OpenID Certified™ allowing comprehensive integrations and acts as a companion for common reverse proxies.",
            "org.opencontainers.image.documentation": "https://www.authelia.com",
            "org.opencontainers.image.licenses": "Apache-2.0",
            "org.opencontainers.image.ref.name": "4.39.20",
            "org.opencontainers.image.revision": "1b524f7f4bbf7b5637f4c6b98f4f66fd4b4aed91",
            "org.opencontainers.image.source": "https://github.com/authelia/authelia/tree/1b524f7f4bbf7b5637f4c6b98f4f66fd4b4aed91",
            "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.39.20"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 77569269,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/a65645ab1b0d492cd99eaecc47ec2fd7161f812618733914e9f6a59c76d378f0/diff:/var/lib/docker/overlay2/651fc36a555073dbb5f1a24f450d446a477d7cb790c428c945141c70cc04eee0/diff:/var/lib/docker/overlay2/cd3e567755dab3e65c83d7e603dbc08fd6b655bee82692d78c8351983edfb54a/diff",
            "MergedDir": "/var/lib/docker/overlay2/823892f9ccc998a1981f250a9f6ad6bd8796b0e67f60c2ac885c15f960e2e2d2/merged",
            "UpperDir": "/var/lib/docker/overlay2/823892f9ccc998a1981f250a9f6ad6bd8796b0e67f60c2ac885c15f960e2e2d2/diff",
            "WorkDir": "/var/lib/docker/overlay2/823892f9ccc998a1981f250a9f6ad6bd8796b0e67f60c2ac885c15f960e2e2d2/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:5c5ceee899656979ffc47cc3a7c6b779f1a8f16d8ed164cd12b333543573b073",
            "sha256:4d764ec7b20a18f9e76a280f38189ce2f2897dbb1ac55c24f7a1f6ca082aaeea",
            "sha256:0f03b92869dbc07b2696c09dfebdbc7fa0ed1a8803d2861c85e22b33c50ba210",
            "sha256:0bf43dd18dc3986464dc457d4de0b0bb710c0f9750ed17ba168421907ed88acd"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-06-05T12:49:29.493436119+08:00"
    }
}

更多版本

docker.io/authelia/authelia:4.38.17

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

docker.io/authelia/authelia:4.38.19

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

docker.io/authelia/authelia:4.39.4

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

docker.io/authelia/authelia:4.39.15

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

docker.io/authelia/authelia:4.39.20

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