Skip to content
This repository was archived by the owner on Nov 26, 2025. It is now read-only.
This repository was archived by the owner on Nov 26, 2025. It is now read-only.

Docker Container in Openshift #5

@Sp1ritfire

Description

@Sp1ritfire

When running the Applikation as a Docker in Redhats Openshift, we where unable to use Port 80 due to Security issues.
We would propose checking for a environment variable (Example: app_port) and starting the Server on that Port.

Also in Openshift the File "./node_modules/splunk-sdk/bin/cli.js" is not writable during runntime, proposal to fix this is to add
RUN chmod g+w node_modules/splunk-sdk/bin/cli.js
in the dockerfile after

# Verify that Splunk SDK is installed
RUN node ./node_modules/splunk-sdk/sdkdo -V
RUN cd ./../../

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions