We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 619c10d commit 7ab936aCopy full SHA for 7ab936a
README.md
@@ -1,6 +1,12 @@
1
-# Base Browser for Browsertrix
+# Base Browser for Browsertrix Crawler
2
3
This repository contains the base platform-specific deb files for Browsertrix Crawler builds.
4
5
The `.deb` files are placed in platform-specific directories, `linux/amd64` and `linux/arm64` to support
6
builds for those platforms. Chromium is used for ARM64 while Chrome is used for amd64 builds.
7
+
8
+The image can be built manually via `docker buildx build --platform linux/amd64,linux/arm64 --push -t webrecorder/browsertrix-browser-base:VERSION .`
9
10
+The CI is also setup to build the image and push on release.
11
12
+The current browser (Chrome/Chromium) is 91.
0 commit comments