Giter Site home page Giter Site logo

Comments (2)

navidsh avatar navidsh commented on August 22, 2024

Hi @lmsurpre,

Can you please copy/paste your Dockerfile? I cannot reproduce the issue with the following Dockerfile:

FROM websphere-liberty:18.0.0.3-kernel

COPY --chown=1001:0  app.war /config/dropins/

RUN installUtility install --acceptLicense \
    appsecurity-2.0 jsf-2.2 servlet-3.1 ssl-1.0 \
    openidconnectserver-1.0 localconnector-1.0 \
    cdi-1.2 jdbc-4.1 jsonp-1.0 websocket-1.1 jaxrs-2.0

Logs:

➜  docker docker build .
Sending build context to Docker daemon  6.144kB
Step 1/3 : FROM websphere-liberty:18.0.0.3-kernel
 ---> 4d53c88ba67e
Step 2/3 : COPY --chown=1001:0  app.war /config/dropins/
 ---> 1f32dffb6368
Step 3/3 : RUN installUtility install --acceptLicense     appsecurity-2.0 jsf-2.2 servlet-3.1 ssl-1.0     openidconnectserver-1.0 localconnector-1.0     cdi-1.2 jdbc-4.1 jsonp-1.0 websocket-1.1 jaxrs-2.0
 ---> Running in 26654082c5c3
Establishing a connection to the configured repositories ...
This process might take several minutes to complete.

Successfully connected to all configured repositories.

Preparing assets for installation. This process might take several minutes to complete.
The --acceptLicense argument was found. This indicates that you have
accepted the terms of the license agreement.


Step 1 of 46: Downloading ssl-1.0 ...
...
Step 46 of 46: Cleaning up temporary files ...


All assets were successfully installed.

Start product validation...
Product validation completed successfully.
Removing intermediate container 26654082c5c3
 ---> 4bb59b56b38d
Successfully built 4bb59b56b38d

from ci.docker.

lmsurpre avatar lmsurpre commented on August 22, 2024

I can't really explain it, but I switched my Dockerfile back to websphere-liberty:18.0.0.3-kernel and now its working for me too. I got that issue multiple times before opening the issue, but maybe it was just a glitch. Sorry for the trouble.

from ci.docker.

Related Issues (20)

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.