Commit 25837b9
docs(docker): add image tag naming convention and version pinning gui… (#2185)
See https://apify.slack.com/archives/CQ96RHG2U/p1768757339018769
- Added section explaining Docker image tag naming convention (e.g.,
`22-1.52.0` for Node.js 22 with Playwright 1.52.0)
- Added direct links to Docker Hub tags pages for discovering available
versions
- Added guidance on pinning Playwright/Puppeteer versions for
reproducible builds
- Clarified that using `*` as version is a legacy approach, with pinning
now preferred
<!-- CURSOR_SUMMARY -->
---
> [!NOTE]
> Updates `docker.md` with guidance to improve reproducibility and
clarity around base images.
>
> - **Image tag naming convention** for Node.js and Python images,
including `{runtime-version}-{library-version}` tags with examples
> - **Finding available tags** via Docker Hub links and a curl/jq
snippet
> - **Version pinning recommendations**: pin Node/Python and
Playwright/Puppeteer/Selenium versions; Dockerfile and `package.json`
examples provided
> - *Warning* on mismatched versions triggering extra downloads and
incompatibilities; notes that using `*` is legacy and pinning is
preferred
>
> <sup>Written by [Cursor
Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit
11df06f. Configure
[here](https://cursor.com/dashboard?tab=bugbot).</sup>
<!-- /CURSOR_SUMMARY -->
---------
Co-authored-by: Claude <noreply@anthropic.com>
Co-authored-by: Michał Olender <92638966+TC-MO@users.noreply.github.com>1 parent 2d88d90 commit 25837b9
1 file changed
Lines changed: 95 additions & 0 deletions
Lines changed: 95 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
52 | 147 | | |
53 | 148 | | |
54 | 149 | | |
| |||
0 commit comments