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

Add images based on debian bullseye #1415

Closed
gpetrov opened this issue Dec 18, 2020 · 7 comments
Closed

Add images based on debian bullseye #1415

gpetrov opened this issue Dec 18, 2020 · 7 comments

Comments

@gpetrov
Copy link

gpetrov commented Dec 18, 2020

Many new packages require GLIBC 2.29 - which is only available in Debian bullseye

Please make also a public node version based on the latest debian bullseye.
build-packs are already available

bullseye should be available as tags - just as buster and stretch also in full or slim variant

@tianon
Copy link
Contributor

tianon commented Dec 18, 2020 via email

@gpetrov
Copy link
Author

gpetrov commented Mar 9, 2021

Debian Bullseye is entering hard freeze now and it is being used everywhere. See https://wiki.debian.org/DebianBullseye
Please include it the docker node images as tag @nschonni

@mirao
Copy link

mirao commented May 18, 2021

I hit the issue "GLIBC 2.29 version required" with node:12 when I wanted to run Nightly Firefox in Playwright.
So I used docker image from Ubuntu 20.04 LTS where it works well (GLIBC 2.31).

FROM ubuntu:20.04

# Install NodeJS
RUN curl -sL https://deb.nodesource.com/setup_12.x | bash -
RUN apt-get -qqy --no-install-recommends install nodejs

# Create user "node"
RUN groupadd --gid 1000 node \
    && useradd --uid 1000 --gid node --shell /bin/bash --create-home node

@mnmkng
Copy link

mnmkng commented May 27, 2021

Also would like to see this. Switching to Ubuntu is not an option for us because it's too large. Thanks.

@khassel
Copy link

khassel commented Aug 16, 2021

bullseye is released and images debian:bullseye-slim and buildpack-deps:bullseye are already availabe.

@yosifkit
Copy link
Contributor

They're not quite built and pushed to Docker Hub yet, but soon: docker-library/official-images#10730

@tianon
Copy link
Contributor

tianon commented Aug 16, 2021 via email

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

No branches or pull requests

6 participants