-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
[Bug]: Wrong Ubuntu release name in Dockerfile.noble #33132
Comments
Open
1 task
This was referenced Nov 7, 2024
This was referenced Nov 11, 2024
1 task
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version
latest
Steps to reproduce
While looking into the Dockerfiles to see, what's included, I spotted a "copy & paste" error (I guess) when the "noble" file was generated from the "jammy" file.
The ARG
DOCKER_IMAGE_NAME_TEMPLATE
should contain "noble" instead of "jammy".Expected behavior
expected
ARG DOCKER_IMAGE_NAME_TEMPLATE="mcr.microsoft.com/playwright:v%version%-noble"
Actual behavior
expected
ARG DOCKER_IMAGE_NAME_TEMPLATE="mcr.microsoft.com/playwright:v%version%-jammy"
Additional context
No response
Environment
Nothing special.
The text was updated successfully, but these errors were encountered: