We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
With the introduction of agents, we do not need to use our own custom docker base images such as codenvy/ubuntu_jdk8 as currently used in stacks.json. For example https://github.com/eclipse/che/blob/564e5de5cf43faea42220e44268ab06d17d7555e/ide/che-core-ide-stacks/src/main/resources/stacks.json#L119 .
codenvy/ubuntu_jdk8
Can we revise Che's stacks.json file to use ubuntu for recipes' base image?
stacks.json
ubuntu
The text was updated successfully, but these errors were encountered:
With these customs image we don't need extra dependencies installed at runtime (it saves boot time) this is faster
Sorry, something went wrong.
Thanks for the clarification.
No branches or pull requests
With the introduction of agents, we do not need to use our own custom docker base images such as
codenvy/ubuntu_jdk8
as currently used in stacks.json. For example https://github.com/eclipse/che/blob/564e5de5cf43faea42220e44268ab06d17d7555e/ide/che-core-ide-stacks/src/main/resources/stacks.json#L119 .Can we revise Che's
stacks.json
file to useubuntu
for recipes' base image?The text was updated successfully, but these errors were encountered: