travisrogers05 / rhsso-with-ext-postgresql-db

Example of using Red Hat Single Sign On (RHSSO) with an external Postgresql database backend
Apache License 2.0
4 stars 7 forks source link

Is there any way to inject "CUSTOM_INSTALL_DIRECTORIES" on already built Image? #1

Open piu28 opened 5 years ago

piu28 commented 5 years ago

The .s2i directory environment file link throwing 404 error. If we have an image already built with S2i, How can I inject the environment variable "CUSTOM_INSTALL_DIRECTORIES" in the built image?

travisrogers05 commented 5 years ago

That environment variable is only referenced during an s2i build.

You could use your already built image as a base image and perform a subsequent s2i build to take advantage of the CUSTOM_INSTALL_DIRECTORIES variable and extensions.