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

kie-issues#752: kogito-ci-build start docker in background #1141

Merged
merged 4 commits into from
Dec 11, 2023

Conversation

jstastny-cz
Copy link
Contributor

apache/incubator-kie-issues#752

Starting docker in entrypoint.sh, but in background.

To make Jenkins docker plugin happy that container processes passed command immediately - because jenkins starts the container by running docker run <image> cat and expects cat is processed immediately (can't wait for docker to be started).

In local use we'd rely on .bashrc script to invoke wait-for-docker.sh, in pipeline we'll do explicitly.

@jstastny-cz jstastny-cz changed the title Kie issues 752 kie-issues#752: kogito-ci-build start docker in background Dec 11, 2023
@rodrigonull rodrigonull self-requested a review December 11, 2023 13:22
@jstastny-cz jstastny-cz merged commit ebcf2cc into main Dec 11, 2023
3 checks passed
@jstastny-cz jstastny-cz deleted the kie-issues_752 branch December 11, 2023 13:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants