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

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

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

源镜像 docker.io/authelia/authelia:4.39.15
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/authelia/authelia:4.39.15
镜像ID sha256:7247b42086cbae5cb71a722673cab6b1fa66982900b2e0e22f54dcfb46bec193
镜像TAG 4.39.15
大小 74.31MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD
启动入口 /app/entrypoint.sh
工作目录 /app
OS/平台 linux/amd64
浏览量 13 次
贡献者
镜像创建 2025-11-29T12:21:26.792220914Z
同步时间 2025-12-16 18:22
更新时间 2025-12-17 10:04
开放端口
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.15@sha256:992d18a663519efe0195353b8075aef07fd9e818b11cb3bc141d992fcae90d18: org.opencontainers.image.base.name 2025-11-29T23:21:14+11: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.15: org.opencontainers.image.ref.name b1d9a4905a7b35c3c283ee3aa08b6e5d862669c4: org.opencontainers.image.revision https://github.com/authelia/authelia/tree/b1d9a4905a7b35c3c283ee3aa08b6e5d862669c4: 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.15: org.opencontainers.image.version

Docker拉取命令

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

Containerd拉取命令

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

Shell快速替换命令

sed -i 's#authelia/authelia:4.39.15#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/authelia/authelia:4.39.15#' 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.15 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/authelia/authelia:4.39.15  docker.io/authelia/authelia:4.39.15'

Ansible快速分发-Containerd

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

镜像构建历史


# 2025-11-29 20:21:26  0.00B 指定检查容器健康状态的命令
HEALTHCHECK &{["CMD-SHELL" "/app/healthcheck.sh"] "30s" "3s" "1m0s" "0s" '\x00'}
                        
# 2025-11-29 20:21:26  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/app/entrypoint.sh"]
                        
# 2025-11-29 20:21:26  0.00B 声明容器运行时监听的端口
EXPOSE [9091/tcp]
                        
# 2025-11-29 20:21:26  154.00B 复制新文件或目录到容器中
COPY --chmod=666 .healthcheck.env ./ # buildkit
                        
# 2025-11-29 20:21:24  58.22MB 复制新文件或目录到容器中
COPY authelia-linux-amd64/authelia LICENSE entrypoint.sh healthcheck.sh ./ # buildkit
                        
# 2025-11-29 20:21:26  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
                        
# 2025-11-29 20:21:26  0.00B 设置工作目录为/app
WORKDIR /app
                        
# 2025-11-29 20:21:26  0.00B 定义构建参数
ARG TARGETARCH=amd64
                        
# 2025-11-29 20:21:26  0.00B 定义构建参数
ARG TARGETOS=linux
                        
# 2025-11-29 20:18:07  16.09MB 复制新文件或目录到容器中
COPY /root-fs / # buildkit
                        
                    

镜像信息

{
    "Id": "sha256:7247b42086cbae5cb71a722673cab6b1fa66982900b2e0e22f54dcfb46bec193",
    "RepoTags": [
        "authelia/authelia:4.39.15",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/authelia/authelia:4.39.15"
    ],
    "RepoDigests": [
        "authelia/authelia@sha256:d23ee3c721d465b4749cc58541cda4aebe5aa6f19d7b5ce0afebb44ebee69591",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/authelia/authelia@sha256:393116cd24c6617ef56dbcd77bfa372dd667c16819afca172c81eea0a3b1867e"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-11-29T12:21:26.792220914Z",
    "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.15@sha256:992d18a663519efe0195353b8075aef07fd9e818b11cb3bc141d992fcae90d18",
            "org.opencontainers.image.created": "2025-11-29T23:21:14+11: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.15",
            "org.opencontainers.image.revision": "b1d9a4905a7b35c3c283ee3aa08b6e5d862669c4",
            "org.opencontainers.image.source": "https://github.com/authelia/authelia/tree/b1d9a4905a7b35c3c283ee3aa08b6e5d862669c4",
            "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.15"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 74311087,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/df347be18186ae0ab117d01689e5df81f2f86bd60699f1917fe0617a6df5c9f2/diff:/var/lib/docker/overlay2/2a77915b21868280108cbdc95f5d01b5c6c432ed9b979819115f9636881cf800/diff:/var/lib/docker/overlay2/4dd52da3b344c437c711b1cd423073385ae2bf77b3bff48240e5b4f3e109b22c/diff",
            "MergedDir": "/var/lib/docker/overlay2/46c3ff80b8b890d83a33ca838d355129a0fa6975953533d5410f55b8174d47a8/merged",
            "UpperDir": "/var/lib/docker/overlay2/46c3ff80b8b890d83a33ca838d355129a0fa6975953533d5410f55b8174d47a8/diff",
            "WorkDir": "/var/lib/docker/overlay2/46c3ff80b8b890d83a33ca838d355129a0fa6975953533d5410f55b8174d47a8/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:01cc65458ce6c80cb4671ea5dec7fe38c50556a0ac41807c3595264c1d3f82e9",
            "sha256:e41678378dee98b56deb3178e6c5f142977208222c7b0e455abfb1f2ee81eeb1",
            "sha256:6ec5ba78751ca1f29871152d05115054c99bee130995b7fb2b257be3e78a884f",
            "sha256:b66679dbacdc0ef8479dc46d8c97324155d229bfb6fe8dd87da7aea881f52f68"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-12-16T18:22:09.290763157+08:00"
    }
}

更多版本

docker.io/authelia/authelia:4.38.17

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

docker.io/authelia/authelia:4.38.19

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

docker.io/authelia/authelia:4.39.4

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

docker.io/authelia/authelia:4.39.15

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