
说明:本人对Docker了解有限,但因等待流水线完成时感到困扰,且在流水线中运行apt-get命令耗时过长,故制作了此镜像。
该Docker镜像满足我通过GitLab CI和Bitbucket Pipelines部署TYPO3的个人需求。对我而言适用,可能也适用于你。
PHP 7.3.17(其他分支/Docker标签提供如7.2等版本)
Composer 1.10.10
Surf 2.1.1
Deployer 6.8
sass 1.26.10(使用dart2js 2.8.4编译)
node 12.18.3
npm 6.14.4
yarn 1.22.4
grunt-cli 1.3.2
bower 1.8.8
uxktn/t3-pipelines 或 uxktn/t3-pipelines:latest(当前为PHP 7.3)
uxktn/t3-pipelines:php73
uxktn/t3-pipelines:php72
uxktn/t3-pipelines:php71
uxktn/t3-pipelines:php70
uxktn/t3-pipelines:php56
image: uxktn/t3-pipelines pipelines: branches: develop: - step: name: 构建前端资源 caches: - node script: - yarn --allow-root - grunt artifacts: - styleguide/** - packages/some_sitepackage/Resources/Public/** - step: name: 构建TYPO3并部署 caches: - composer script: - ~/.composer/vendor/typo3/surf/surf deploy develop
image: uxktn/t3-pipelines cache: untracked: true paths: - build/.sass-cache - build/node_modules - build/bower_components - vendor stages: - build - deploy build: stage: build script: - npm install - bower install --allow-root - grunt artifacts: expire_in: 60 minutes paths: - packages/some_sitepackage/Resources/Public only: - develop deploy: stage: deploy dependencies: - build before_script: - eval $(ssh-agent -s) - ssh-add <(echo "$SSH_PRIVATE_KEY") - mkdir -p ~/.ssh - '[[ -f /.dockerenv ]] && echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config' script: - ~/.composer/vendor/typo3/surf/surf deploy develop only: - develop
https://hub.docker.com/r/uxktn/t3-pipelines/
https://github.com/edbizarro/bitbucket-pipelines-php7
[]
[]
[***]
您可以使用以下命令拉取该镜像。请将 <标签> 替换为具体的标签版本。如需查看所有可用标签版本,请访问 标签列表页面。
探索更多轩辕镜像的使用方法,找到最适合您系统的配置方式
通过 Docker 登录认证访问私有仓库
无需登录使用专属域名
Kubernetes 集群配置 Containerd
K3s 轻量级 Kubernetes 镜像加速
VS Code Dev Containers 配置
Podman 容器引擎配置
HPC 科学计算容器配置
ghcr、Quay、nvcr 等镜像仓库
Harbor Proxy Repository 对接专属域名
Portainer Registries 加速拉取
Nexus3 Docker Proxy 内网缓存
需要其他帮助?请查看我们的 常见问题Docker 镜像访问常见问题解答 或 提交工单
docker search 限制
站内搜不到镜像
离线 save/load
插件要用 plugin install
WSL 拉取慢
安全与 digest
新手拉取配置
镜像合规机制
manifest unknown
no matching manifest(架构)
invalid tar header(解压)
TLS 证书失败
DNS 超时
域名连通性排查
410 Gone 排查
402 与流量用尽
401 认证失败
429 限流
D-Bus 凭证提示
413 与超大单层
来自真实用户的反馈,见证轩辕镜像的优质服务