Skip to content

Commit

Permalink
Merge pull request #715 from SUSE/jdk_set_entrypoint
Browse files Browse the repository at this point in the history
[openjdk] explicitly set entrypoint to bash
  • Loading branch information
dcermak authored Jan 7, 2025
2 parents 166db73 + 96b17c4 commit 81f2c3f
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 81f2c3f

Please sign in to comment.