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

Dockerfile doesn't contain executable file #1599

Open
jnupeter opened this issue Jun 23, 2023 · 0 comments · May be fixed by #1600
Open

Dockerfile doesn't contain executable file #1599

jnupeter opened this issue Jun 23, 2023 · 0 comments · May be fixed by #1600
Labels
bug Something isn't working quick-win up to 2h
Milestone

Comments

@jnupeter
Copy link

Expected Behavior

in the kestra checkout directory, run ./gradlew executableJar then run docker build -f Dockerfile . -t mykestra then an image should be build. The docker image should be usable when run docker run --rm mykestra:latest.

Actual Behaviour

Run ./gradlew executableJar then run docker build -f Dockerfile . -t mykestra
The newly build image will fail with command not found when run docker run --rm mykestra:latest

Steps To Reproduce

1, in the kestra project checkout directory;
2, run ./gradlew executableJar;
3, run docker build -f Dockerfile . -t mykestra
4, run docker run --rm mykestra:latest

Environment Information

  • Kestra Version:0.10.0-snapshot (the head of develop branch)
  • Operating System (OS / Docker / Kubernetes):
  • Java Version (If not docker):

Example flow

No response

@jnupeter jnupeter added the bug Something isn't working label Jun 23, 2023
@jnupeter jnupeter linked a pull request Jun 23, 2023 that will close this issue
@anna-geller anna-geller added this to the v0.17.0 milestone Dec 5, 2023
@anna-geller anna-geller added the quick-win up to 2h label Dec 5, 2023
@anna-geller anna-geller modified the milestones: v0.17.0, v0.16.0 Feb 16, 2024
@anna-geller anna-geller modified the milestones: v0.16.0, v0.19.0 Apr 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working quick-win up to 2h
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants