ChrisLeeBare

Results 5 comments of ChrisLeeBare

Can confirm reverting the docker image in one of our pipeline to maven:3.8.1-jdk-11 "fixes" the problem. ``` Using Docker executor with image maven:3.8.1-jdk-11 ... Pulling docker image maven:3.8.1-jdk-11 ... Using...

``` Client: Docker Engine - Community Version: 19.03.1 API version: 1.40 Go version: go1.12.5 Git commit: 74b1e89 Built: Thu Jul 25 21:21:07 2019 OS/Arch: linux/amd64 Experimental: false Server: Docker Engine...

The parent images seem to work. Here's an excerpt from my .gitlab-ci.yml `image: csanchez/maven` The console output: ``` Using Docker executor with image csanchez/maven ... 00:48 Pulling docker image csanchez/maven...

``` [root@linux ~]# cat /etc/os-release NAME="CentOS Linux" VERSION="7 (Core)" ID="centos" ID_LIKE="rhel fedora" VERSION_ID="7" PRETTY_NAME="CentOS Linux 7 (Core)" ANSI_COLOR="0;31" CPE_NAME="cpe:/o:centos:centos:7" HOME_URL="https://www.centos.org/" BUG_REPORT_URL="https://bugs.centos.org/" CENTOS_MANTISBT_PROJECT="CentOS-7" CENTOS_MANTISBT_PROJECT_VERSION="7" REDHAT_SUPPORT_PRODUCT="centos" REDHAT_SUPPORT_PRODUCT_VERSION="7" ```

I updated to docker 20.10.8 and pipelines are running again. Thanks for the hint.