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

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

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

源镜像 docker.io/authelia/authelia:4.38.19
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/authelia/authelia:4.38.19
镜像ID sha256:8891469a04ee7969390e79fd693ea1bb0618f3d373a49a9981418430389363a8
镜像TAG 4.38.19
大小 56.87MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD
启动入口 /app/entrypoint.sh
工作目录 /app
OS/平台 linux/amd64
浏览量 6 次
贡献者
镜像创建 2025-02-16T10:12:05.644933344Z
同步时间 2025-06-20 15:26
更新时间 2025-06-20 20:14
开放端口
9091/tcp
目录挂载
/config
环境变量
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/library/alpine:3.21.3@sha256:a8560b36e8b8210634f77d9f7f9efd7ffa463e380b75e2e74aff4511df3ef88c: org.opencontainers.image.base.name 2025-02-16T21:11:58+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 321195866cb56672cc24011a757c3c30b3d5b69b: org.opencontainers.image.revision https://github.com/authelia/authelia/tree/321195866cb56672cc24011a757c3c30b3d5b69b: 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.38.19: org.opencontainers.image.version

Docker拉取命令

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

Containerd拉取命令

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

Shell快速替换命令

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

Ansible快速分发-Docker

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

Ansible快速分发-Containerd

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

镜像构建历史


# 2025-02-16 18:12:05  0.00B 指定检查容器健康状态的命令
HEALTHCHECK &{["CMD-SHELL" "/app/healthcheck.sh"] "30s" "3s" "1m0s" "0s" '\x00'}
                        
# 2025-02-16 18:12:05  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/app/entrypoint.sh"]
                        
# 2025-02-16 18:12:05  0.00B 创建挂载点用于持久化数据或共享数据
VOLUME [/config]
                        
# 2025-02-16 18:12:05  0.00B 声明容器运行时监听的端口
EXPOSE map[9091/tcp:{}]
                        
# 2025-02-16 18:12:05  44.95MB 复制新文件或目录到容器中
COPY authelia-linux-amd64-musl ./authelia # buildkit
                        
# 2025-02-16 10:11:19  154.00B 执行命令并创建新的镜像层
RUN |2 TARGETOS=linux TARGETARCH=amd64 /bin/sh -c chmod 0666 /app/.healthcheck.env # buildkit
                        
# 2025-02-16 10:11:19  12.35KB 复制新文件或目录到容器中
COPY LICENSE .healthcheck.env entrypoint.sh healthcheck.sh ./ # buildkit
                        
# 2025-02-16 10:11:19  4.08MB 执行命令并创建新的镜像层
RUN |2 TARGETOS=linux TARGETARCH=amd64 /bin/sh -c apk --no-cache add ca-certificates su-exec tzdata wget # buildkit
                        
# 2025-02-16 10:11:17  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-02-16 10:11:17  0.00B 设置工作目录为/app
WORKDIR /app
                        
# 2025-02-16 10:11:17  0.00B 定义构建参数
ARG TARGETARCH=amd64
                        
# 2025-02-16 10:11:17  0.00B 定义构建参数
ARG TARGETOS=linux
                        
# 2025-02-14 11:28:36  0.00B 设置默认要执行的命令
CMD ["/bin/sh"]
                        
# 2025-02-14 11:28:36  7.83MB 复制文件或目录到容器中
ADD alpine-minirootfs-3.21.3-x86_64.tar.gz / # buildkit
                        
                    

镜像信息

{
    "Id": "sha256:8891469a04ee7969390e79fd693ea1bb0618f3d373a49a9981418430389363a8",
    "RepoTags": [
        "authelia/authelia:4.38.19",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/authelia/authelia:4.38.19"
    ],
    "RepoDigests": [
        "authelia/authelia@sha256:46021dc20efdcc5cdc38a29e3050b8835429a155ae6215388ed3b793a02eb0ab",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/authelia/authelia@sha256:f7fa6b8742f59b5a7578038656b0ebe8acd8673b0a307d2cd4b4ba4bb6b8f540"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-02-16T10:12:05.644933344Z",
    "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": {
            "/config": {}
        },
        "WorkingDir": "/app",
        "Entrypoint": [
            "/app/entrypoint.sh"
        ],
        "OnBuild": null,
        "Labels": {
            "org.opencontainers.image.base.name": "docker.io/library/alpine:3.21.3@sha256:a8560b36e8b8210634f77d9f7f9efd7ffa463e380b75e2e74aff4511df3ef88c",
            "org.opencontainers.image.created": "2025-02-16T21:11:58+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": "321195866cb56672cc24011a757c3c30b3d5b69b",
            "org.opencontainers.image.source": "https://github.com/authelia/authelia/tree/321195866cb56672cc24011a757c3c30b3d5b69b",
            "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.38.19"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 56872243,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/9e8e2a564ddff4e1c74536d0d5209e327ac3b9866baf6efc5afdac0e03d46234/diff:/var/lib/docker/overlay2/b71bcd49b20b03113e2d9781a3e6b683dd73d5fde772ad1d38e63314f9d507bc/diff:/var/lib/docker/overlay2/0501b9f75410a1187b18521967793f8b043cfb71b4f3c8cf2130e816e9b6aa67/diff:/var/lib/docker/overlay2/5484fa25fbd77dded122b19f63b48550397c01218a50fd8b031c247e0dfe5319/diff:/var/lib/docker/overlay2/4e8c80c1de56b91b667718f35bdead0b4c91a2fdafbfe97c3c57654b169634d9/diff",
            "MergedDir": "/var/lib/docker/overlay2/7909d2dbee34275b2c9c277043f9c008d6feb3eec98b906e6305773a96edc789/merged",
            "UpperDir": "/var/lib/docker/overlay2/7909d2dbee34275b2c9c277043f9c008d6feb3eec98b906e6305773a96edc789/diff",
            "WorkDir": "/var/lib/docker/overlay2/7909d2dbee34275b2c9c277043f9c008d6feb3eec98b906e6305773a96edc789/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:08000c18d16dadf9553d747a58cf44023423a9ab010aab96cf263d2216b8b350",
            "sha256:bc95072072ddf1e78e394fae1a852a6ac349c3db2ec67aad978a2d6adc549267",
            "sha256:ea8b9a092403a09330c789718a5f307a65cf69a7bd897dbec6a6cc09e3d5785e",
            "sha256:8a2b020828fd92782574a678ede33110ba6e09272242831c61a33af8f358f36c",
            "sha256:08496b9857109c21efea38f7b7f8ea45f91545c66ea21009dbecc0cce0163e32",
            "sha256:5c9ab69b6eb07d35df7509770ed5382a7d8fbff06faadb70c25170e980b05a0d"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-06-20T15:26:18.660183332+08:00"
    }
}

更多版本

docker.io/authelia/authelia:4.38.17

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

docker.io/authelia/authelia:4.38.19

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