-
Notifications
You must be signed in to change notification settings - Fork 456
Docker image build #1506
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
Docker image build #1506
Conversation
we can first merge the PR to have the nightly docker image and have another PR for the release, as you like |
inputs: | ||
version: | ||
description: 'Version' | ||
required: false |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure why version is not required
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For production build we don't specify version
in order to have an image quickwit/quickwit
as opposed to quickwit/quickwit-nightly
node-version: 16 | ||
cache: 'yarn' | ||
cache-dependency-path: quickwit-ui/yarn.lock | ||
- run: make build-ui |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For this build, I guess it would be nice to include the UI build inside the Dockerfile as we are doing everything there.
@fmassot I actually was referring to the custom action you did for the binaries. It's only for the nightly as of now. |
fbbd54f
to
a185d59
Compare
Adds docker image build to ci
Part of #1219
@fmassot I think what we are missing is having the binaries build for
.github/workflows/publish_release_packages.yml
Should I add it here?