Code Monkey home page Code Monkey logo

Comments (6)

battlecow avatar battlecow commented on September 15, 2024 1

LGTM, thanks for the PR. 👍

from jamfpro.

battlecow avatar battlecow commented on September 15, 2024

Just updated the image to 8.5.57 upstream Tomcat version, the ca-certificate package from the 8.5.51 tag is version 20190110 while the new tag is version 20200601~deb10u1.
Please give this new version a test and see if it resolves your certificate issue.

from jamfpro.

evanH13 avatar evanH13 commented on September 15, 2024

@battlecow we actually were already using 8.5.57. I ended up using a Corretto base image, I had to modify the Dockerfile to accommodate the different flavor of Linux, but that resolved our issue. I can submit a PR if you'd like.

from jamfpro.

battlecow avatar battlecow commented on September 15, 2024

That would be great, I just created the corretto branch so just target that one. Thanks!

from jamfpro.

evanH13 avatar evanH13 commented on September 15, 2024

@battlecow Done! Let me know if you need anything else from me.

from jamfpro.

ahousseini avatar ahousseini commented on September 15, 2024

There is a bug in the debian package: https://bugs.debian.org/962596
See this related issue: docker-library/tomcat#208
This workaround should work for the moment:

RUN wget --no-check-certificate -c https://www.geotrust.com/resources/root_certificates/certificates/GeoTrust_Global_CA.pem \
	&& mkdir /usr/local/share/ca-certificates/extra \
	&& mv GeoTrust_Global_CA.pem /usr/local/share/ca-certificates/extra/GeoTrust_Global_CA.crt \
	&& update-ca-certificates \
	&& rm -rf /usr/local/share/ca-certificates/extra

from jamfpro.

Related Issues (15)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.