Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: node s2i build when node_modules present #1612

Commits on Mar 9, 2023

  1. fix: node s2i build when node_modules present

    This is workaround for two bug in another components:
    * The s2i CLI/library is not honoring the `--exclude` flag when used with
      the `--as-dockerfile` flag.
    * The node s2i image is not working if project contains `node_modules`
      directory with NodeJS modules.
    
    If only one of the bugs above were fixed this commit wouldn't be
    necessary.
    
    Signed-off-by: Matej Vasek <mvasek@redhat.com>
    matejvasek committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    a8a36e9 View commit details
    Browse the repository at this point in the history
  2. fix: project root escape link detection

    Signed-off-by: Matej Vasek <mvasek@redhat.com>
    matejvasek committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    382a09f View commit details
    Browse the repository at this point in the history
  3. fix: ignore node_modules for s2i on cluster build

    Signed-off-by: Matej Vasek <mvasek@redhat.com>
    matejvasek committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    8b7ffe4 View commit details
    Browse the repository at this point in the history
  4. fixup: style

    Signed-off-by: Matej Vasek <mvasek@redhat.com>
    matejvasek committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    cbed560 View commit details
    Browse the repository at this point in the history