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

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

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

源镜像 docker.io/authelia/authelia:4.39.4
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/authelia/authelia:4.39.4
镜像ID sha256:35d2124d117a4a0d30928a8689ea693f747a3fd29d2b27a061f4ad7670bef28a
镜像TAG 4.39.4
大小 73.25MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD
启动入口 /app/entrypoint.sh
工作目录 /app
OS/平台 linux/amd64
浏览量 6 次
贡献者
镜像创建 2025-05-25T02:27:50.417543133Z
同步时间 2025-07-06 16:50
更新时间 2025-07-07 00:12
开放端口
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
镜像标签
docker.io/authelia/base:4.39.4@sha256:d166cd76c35ecf5401d0658b697a75ec945552727d7cc0d99d46e0f9ee7256b4: org.opencontainers.image.base.name 2025-05-25T12:27:42+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 3f173e1cd1acda592dcb4aa161f43823d6df1110: org.opencontainers.image.revision https://github.com/authelia/authelia/tree/3f173e1cd1acda592dcb4aa161f43823d6df1110: 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.4: org.opencontainers.image.version

Docker拉取命令

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

Containerd拉取命令

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

Shell快速替换命令

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

Ansible快速分发-Containerd

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

镜像构建历史


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

镜像信息

{
    "Id": "sha256:35d2124d117a4a0d30928a8689ea693f747a3fd29d2b27a061f4ad7670bef28a",
    "RepoTags": [
        "authelia/authelia:4.39.4",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/authelia/authelia:4.39.4"
    ],
    "RepoDigests": [
        "authelia/authelia@sha256:64b356c30fd817817a4baafb4dbc0f9f8702e46b49e1edb92ff42e19e487b517",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/authelia/authelia@sha256:19f88511989eb34b6cf480307f17181768afe86c7b2fe8dd540013cd213dfb44"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-05-25T02:27:50.417543133Z",
    "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.base.name": "docker.io/authelia/base:4.39.4@sha256:d166cd76c35ecf5401d0658b697a75ec945552727d7cc0d99d46e0f9ee7256b4",
            "org.opencontainers.image.created": "2025-05-25T12:27:42+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.revision": "3f173e1cd1acda592dcb4aa161f43823d6df1110",
            "org.opencontainers.image.source": "https://github.com/authelia/authelia/tree/3f173e1cd1acda592dcb4aa161f43823d6df1110",
            "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.4"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 73249852,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/1127992208dff88ddc2af39bcacc38f71d7583cca80d4cc7dc78ed04969dc5b1/diff:/var/lib/docker/overlay2/6331ba35255fe6651be91316c65ed0785b02f7f0ab2d21efb95c20b5a3b4bba3/diff:/var/lib/docker/overlay2/1dad15aa25bc05a94aadb6e7b2ee1f7c0f11828da6abfed336d887805c7e1e3f/diff:/var/lib/docker/overlay2/07f04db3e20bee7741f4483a062334ed8e2b0f9e5d4419595d43b49f16b66a53/diff",
            "MergedDir": "/var/lib/docker/overlay2/d920879b864190128c2da6531e832ea03523d36b2e2bfc4183ca96aee424120a/merged",
            "UpperDir": "/var/lib/docker/overlay2/d920879b864190128c2da6531e832ea03523d36b2e2bfc4183ca96aee424120a/diff",
            "WorkDir": "/var/lib/docker/overlay2/d920879b864190128c2da6531e832ea03523d36b2e2bfc4183ca96aee424120a/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:8cbe0dc57c2fd182312b5ec04730277cba7ee290dd8b39d5970d9cd59c604013",
            "sha256:d83f0dde3257d050ac22d4c5060941e905c1b0fcce949696656bbab7b25ce764",
            "sha256:00235568e8d1297953bf68a7bdf7ca4c50aef29f38c099239bac98a1650b2751",
            "sha256:e4df65b639d5f78364c943b3de05e41c659b2b2c61cc5ade0da5ae9594339f20",
            "sha256:a7b933978d67b1b11373356a35fde73ef9c64dfe5bab12d251ac8c944941176a"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-07-06T16:50:23.468868519+08:00"
    }
}

更多版本

docker.io/authelia/authelia:4.38.17

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

docker.io/authelia/authelia:4.38.19

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

docker.io/authelia/authelia:4.39.4

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