jenkinsci / jenkinsci/docker-workflow-plugin
[JENKINS-39748] Since 37987 images that use ENTRYPOINT for a reason cannot be used in testing
- Dominant language
- Java
- Stars
- 527
- Forks
- 422
- Avg merge
- 10m
- Merged PRs (30d)
- 1
Description
The fix for the issues with maven in JENKINS-37987 broke workflows that have images where the container is run and the ENTRYPOINT is epxecxted to be used... one example being a container with systemd
there should be a way to do something like:
docker.image('foo').inside {
sh 'make test'
}
and have the ENTRYPOINT still run
---
Originally reported by
hogarthj, imported from: Since 37987 images that use ENTRYPOINT for a reason cannot be used in testing
hogarthj
Raw content of original issue
The fix for the issues with maven in
JENKINS-37987broke workflows that have images where the container is run and the ENTRYPOINT is epxecxted to be used... one example being a container with systemdthere should be a way to do something like:
docker.image('foo').inside {
sh 'make test'
}and have the ENTRYPOINT still run
Contributor guide
Assessment
This issue has not been assessed yet.