Skip to content

Commit

Permalink
add refs
Browse files Browse the repository at this point in the history
  • Loading branch information
up9cloud committed Nov 21, 2024
1 parent e1fd45f commit 5c31032
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,10 @@ try {
process.exit()
}
```

## Refs

- ubuntu version: https://releases.ubuntu.com/
- playwright versions: https://github.com/microsoft/playwright/releases
- playwright docker build files: https://github.com/microsoft/playwright/tree/main/utils/docker
- playwright docker image tags: https://mcr.microsoft.com/en-us/artifact/mar/playwright/tags
3 changes: 0 additions & 3 deletions ubuntu-22/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# https://github.com/microsoft/playwright/blob/main/utils/docker/Dockerfile.jammy
# playwright version: https://github.com/microsoft/playwright/releases
# ubuntu version: https://releases.ubuntu.com/
ARG PLAYWRIGHT_VERSION
FROM mcr.microsoft.com/playwright:v${PLAYWRIGHT_VERSION}-jammy

Expand Down
3 changes: 0 additions & 3 deletions ubuntu-24/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# https://github.com/microsoft/playwright/blob/main/utils/docker/Dockerfile.noble
# playwright version: https://github.com/microsoft/playwright/releases
# ubuntu version: https://releases.ubuntu.com/
ARG PLAYWRIGHT_VERSION
FROM mcr.microsoft.com/playwright:v${PLAYWRIGHT_VERSION}-noble

Expand Down

0 comments on commit 5c31032

Please sign in to comment.