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

devops(docker): added Dockerfile for Ubuntu 20 focal #3891

Merged
merged 1 commit into from
Sep 21, 2020

Conversation

mxschmitt
Copy link
Member

Each Ubuntu and Debian release has a code name. Ubuntu 18(bionic), Ubuntu 20(focal). This adds the Dockerfile for Ubuntu20.
Next steps and follow up changes:

  • add it to the devops site, so we are sure all tests are passing, locally they did
  • deploy it to the MCR, naming needs to be clarified, probably just as "focal".

This naming schema allows us in the future to add Debian support too. But we should wait until Headless WK is fixed.

Relates #3791
Relates #2758
Closes #3338

echo "Once image is built, you can run it with"
echo ""
echo " docker run --rm -it playwright:localbuild /bin/bash"
echo " docker run --rm -it playwright:localbuild-{bionic,focal} /bin/bash"
Copy link
Contributor

Choose a reason for hiding this comment

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

docs/docker/tag_and_push.sh should be updated too according to these changes.

Let's accept image name as an argument both here and in docs/docker/tag_and_push.sh?

@aslushnikov aslushnikov merged commit becdccd into microsoft:master Sep 21, 2020
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