ghcr.io/eugeny/tabby-connection-gateway:latest linux/amd64

ghcr.io/eugeny/tabby-connection-gateway:latest - 国内下载镜像源 浏览次数:24

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

这是一个Tabby连接网关的Docker镜像。Tabby是一个跨平台的终端模拟器,而这个镜像提供了连接网关的功能,允许您通过Tabby连接到各种远程系统和服务。

源镜像 ghcr.io/eugeny/tabby-connection-gateway:latest
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/eugeny/tabby-connection-gateway:latest
镜像ID sha256:a3a90f39d63f6ad67acd629b6ae972dba15e06328a4d850c6fdddfb3b4ff84e9
镜像TAG latest
大小 50.63MB
镜像源 ghcr.io
CMD
启动入口 python -m tabby_connection_gateway.cli
工作目录 /app
OS/平台 linux/amd64
浏览量 24 次
贡献者 ne******c@163.com
镜像创建 2025-08-10T12:39:47.213434048Z
同步时间 2025-08-11 12:41
更新时间 2025-08-13 22:50
环境变量
PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin LANG=C.UTF-8 GPG_KEY=0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D PYTHON_VERSION=3.7.17 PYTHON_PIP_VERSION=23.0.1 PYTHON_SETUPTOOLS_VERSION=57.5.0 PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/9af82b715db434abb94a0a6f3569f43e72157346/public/get-pip.py PYTHON_GET_PIP_SHA256=45a2bb8bf2bb5eff16fdd00faef6f29731831c7c59bd9fc2bf1f3bed511ff1fe
镜像标签
2025-08-10T12:39:42.903Z: org.opencontainers.image.created Connection gateway for Tabby Web: org.opencontainers.image.description MIT: org.opencontainers.image.licenses 84d547690b8710248f56748b523b09e9a0079600: org.opencontainers.image.revision https://github.com/Eugeny/tabby-connection-gateway: org.opencontainers.image.source tabby-connection-gateway: org.opencontainers.image.title https://github.com/Eugeny/tabby-connection-gateway: org.opencontainers.image.url nightly: org.opencontainers.image.version

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/eugeny/tabby-connection-gateway:latest
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/eugeny/tabby-connection-gateway:latest  ghcr.io/eugeny/tabby-connection-gateway:latest

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/eugeny/tabby-connection-gateway:latest
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/eugeny/tabby-connection-gateway:latest  ghcr.io/eugeny/tabby-connection-gateway:latest

Shell快速替换命令

sed -i 's#ghcr.io/eugeny/tabby-connection-gateway:latest#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/eugeny/tabby-connection-gateway:latest#' deployment.yaml

Ansible快速分发-Docker

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

Ansible快速分发-Containerd

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

镜像构建历史


# 2025-08-10 20:39:47  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["python" "-m" "tabby_connection_gateway.cli"]
                        
# 2025-08-10 20:39:47  4.01MB 执行命令并创建新的镜像层
RUN /bin/sh -c python setup.py install # buildkit
                        
# 2025-08-10 20:39:45  11.20KB 复制新文件或目录到容器中
COPY tabby_connection_gateway tabby_connection_gateway # buildkit
                        
# 2025-08-10 20:39:45  5.05KB 复制新文件或目录到容器中
COPY setup.cfg setup.py README.md /app # buildkit
                        
# 2025-08-10 20:39:45  0.00B 设置工作目录为/app
WORKDIR /app
                        
# 2023-07-22 18:00:27  0.00B 设置默认要执行的命令
CMD ["python3"]
                        
# 2023-07-22 18:00:27  9.91MB 执行命令并创建新的镜像层
RUN /bin/sh -c set -eux; 		wget -O get-pip.py "$PYTHON_GET_PIP_URL"; 	echo "$PYTHON_GET_PIP_SHA256 *get-pip.py" | sha256sum -c -; 		export PYTHONDONTWRITEBYTECODE=1; 		python get-pip.py 		--disable-pip-version-check 		--no-cache-dir 		--no-compile 		"pip==$PYTHON_PIP_VERSION" 		"setuptools==$PYTHON_SETUPTOOLS_VERSION" 	; 	rm -f get-pip.py; 		pip --version # buildkit
                        
# 2023-07-22 18:00:27  0.00B 设置环境变量 PYTHON_GET_PIP_SHA256
ENV PYTHON_GET_PIP_SHA256=45a2bb8bf2bb5eff16fdd00faef6f29731831c7c59bd9fc2bf1f3bed511ff1fe
                        
# 2023-07-22 18:00:27  0.00B 设置环境变量 PYTHON_GET_PIP_URL
ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/9af82b715db434abb94a0a6f3569f43e72157346/public/get-pip.py
                        
# 2023-07-22 18:00:27  0.00B 设置环境变量 PYTHON_SETUPTOOLS_VERSION
ENV PYTHON_SETUPTOOLS_VERSION=57.5.0
                        
# 2023-07-22 18:00:27  0.00B 设置环境变量 PYTHON_PIP_VERSION
ENV PYTHON_PIP_VERSION=23.0.1
                        
# 2023-07-22 18:00:27  32.00B 执行命令并创建新的镜像层
RUN /bin/sh -c set -eux; 	for src in idle3 pydoc3 python3 python3-config; do 		dst="$(echo "$src" | tr -d 3)"; 		[ -s "/usr/local/bin/$src" ]; 		[ ! -e "/usr/local/bin/$dst" ]; 		ln -svT "$src" "/usr/local/bin/$dst"; 	done # buildkit
                        
# 2023-07-22 18:00:27  27.72MB 执行命令并创建新的镜像层
RUN /bin/sh -c set -eux; 		apk add --no-cache --virtual .build-deps 		gnupg 		tar 		xz 				bluez-dev 		bzip2-dev 		dpkg-dev dpkg 		expat-dev 		findutils 		gcc 		gdbm-dev 		libc-dev 		libffi-dev 		libnsl-dev 		libtirpc-dev 		linux-headers 		make 		ncurses-dev 		openssl-dev 		pax-utils 		readline-dev 		sqlite-dev 		tcl-dev 		tk 		tk-dev 		util-linux-dev 		xz-dev 		zlib-dev 	; 		wget -O python.tar.xz "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz"; 	wget -O python.tar.xz.asc "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz.asc"; 	GNUPGHOME="$(mktemp -d)"; export GNUPGHOME; 	gpg --batch --keyserver hkps://keys.openpgp.org --recv-keys "$GPG_KEY"; 	gpg --batch --verify python.tar.xz.asc python.tar.xz; 	gpgconf --kill all; 	rm -rf "$GNUPGHOME" python.tar.xz.asc; 	mkdir -p /usr/src/python; 	tar --extract --directory /usr/src/python --strip-components=1 --file python.tar.xz; 	rm python.tar.xz; 		cd /usr/src/python; 	gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)"; 	./configure 		--build="$gnuArch" 		--enable-loadable-sqlite-extensions 		--enable-optimizations 		--enable-option-checking=fatal 		--enable-shared 		--with-system-expat 		--without-ensurepip 	; 	nproc="$(nproc)"; 	EXTRA_CFLAGS="-DTHREAD_STACK_SIZE=0x100000"; 	LDFLAGS="${LDFLAGS:--Wl},--strip-all"; 	PROFILE_TASK='-m test.regrtest --pgo 		test_array 		test_base64 		test_binascii 		test_binhex 		test_binop 		test_bytes 		test_c_locale_coercion 		test_class 		test_cmath 		test_codecs 		test_compile 		test_complex 		test_csv 		test_decimal 		test_dict 		test_float 		test_fstring 		test_hashlib 		test_io 		test_iter 		test_json 		test_long 		test_math 		test_memoryview 		test_pickle 		test_re 		test_set 		test_slice 		test_struct 		test_threading 		test_time 		test_traceback 		test_unicode 	'; 	make -j "$nproc" 		"EXTRA_CFLAGS=${EXTRA_CFLAGS:-}" 		"LDFLAGS=${LDFLAGS:-}" 		"PROFILE_TASK=${PROFILE_TASK:-}" 	; 	rm python; 	make -j "$nproc" 		"EXTRA_CFLAGS=${EXTRA_CFLAGS:-}" 		"LDFLAGS=${LDFLAGS:--Wl},-rpath='\$\$ORIGIN/../lib'" 		"PROFILE_TASK=${PROFILE_TASK:-}" 		python 	; 	make install; 		cd /; 	rm -rf /usr/src/python; 		find /usr/local -depth 		\( 			\( -type d -a \( -name test -o -name tests -o -name idle_test \) \) 			-o \( -type f -a \( -name '*.pyc' -o -name '*.pyo' -o -name 'libpython*.a' \) \) 			-o \( -type f -a -name 'wininst-*.exe' \) 		\) -exec rm -rf '{}' + 	; 		find /usr/local -type f -executable -not \( -name '*tkinter*' \) -exec scanelf --needed --nobanner --format '%n#p' '{}' ';' 		| tr ',' '\n' 		| sort -u 		| awk 'system("[ -e /usr/local/lib/" $1 " ]") == 0 { next } { print "so:" $1 }' 		| xargs -rt apk add --no-network --virtual .python-rundeps 	; 	apk del --no-network .build-deps; 		python3 --version # buildkit
                        
# 2023-07-22 18:00:27  0.00B 设置环境变量 PYTHON_VERSION
ENV PYTHON_VERSION=3.7.17
                        
# 2023-07-22 18:00:27  0.00B 设置环境变量 GPG_KEY
ENV GPG_KEY=0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D
                        
# 2023-07-22 18:00:27  1.64MB 执行命令并创建新的镜像层
RUN /bin/sh -c set -eux; 	apk add --no-cache 		ca-certificates 		tzdata 	; # buildkit
                        
# 2023-07-22 18:00:27  0.00B 设置环境变量 LANG
ENV LANG=C.UTF-8
                        
# 2023-07-22 18:00:27  0.00B 设置环境变量 PATH
ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
                        
# 2023-09-29 05:19:27  0.00B 
/bin/sh -c #(nop)  CMD ["/bin/sh"]
                        
# 2023-09-29 05:19:27  7.34MB 
/bin/sh -c #(nop) ADD file:756183bba9c7f4593c2b216e98e4208b9163c4c962ea0837ef88bd917609d001 in / 
                        
                    

镜像信息

{
    "Id": "sha256:a3a90f39d63f6ad67acd629b6ae972dba15e06328a4d850c6fdddfb3b4ff84e9",
    "RepoTags": [
        "ghcr.io/eugeny/tabby-connection-gateway:latest",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/eugeny/tabby-connection-gateway:latest"
    ],
    "RepoDigests": [
        "ghcr.io/eugeny/tabby-connection-gateway@sha256:cc900aa3650fd238dfe530864b5dfc65347ed33d650db4c4821a54341495c073",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/eugeny/tabby-connection-gateway@sha256:8fa76ee8d158427b3c96ba4df7375b313f59b19f3f7d3ad23fa8694dab1f582d"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-08-10T12:39:47.213434048Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": [
            "PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "LANG=C.UTF-8",
            "GPG_KEY=0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D",
            "PYTHON_VERSION=3.7.17",
            "PYTHON_PIP_VERSION=23.0.1",
            "PYTHON_SETUPTOOLS_VERSION=57.5.0",
            "PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/9af82b715db434abb94a0a6f3569f43e72157346/public/get-pip.py",
            "PYTHON_GET_PIP_SHA256=45a2bb8bf2bb5eff16fdd00faef6f29731831c7c59bd9fc2bf1f3bed511ff1fe"
        ],
        "Cmd": null,
        "ArgsEscaped": true,
        "Image": "",
        "Volumes": null,
        "WorkingDir": "/app",
        "Entrypoint": [
            "python",
            "-m",
            "tabby_connection_gateway.cli"
        ],
        "OnBuild": null,
        "Labels": {
            "org.opencontainers.image.created": "2025-08-10T12:39:42.903Z",
            "org.opencontainers.image.description": "Connection gateway for Tabby Web",
            "org.opencontainers.image.licenses": "MIT",
            "org.opencontainers.image.revision": "84d547690b8710248f56748b523b09e9a0079600",
            "org.opencontainers.image.source": "https://github.com/Eugeny/tabby-connection-gateway",
            "org.opencontainers.image.title": "tabby-connection-gateway",
            "org.opencontainers.image.url": "https://github.com/Eugeny/tabby-connection-gateway",
            "org.opencontainers.image.version": "nightly"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 50633482,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/db37fa003839e1463d437e0953e007e98850c9c05593d1728880971e6cce1df5/diff:/var/lib/docker/overlay2/ea3915ee477f3c5aea5f45ef104ee735be64393125d759e8f1d54c3d07639635/diff:/var/lib/docker/overlay2/d9e904602db12513231b83ea6375784bcea1a334e813163e7407c43b8e49a0a9/diff:/var/lib/docker/overlay2/0fbf0b161b723f86f25ef0473121bd2e2bc72282b9c207ad89a6c87adbaa1531/diff:/var/lib/docker/overlay2/8b2eda82e34962688f6d72050c90ded2a76b8c42d5927930d0ecc20adf026704/diff:/var/lib/docker/overlay2/0207e8f5391e9358ff96b0e82e69b7b0032fc8a69d1d7624ff1bcecd7e9b72f9/diff:/var/lib/docker/overlay2/18653e2f11c37aee4e33f33d83a55f8dc1b97691ccb3cd8191d75b7d0124d12e/diff:/var/lib/docker/overlay2/cae1aa66e45f7b28a19da5cd9065cf8f2d6631363a18323358bc2fbae135bf2c/diff",
            "MergedDir": "/var/lib/docker/overlay2/509931f7abab064aeebd3fcc4e2008367524eaf4e8dba8df9cabbcd7265e2d18/merged",
            "UpperDir": "/var/lib/docker/overlay2/509931f7abab064aeebd3fcc4e2008367524eaf4e8dba8df9cabbcd7265e2d18/diff",
            "WorkDir": "/var/lib/docker/overlay2/509931f7abab064aeebd3fcc4e2008367524eaf4e8dba8df9cabbcd7265e2d18/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:cc2447e1835a40530975ab80bb1f872fbab0f2a0faecf2ab16fbbb89b3589438",
            "sha256:a1c2f058ec5f25b50d2269b436aa3ba09d5b9c9330a1d93af93bda6f10b541f8",
            "sha256:7f29b11ef9dde60100b31d6432750056282f7af6110bc2c21f7cde8473f28170",
            "sha256:aa3a591fc84ea1958c70ee65913cfbca07947b301cbb40c9df14df376296700a",
            "sha256:ae2ed30791634cdd49b4f0f95fa7236e1dd46790d0038906f2a15040a370cf37",
            "sha256:6d425bf45b57fc60e83eedbadfc0536fe5de2eaccfbb3f8dc62167b50459e0c0",
            "sha256:e81405b775b1fded651176655e855939205a350853bb64bdf4c84275db12f8b5",
            "sha256:d5c96549911a1e527f6e3c86b84381528ec7a8ac95513af528be99bb42c3a8c5",
            "sha256:d3c12256da7c39fc25c36e4729c31337465edb62d86970310629993c6be43422"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-08-11T12:40:56.770457297+08:00"
    }
}

更多版本

ghcr.io/eugeny/tabby-connection-gateway:latest

linux/amd64 ghcr.io50.63MB2025-08-11 12:41
23