Skip to content

🆕 add a linux custom #34

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

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open

🆕 add a linux custom #34

wants to merge 6 commits into from

Conversation

Lambourl
Copy link
Contributor

the purpose of the pr is to have a complete tipi environment for ubuntu 24.04 and an example of custom linux.

@Lambourl Lambourl force-pushed the feature/add-linux-custom branch from 4ccb89c to 1072e9a Compare June 18, 2025 16:52
@daminetreg daminetreg changed the base branch from feature/environments-new to main June 20, 2025 09:54
@@ -1,14 +1,14 @@
ARG UBUNTU_24_04="ubuntu@sha256:04f510bf1f2528604dc2ff46b517dbdbb85c262d62eacc4aa4d3629783036096"
FROM ${UBUNTU_24_04}

ENV TIPI_DISTRO_MODE=default
ENV TIPI_DISTRO_MODE=all
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As we now have a full one, do we want to put a default toolchain file with useful compiler defaults ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

"builders": [
{
"type": "docker",
"image": "tipibuild/linux-custom-almalinux-95:{{cmake_re_source_hash}}",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lets give them non-remote names, just like linux-custom-almalinux-95 wihtout tipibuild/

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

"builders": [
{
"type": "docker",
"image": "tipibuild/tipi-linux-custom:{{cmake_re_source_hash}}",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same here let's just name it linux-custom

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

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