Giter VIP home page Giter VIP logo

Comments (4)

Tofdu31 avatar Tofdu31 commented on August 24, 2024 1

OK, in Dockerfile :
Find
&& export TOMCAT_VERSION="8.5.38" \
Replace
&& export TOMCAT_VERSION="8.5.50" \

Find :
&& export TOMCAT_ESUM="3a3e624014faf87091e6dbb8bad13c68240955d62301d22cf3d75a1766859dd97500d6850fbd5d3dc012f08f9301eb24c24fa7175bcca616767fa5c18875072d" \

Replace with

TOMCAT_ESUM="ffca86027d298ba107c7d01c779318c05b61ba48767cc5967ee6ce5a88271bb6ec8eed60708d45453f30eeedddcaedd1a369d6df1b49eea2cd14fa40832cfb90" \

Source : https://www-eu.apache.org/dist/tomcat/tomcat-8/v8.5.50/bin/apache-tomcat-8.5.50.tar.gz.sha512
https://www-eu.apache.org/dist/tomcat/tomcat-8/v8.5.50/bin/https://www-eu.apache.org/dist/tomcat/tomcat-8/v8.5.50/bin/

from axelor-docker.

Tofdu31 avatar Tofdu31 commented on August 24, 2024

I think you should update the TOMCAT version

from axelor-docker.

songwutk avatar songwutk commented on August 24, 2024
  • DEBIAN_FRONTEND=noninteractive apt-get install -y supervisor gosu postgresql-9.6 postgresql-contrib-9.6 libapr1 nginx nginx-module-xslt nginx-module-geoip nginx-module-image-filter nginx-module-njs gettext-base git-core nodejs yarn
    Reading package lists...
    Building dependency tree...
    Reading state information...
    Some packages could not be installed. This may mean that you have
    requested an impossible situation or if you are using the unstable
    distribution that some required packages have not yet been created
    or been moved out of Incoming.
    The following information may help to resolve the situation:

The following packages have unmet dependencies:
nginx-module-njs : Depends: libreadline7 (>= 6.0) but it is not installable
E: Unable to correct problems, you have held broken packages.

The command '/bin/sh -c set -ex && DEBIAN_FRONTEND=noninteractive apt-get update && DEBIAN_FRONTEND=noninteractive apt-get upgrade -y && DEBIAN_FRONTEND=noninteractive apt-get install -y gnupg dirmngr apt-transport-https locales && apt-key adv --batch --fetch-keys http://nginx.org/keys/nginx_signing.key && echo "deb http://nginx.org/packages/mainline/ubuntu/ bionic nginx" >> /etc/apt/sources.list && apt-key adv --batch --fetch-keys https://www.postgresql.org/media/keys/ACCC4CF8.asc && echo 'deb http://apt.postgresql.org/pub/repos/apt/ bionic-pgdg main' > /etc/apt/sources.list.d/pgdg.list && apt-key adv --batch --fetch-keys https://deb.nodesource.com/gpgkey/nodesource.gpg.key && echo 'deb https://deb.nodesource.com/node_8.x bionic main' > /etc/apt/sources.list.d/nodesource.list && apt-key adv --batch --fetch-keys https://dl.yarnpkg.com/debian/pubkey.gpg && echo 'deb https://dl.yarnpkg.com/debian/ stable main' > /etc/apt/sources.list.d/yarn.list && DEBIAN_FRONTEND=noninteractive apt-get update && DEBIAN_FRONTEND=noninteractive apt-get upgrade -y && DEBIAN_FRONTEND=noninteractive apt-get install -y supervisor gosu postgresql-9.6 postgresql-contrib-9.6 libapr1 nginx nginx-module-xslt nginx-module-geoip nginx-module-image-filter nginx-module-njs gettext-base git-core nodejs yarn && rm -rf /var/lib/apt/lists/*' returned a non-zero code: 100

from axelor-docker.

tomaskovacik avatar tomaskovacik commented on August 24, 2024
diff --git a/aio-base/Dockerfile b/aio-base/Dockerfile
index 2345f40..1e5a89a 100644
--- a/aio-base/Dockerfile
+++ b/aio-base/Dockerfile
@@ -77,7 +77,7 @@ RUN set -ex \
        && DEBIAN_FRONTEND=noninteractive apt-get upgrade -y \
        && DEBIAN_FRONTEND=noninteractive apt-get install -y gnupg dirmngr apt-transport-https locales \
        && apt-key adv --batch --fetch-keys http://nginx.org/keys/nginx_signing.key \
-       && echo "deb http://nginx.org/packages/mainline/ubuntu/ bionic nginx" >> /etc/apt/sources.list \
+       && echo "deb http://nginx.org/packages/mainline/ubuntu/ focal nginx" >> /etc/apt/sources.list \
        && apt-key adv --batch --fetch-keys https://www.postgresql.org/media/keys/ACCC4CF8.asc \
        && echo 'deb http://apt.postgresql.org/pub/repos/apt/ bionic-pgdg main' > /etc/apt/sources.list.d/pgdg.list \
        && apt-key adv --batch --fetch-keys https://deb.nodesource.com/gpgkey/nodesource.gpg.key \

from axelor-docker.

Related Issues (9)

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.