Skip to content

s2i-related step is ignoring 'tag' argument #79

@jmtd

Description

@jmtd

@given(u's2i build {application} from {path} with env and {incremental} using {tag}')

The following test

Given s2i build https://github.com/jmtd/openjdk-test-applications.git from OPENJDK-2408-bin-custom-s2i-assemble with env and using s2i-assemble-path
       | variable                   | value |
       | S2I_TARGET_DEPLOYMENTS_DIR | /var/tmp  |

It shows the following eventual s2i command (line-wrapped and with added emphasis)

INFO:cekit:Executing new S2I build with the command [s2i build --loglevel=5 --pull-policy if-not-present --url unix:///run/user/1000/podman/podman.sock --context-dir=OPENJDK-2408-bin-custom-s2i-assemble -r=master -E "/tmp/tmp_vqoxrhw" https://github.com/jmtd/openjdk-test-applications.git ubi10/openjdk-21:1.21 integ-ubi10/openjdk-21:1.21 --incremental ]

The -r (rev) parameter should have been s2i-assemble-path not master.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions