Skip to content

Commit

Permalink
[openjdk] explicitly set entrypoint to bash
Browse files Browse the repository at this point in the history
this prevents the containers from launching jshell potentially interfering with
the tests, see [poo#174976](https://progress.opensuse.org/issues/174976).
  • Loading branch information
dcermak committed Jan 7, 2025
1 parent 166db73 commit 96b17c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_openjdk_devel.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
DOCKERF_EXTENDED = f"""
WORKDIR {CONTAINER_TEST_DIR}
COPY {HOST_TEST_DIR} {CONTAINER_TEST_DIR}
ENTRYPOINT ["/bin/bash"]
"""

CONTAINER_IMAGES_EXTENDED = [
Expand Down

0 comments on commit 96b17c4

Please sign in to comment.