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

Change Docker images to use non-baseline by default #12180

Open
Electroid opened this issue Jun 26, 2024 · 1 comment
Open

Change Docker images to use non-baseline by default #12180

Electroid opened this issue Jun 26, 2024 · 1 comment
Labels
breaking docker An issue that occurs when running in Docker

Comments

@Electroid
Copy link
Contributor

When we first introduced the Docker images for Bun, we decided to use baseline images for maximum compatibility. However, most production environments that deploy these images support AVX2 instructions.

We should change the default in Bun 1.2 to use the non-baseline images, and introduce new -baseline tags for folks that need the baseline versions.

@Electroid Electroid added the docker An issue that occurs when running in Docker label Jun 26, 2024
@birkskyum
Copy link
Collaborator

Is there somewhere I can read up on what the baseline docker image is? I'm not familiar with it, and how it compares to non-baseline.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking docker An issue that occurs when running in Docker
Projects
None yet
Development

No branches or pull requests

3 participants