ghcr.io/rimworld-together/rimworld-together:latest linux/amd64

ghcr.io/rimworld-together/rimworld-together:latest - 国内下载镜像源 浏览次数:17

温馨提示:此镜像为latest tag镜像,本站无法保证此版本为最新镜像

该镜像 ghcr.io/rimworld-together/rimworld-together 是 RimWorld Together 的 Docker 镜像。RimWorld Together 是多人合作版本的 RimWorld 游戏。

源镜像 ghcr.io/rimworld-together/rimworld-together:latest
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/rimworld-together/rimworld-together:latest
镜像ID sha256:5f1fea7aa9825b435979af6c78a10fe2d1e2ec8def09a282db66943546d63e30
镜像TAG latest
大小 296.59MB
镜像源 ghcr.io
CMD
启动入口 /App/Server/GameServer
工作目录 /Data
OS/平台 linux/amd64
浏览量 17 次
贡献者
镜像创建 2025-07-11T14:56:35.621349486Z
同步时间 2025-07-13 16:15
更新时间 2025-07-14 06:57
开放端口
25555/tcp
目录挂载
/Data
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin APP_UID=1654 ASPNETCORE_HTTP_PORTS=8080 DOTNET_RUNNING_IN_CONTAINER=true DOTNET_VERSION=8.0.18 ASPNET_VERSION=8.0.18
镜像标签
2025-07-11T14:55:39.665Z: org.opencontainers.image.created A Community Driven Multiplayer Mod for Rimworld!: org.opencontainers.image.description NOASSERTION: org.opencontainers.image.licenses 3b66687dc513675ddb38bb12b486078416e6fec6: org.opencontainers.image.revision https://github.com/RimWorld-Together/Rimworld-Together: org.opencontainers.image.source Rimworld-Together: org.opencontainers.image.title https://github.com/RimWorld-Together/Rimworld-Together: org.opencontainers.image.url 25.7.11.1: org.opencontainers.image.version

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/rimworld-together/rimworld-together:latest
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/rimworld-together/rimworld-together:latest  ghcr.io/rimworld-together/rimworld-together:latest

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/rimworld-together/rimworld-together:latest
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/rimworld-together/rimworld-together:latest  ghcr.io/rimworld-together/rimworld-together:latest

Shell快速替换命令

sed -i 's#ghcr.io/rimworld-together/rimworld-together:latest#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/rimworld-together/rimworld-together:latest#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/rimworld-together/rimworld-together:latest && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/rimworld-together/rimworld-together:latest  ghcr.io/rimworld-together/rimworld-together:latest'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/rimworld-together/rimworld-together:latest && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/rimworld-together/rimworld-together:latest  ghcr.io/rimworld-together/rimworld-together:latest'

镜像构建历史


# 2025-07-11 22:56:35  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/App/Server/GameServer"]
                        
# 2025-07-11 22:56:35  0.00B 声明容器运行时监听的端口
EXPOSE map[25555/tcp:{}]
                        
# 2025-07-11 22:56:35  0.00B 创建挂载点用于持久化数据或共享数据
VOLUME [/Data]
                        
# 2025-07-11 22:56:35  0.00B 设置工作目录为/Data
WORKDIR /Data
                        
# 2025-07-11 22:56:35  79.05MB 复制新文件或目录到容器中
COPY /App/Source/Server/bin/Release/net8.0/linux-x64/publish/GameServer /App/Server/GameServer # buildkit
                        
# 2025-07-11 22:55:44  0.00B 设置工作目录为/App
WORKDIR /App
                        
# 2025-07-09 02:24:32  24.15MB 复制新文件或目录到容器中
COPY /dotnet /usr/share/dotnet # buildkit
                        
# 2025-07-09 02:24:32  0.00B 设置环境变量 ASPNET_VERSION
ENV ASPNET_VERSION=8.0.18
                        
# 2025-07-09 02:24:21  24.00B 执行命令并创建新的镜像层
RUN /bin/sh -c ln -s /usr/share/dotnet/dotnet /usr/bin/dotnet # buildkit
                        
# 2025-07-09 02:24:19  72.33MB 复制新文件或目录到容器中
COPY /dotnet /usr/share/dotnet # buildkit
                        
# 2025-07-09 02:24:19  0.00B 设置环境变量 DOTNET_VERSION
ENV DOTNET_VERSION=8.0.18
                        
# 2025-07-09 02:24:10  8.46KB 执行命令并创建新的镜像层
RUN /bin/sh -c groupadd         --gid=$APP_UID         app     && useradd --no-log-init         --uid=$APP_UID         --gid=$APP_UID         --create-home         app # buildkit
                        
# 2025-07-09 02:24:08  46.24MB 执行命令并创建新的镜像层
RUN /bin/sh -c apt-get update     && apt-get install -y --no-install-recommends         ca-certificates                 libc6         libgcc-s1         libicu72         libssl3         libstdc++6         tzdata         zlib1g     && rm -rf /var/lib/apt/lists/* # buildkit
                        
# 2025-07-09 02:24:08  0.00B 设置环境变量 APP_UID ASPNETCORE_HTTP_PORTS DOTNET_RUNNING_IN_CONTAINER
ENV APP_UID=1654 ASPNETCORE_HTTP_PORTS=8080 DOTNET_RUNNING_IN_CONTAINER=true
                        
# 2025-06-30 08:00:00  74.81MB 
# debian.sh --arch 'amd64' out/ 'bookworm' '@1751241600'
                        
                    

镜像信息

{
    "Id": "sha256:5f1fea7aa9825b435979af6c78a10fe2d1e2ec8def09a282db66943546d63e30",
    "RepoTags": [
        "ghcr.io/rimworld-together/rimworld-together:latest",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/rimworld-together/rimworld-together:latest"
    ],
    "RepoDigests": [
        "ghcr.io/rimworld-together/rimworld-together@sha256:fefd58692f599c1232360440be90f5c6c6218791f48cbc302baf86fc452f5bcb",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/rimworld-together/rimworld-together@sha256:fefd58692f599c1232360440be90f5c6c6218791f48cbc302baf86fc452f5bcb"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-07-11T14:56:35.621349486Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "ExposedPorts": {
            "25555/tcp": {}
        },
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": [
            "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "APP_UID=1654",
            "ASPNETCORE_HTTP_PORTS=8080",
            "DOTNET_RUNNING_IN_CONTAINER=true",
            "DOTNET_VERSION=8.0.18",
            "ASPNET_VERSION=8.0.18"
        ],
        "Cmd": null,
        "Image": "",
        "Volumes": {
            "/Data": {}
        },
        "WorkingDir": "/Data",
        "Entrypoint": [
            "/App/Server/GameServer"
        ],
        "OnBuild": null,
        "Labels": {
            "org.opencontainers.image.created": "2025-07-11T14:55:39.665Z",
            "org.opencontainers.image.description": "A Community Driven Multiplayer Mod for Rimworld!",
            "org.opencontainers.image.licenses": "NOASSERTION",
            "org.opencontainers.image.revision": "3b66687dc513675ddb38bb12b486078416e6fec6",
            "org.opencontainers.image.source": "https://github.com/RimWorld-Together/Rimworld-Together",
            "org.opencontainers.image.title": "Rimworld-Together",
            "org.opencontainers.image.url": "https://github.com/RimWorld-Together/Rimworld-Together",
            "org.opencontainers.image.version": "25.7.11.1"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 296590041,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/3d2661c4b8c91fa3a52e102dad44ac23ba707a8724e3843f2130966c24e38438/diff:/var/lib/docker/overlay2/18d743a65a07cb8e1ac96cac95be050a2be2676786b8aac989507640b588d47a/diff:/var/lib/docker/overlay2/9b7c2c050efb012e2b2d602db41b30d496565263654862654f211245c435e42f/diff:/var/lib/docker/overlay2/735d2e91450763e3f918d8faddd2f540b233c190490eb1650515d41aa7158d48/diff:/var/lib/docker/overlay2/7195c1c944cd9b5d25e9bd467550364049228d2ea274a971094f315ffa0aff67/diff:/var/lib/docker/overlay2/063fc1c1e17044579d41441439c179bf090cecdcbf1f792f2792bde114a09e3b/diff:/var/lib/docker/overlay2/a5050c5cd0baf2f2d2df5cb31c48d4202e5a602b7795ddd2e6f415d4ebbc550f/diff:/var/lib/docker/overlay2/ef80d2409ff94adb2a6dd095fcaae6c57ed88374cd35d614abdb227caf5e6de4/diff",
            "MergedDir": "/var/lib/docker/overlay2/4ec46dcec2160f90434bbd6a24e8d2e53709b41345937ee364af49e8564a75a6/merged",
            "UpperDir": "/var/lib/docker/overlay2/4ec46dcec2160f90434bbd6a24e8d2e53709b41345937ee364af49e8564a75a6/diff",
            "WorkDir": "/var/lib/docker/overlay2/4ec46dcec2160f90434bbd6a24e8d2e53709b41345937ee364af49e8564a75a6/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:1bb35e8b4de116e84b2ccf614cce4e309b6043bf2cd35543d8394edeaeb587e3",
            "sha256:4fad35cbaa316dc0a4eba012c35ae0afd9bca50e3cebb0103702778fa74e0b90",
            "sha256:7b214d2a70972e4140b960f28fe584d5b77bff7d163b62e0531a79dec9b1d4cd",
            "sha256:94e7501e353319ed4104683ed081e55b432ad6ad7d4b6680794870aae981b290",
            "sha256:8452ca2749f688ca0eb650e9f1f8e3ca429f8c68a6605ea82a83b06246d2db92",
            "sha256:62516723146a4e6822753567f27862a482932c34c24b3ea055fff49ae43cf24a",
            "sha256:15cebb2b2f0769a84ea523a0d05c24d750f71bd691330168352c37289d92dd1e",
            "sha256:cefcbdd40c60edcd3ecf030a99a6dc0d35101e2bc03aa6affca8efecb5f5e757",
            "sha256:c93ab74bccb7448032d6cb71da11e3c850203326ae4fdf93ad859e622b63580b"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-07-13T16:15:05.305837341+08:00"
    }
}

更多版本

ghcr.io/rimworld-together/rimworld-together:latest

linux/amd64 ghcr.io296.59MB2025-07-13 16:15
16