镜像
-
dockerfile多阶段构建的优缺点
一直以来,公司的CI/CD环境都是在Jenkins的工作节点中编译,再将编译打包好的目标程序直接使用dockerfile构建镜像。 以.NET程序来做例子,其dockerfile是…
-
在 Jenkins 中构建镜像时报错:error checking context: ‘can’t stat ‘/dataes/jenkins/workspace/ccp/api/code/vendor/james-heinrich/getid3/demos/demo.mysqli.php”
1、在 Jenkins 中构建镜像时报错:error checking context: ‘can’t stat ‘/dataes/jenkin…
-
Error processing tar file(exit status 1): unexpected EOF 的排查分析
1、在 Jenkins 中构建镜像,报错:Error processing tar file(exit status 1): unexpected EOF。如图1 图1 Step …
-
两个项目,前后端合并至一个镜像、一个容器,以端口进行区分的实现流程
1、两个项目,前后端,两个镜像,两个容器。如图1 图1 2、前端构建目录结构。如图2 图2 3、接口构建目录结构。如图3 图3 4、前端构建的相关配置。如图4 图4 5、接口构建的…
-
在 jenkins 中构建镜像时,报错:repository not found: does not exist or no pull access 的分析解决
1、在 jenkins 中构建镜像时,报错:repository registry-vpc.cn-beijing.aliyuncs.com/cmc/centos-nginx112-…
-
在 jenkins 中构建镜像时,报错:fatal Could not read from remote repository 的解决
1、在 jenkins 中构建镜像时,报错:fatal: Could not read from remote repository.。虽然 Packagist 镜像地址已经切换为…
-
在 Rancher 中出现 Rolling-Back (Expected state running but got stopped),无法再次升级的解决
1、在 Rancher 中升级失败,回滚时出现 Rolling-Back (Expected state running but got stopped),如图1 图1 2、点击查…
-
在 Rancher 中升级容器,同一个镜像地址,环境变量有容器已被替换,有容器未被替换的分析解决
1、进入环境变量已被替换的容器,某个配置文件,符合预期。如图1 图1 2、进入环境变量未被替换的容器,某个配置文件,不符合预期。如图2 图2 3、查看环境变量已被替换的容器的日志。…
-
【Docker】 安装与部署
基础环境配置 更新源文件 wget -0 /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Cent…
-
Docker
Docker 1. Docker是什么? 要了解Docker,首先要了解什么是容器? 容器是一个软件的轻量级独立可执行软件包,包含运行它所需的一切:代码,运行时,系统工具,系统库,…