Giter Club home page Giter Club logo

ci.docker.ibm-http-server's People

Contributors

billyd73 avatar covener avatar davidcurrie avatar hibell avatar hughesj avatar kavisuresh avatar trajano avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

ci.docker.ibm-http-server's Issues

Unable to build on windows

Some things you can do to fix this.

install_ihs should be in .gitattributes as

install_ihs eol=lf

To make sure it is pulled in the right format.

Rather than having a host folder copy the version.csv and install_ihs scripts into the installation-manager docker image.

ihs container is not able to re-run after having the wctcmd.sh -tool pct (with responsefile.txt) configuration

hello,
responsefile.txt
We are consulting how to congifure the ihs container by this mail,
as we grasp the ihs image from ibmcom/ibm-http-server and make it running fine with
docker run --name ihs -h ihs -p 80:80 --net=net1 -d ibmcom/ibm-http-server

then we put the responsefile.txt (please refer to the attachment) into the /opt/IBM/WebSphere/Toolbox/WCT/ (in container)

and then we execute wctcmd.sh -tool pct -defLocPathname /opt/IBM/WebSphere/Plugins -defLocName loc1 -createDefinition -response /opt/IBM/WebSphere/Toolbox/WCT/responsefile.txt

moreover, we execute docker exec ihs /opt/IBM/HTTPServer/bin/htpasswd -cb /opt/IBM/HTTPServer/conf/admin.passwd ihsadmin ihspasswd to add password for user ihsadmin

to activate this configuration, we try to re-start this ihs container (docker stop ihs)
after executing above docker stop ihs, the whole container is down, and then (ihs) were not able to be run-up (docker start ihs)

Therefore, we want to consult whether any actions we did it wrong? or we missed anythings on this ibmcom/ibm-http-server.

Please advise.
Thanks.
Unitopia.

Example-command broken

The example-command from the docker-hub-page is broken.

It says

docker run --name ihs -h ihs -p 80:80 โ€“d ibmcom/ibm-http-server

Which leads to the error docker: invalid reference format.

The correct command is

docker run -d --name ihs -h ihs -p 80:80 ibmcom/ibm-http-server

(notice that the detach-flag -d is in the beginning).

Tested on ubuntu 16 and mac.

Slow shutdown

The reason for the slow shutdown is it is waiting for the PID file to disappear.

You can simplify ihsstart.sh to be

. /opt/IBM/HTTPServer/bin/envvars
exec /opt/IBM/HTTPServer/bin/httpd -d /opt/IBM/HTTPServer -DFOREGROUND

Then it will shutdown (but still gracefully faster) This is how it was done in the Apache HTTPd docker image with the addition of the envvars.

IHS with mod_auth_openidc in Docker

Was anyone able to build that module in or outside of a docker container with IHS?

It may sound as an off topic question but I am sure one could use an official image with that module already installed or tips on how to do so. Thanks

wctcmd.sh script fails to run - faulty JAVA_EXE

Hi all,

We are running ibm-http-server:8.5.5.9 with docker 1.12.0 on a centos7x64 host.

We were experimenting with response files and looking at the /opt/IBM/WebSphere/Toolbox/WCT/wctcmd.sh script. It sets $JAVA_EXE as ../java/jre/bin/java

However, (output from inside the running container):

# pwd
/opt/IBM/WebSphere/Toolbox/java/jre/bin
# ./java -version
bash: ./java: No such file or directory

We were able to reproduce this on a developer macbook as well using the same image and docker 1.12.

In the past, we've noticed the /opt/IBM/WebSphere/Toolbox/java path was a symlink to /opt/IBM/HTTPServer/java (which continues to be a valid java installation).

I'm not sure why the discrepancy between the current image and images from several months ago (but same product version and image tag - 8.5.5.9).

Thank you for any feedback/input.

SJ

Repo Links Dead

The repo links referenced in the versions.csv file are dead lines/getting a 404 (at least for the latest version 9.0.5.0).

UBI images

Hi

Are there any plans to produce UBI-based images for IHS similar to those for WebSphere Liberty ?

I'd be happy to submit a pull request with the necessary Dockerfiles, but would be great if these images were eventually published to Docker Hub.

Thanks
-Andrey

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.