Skip to content
This repository was archived by the owner on Mar 18, 2020. It is now read-only.
This repository was archived by the owner on Mar 18, 2020. It is now read-only.

When using S2I build and exec the command line and application properties fail #56

@donovanmuller

Description

@donovanmuller

When using an S2I build strategy with the exec entry point style, the following two tests fail:

  • testCommandLineArgumentsPassing
  • testApplicationPropertiesPassing

This is as a result of the command line args being converted to a JAVA_ARGS environment variable (as we cannot override the Docker Entrypoint with a S2I build) and the variables values not being properly escaped.

These tests need to pass by properly escaping the converted command line values.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions