[GH-ISSUE #1238] Bug: latest docker image in archivebox/archivebox missing arm builds #2271

Closed
opened 2026-03-01 17:57:49 +03:00 by kerem · 1 comment
Owner

Originally created by @gnattu on GitHub (Oct 7, 2023).
Original GitHub issue: https://github.com/ArchiveBox/ArchiveBox/issues/1238

Describe the bug

The docker builds with the latest tag on archivebox/archivebox only have an amd64 build

Steps to reproduce

Just look at the tag

Screenshots or log output

Screenshot 2023-10-08 at 07 19 28

ArchiveBox version

ArchiveBox v0.6.2
Cpython Linux Linux-6.4.16-orbstack-00105-g14094bfeec09-x86_64-with-glibc2.28 x86_64
IN_DOCKER=True DEBUG=False IS_TTY=True TZ=UTC SEARCH_BACKEND_ENGINE=sonic

[i] Dependency versions:
 √  ARCHIVEBOX_BINARY     v0.6.2          valid     /usr/local/bin/archivebox
 √  PYTHON_BINARY         v3.9.17         valid     /usr/local/bin/python3.9
 √  DJANGO_BINARY         v3.1.14         valid     /usr/local/lib/python3.9/site-packages/django/bin/django-admin.py
 √  CURL_BINARY           v7.64.0         valid     /usr/bin/curl
 √  WGET_BINARY           v1.20.1         valid     /usr/bin/wget
 √  NODE_BINARY           v15.14.0        valid     /usr/bin/node
 √  SINGLEFILE_BINARY     v0.3.16         valid     /node/node_modules/single-file/cli/single-file
 √  READABILITY_BINARY    v0.0.2          valid     /node/node_modules/readability-extractor/readability-extractor
 √  MERCURY_BINARY        v1.0.0          valid     /node/node_modules/@postlight/mercury-parser/cli.js
 √  GIT_BINARY            v2.20.1         valid     /usr/bin/git
 √  YOUTUBEDL_BINARY      v2021.12.17     valid     /usr/local/bin/youtube-dl
 X  CHROME_BINARY         ?               invalid   /usr/bin/chromium
 √  RIPGREP_BINARY        v0.10.0         valid     /usr/bin/rg

[i] Source-code locations:
 √  PACKAGE_DIR           22 files        valid     /app/archivebox
 √  TEMPLATES_DIR         3 files         valid     /app/archivebox/templates
 -  CUSTOM_TEMPLATES_DIR  -               disabled

[i] Secrets locations:
 -  CHROME_USER_DATA_DIR  -               disabled
 -  COOKIES_FILE          -               disabled

[i] Data locations:
 √  OUTPUT_DIR            7 files         valid     /data
 √  SOURCES_DIR           25 files        valid     ./sources
 √  LOGS_DIR              1 files         valid     ./logs
 √  ARCHIVE_DIR           314 files       valid     ./archive
 √  CONFIG_FILE           190.0 Bytes     valid     ./ArchiveBox.conf
 √  SQL_INDEX             2.2 MB          valid     ./index.sqlite3

[!] Warning: Missing 1 recommended dependencies
    ! CHROME_BINARY: /usr/bin/chromium (unable to detect version)
      Hint: To install all packages automatically run: archivebox setup
            or to disable it and silence this warning: archivebox config --set SAVE_CHROME=False

Currently I have to fallback to nikisweeting/archivebox(the old repo) to get latest tag working, otherwise I have to pin a specific version tag.

Originally created by @gnattu on GitHub (Oct 7, 2023). Original GitHub issue: https://github.com/ArchiveBox/ArchiveBox/issues/1238 <!-- Please fill out the following information, feel free to delete sections if they're not applicable or if long issue templates annoy you. (the only required section is the version information) --> #### Describe the bug The docker builds with the `latest` tag on archivebox/archivebox only have an amd64 build #### Steps to reproduce <!-- For example: 1. Ran ArchiveBox with the following config '...' 2. Saw this output during archiving '....' 3. UI didn't show the thing I was expecting '....' --> Just look at the tag #### Screenshots or log output <!-- If applicable, post any relevant screenshots or copy/pasted terminal output from ArchiveBox. If you're reporting a parsing / importing error, **you must paste a copy of your redacted import file here**. --> <img width="1248" alt="Screenshot 2023-10-08 at 07 19 28" src="https://github.com/ArchiveBox/ArchiveBox/assets/12995396/417cc93a-7b25-4693-83d9-8b4c4a96b451"> #### ArchiveBox version <!-- Run the `archivebox version` command locally then copy paste the result here: --> ```logs ArchiveBox v0.6.2 Cpython Linux Linux-6.4.16-orbstack-00105-g14094bfeec09-x86_64-with-glibc2.28 x86_64 IN_DOCKER=True DEBUG=False IS_TTY=True TZ=UTC SEARCH_BACKEND_ENGINE=sonic [i] Dependency versions: √ ARCHIVEBOX_BINARY v0.6.2 valid /usr/local/bin/archivebox √ PYTHON_BINARY v3.9.17 valid /usr/local/bin/python3.9 √ DJANGO_BINARY v3.1.14 valid /usr/local/lib/python3.9/site-packages/django/bin/django-admin.py √ CURL_BINARY v7.64.0 valid /usr/bin/curl √ WGET_BINARY v1.20.1 valid /usr/bin/wget √ NODE_BINARY v15.14.0 valid /usr/bin/node √ SINGLEFILE_BINARY v0.3.16 valid /node/node_modules/single-file/cli/single-file √ READABILITY_BINARY v0.0.2 valid /node/node_modules/readability-extractor/readability-extractor √ MERCURY_BINARY v1.0.0 valid /node/node_modules/@postlight/mercury-parser/cli.js √ GIT_BINARY v2.20.1 valid /usr/bin/git √ YOUTUBEDL_BINARY v2021.12.17 valid /usr/local/bin/youtube-dl X CHROME_BINARY ? invalid /usr/bin/chromium √ RIPGREP_BINARY v0.10.0 valid /usr/bin/rg [i] Source-code locations: √ PACKAGE_DIR 22 files valid /app/archivebox √ TEMPLATES_DIR 3 files valid /app/archivebox/templates - CUSTOM_TEMPLATES_DIR - disabled [i] Secrets locations: - CHROME_USER_DATA_DIR - disabled - COOKIES_FILE - disabled [i] Data locations: √ OUTPUT_DIR 7 files valid /data √ SOURCES_DIR 25 files valid ./sources √ LOGS_DIR 1 files valid ./logs √ ARCHIVE_DIR 314 files valid ./archive √ CONFIG_FILE 190.0 Bytes valid ./ArchiveBox.conf √ SQL_INDEX 2.2 MB valid ./index.sqlite3 [!] Warning: Missing 1 recommended dependencies ! CHROME_BINARY: /usr/bin/chromium (unable to detect version) Hint: To install all packages automatically run: archivebox setup or to disable it and silence this warning: archivebox config --set SAVE_CHROME=False ``` <!-- Tickets without full version info will closed until it is provided, we need the full output here to help you solve your issue --> Currently I have to fallback to nikisweeting/archivebox(the old repo) to get latest tag working, otherwise I have to pin a specific version tag.
kerem closed this issue 2026-03-01 17:57:49 +03:00
Author
Owner

@pirate commented on GitHub (Nov 1, 2023):

This should be fixed now.

<!-- gh-comment-id:1789248850 --> @pirate commented on GitHub (Nov 1, 2023): This should be fixed now.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ArchiveBox#2271
No description provided.