skip to Main Content

upgrading jenkins/jenkins:2.263.4-lts causes ssl issue – Debian

After upgrading our jenkins image to jenkins/jenkins:2.263.4-lts our job code are not syncing with github enterprises due to ssl issue. https://www.jenkins.io/doc/upgrade-guide/2.263/#upgrading-to-jenkins-lts-2-263-4 The Jenkins 2.263.4 Docker images labeled jenkins/jenkins:2.263.4-lts, jenkins/jenkins:2.263.4, and jenkins/jenkins:lts use the AdoptOpenJDK 8u282 release instead of using the…

VIEW QUESTION

pip install python-igraph failed on debian image

I'm just trying to create a docker image from this Dockerfile. FROM debian:latest USER root ENV DEBIAN_FRONTEND noninteractive ENV PATH /twecoll:$PATH RUN apt-get update RUN apt-get install -y build-essential libxml2-dev zlib1g-dev python-dev python-pip pkg-config libffi-dev libcairo-dev git RUN pip install…

VIEW QUESTION
Back To Top
Search