mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-04-26 01:26:00 +03:00
[GH-ISSUE #691] Bug: Missing arm images for latest tag #1940
Labels
No labels
expected: maybe someday
expected: next release
expected: release after next
expected: unlikely unless contributed
good first ticket
help wanted
pull-request
scope: all users
scope: windows users
size: easy
size: hard
size: medium
size: medium
status: backlog
status: blocked
status: done
status: idea-phase
status: needs followup
status: wip
status: wontfix
touches: API/CLI/Spec
touches: configuration
touches: data/schema/architecture
touches: dependencies/packaging
touches: docs
touches: js
touches: views/replayers/html/css
why: correctness
why: functionality
why: performance
why: security
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ArchiveBox#1940
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @SoraMakes on GitHub (Apr 5, 2021).
Original GitHub issue: https://github.com/ArchiveBox/ArchiveBox/issues/691
Describe the bug
I tried to setup ArchiveBox on my odroidxu4 but it failed because there are currently no arm versions of the latest tag. Using another tag (tested with dev) works fine, just like building the image locally on my odroid. This is counter intuitive since latest is the default tag and also the one used in the docker-compose.yml file.
Besides that, this project looks amazing :)
@pirate commented on GitHub (Apr 5, 2021):
Thanks for reporting.
Try again in about 15min, I just fixed the Github Action that tags our docker images to update latest:
github.com/ArchiveBox/ArchiveBox@26f591fd78Comment back here if it's still not working and I'll repoen this issue.
@SoraMakes commented on GitHub (Apr 5, 2021):
Still no arm images for latest.
https://hub.docker.com/layers/archivebox/archivebox/latest/images/sha256-34ecbf7cdbed9d6ddc47c50ba23440edbef174a7859aa5341f7e9d9d78ac4e88?context=explore
@pirate commented on GitHub (Apr 5, 2021):
Ok so it turns out
latestis usually only updated on new numbered releases, and on the last numbered release we did not have arm builds automated yet, so that's why it wasn't attached with an arm build.I can force it to update so that it's on the latest commit with arm/amd64/x86, and I just tested that and it works, so it's temporarily ahead of the latest release right now:
However, I'm going to be changing it back to the old behavior because I don't really want people pulling the latest image directly from the dev branch, I'd rather it be the last stable release.
@cpmsmith commented on GitHub (Apr 28, 2021):
For anyone else still looking at this: the version mentioned above is now just tagged
sha-5009a84, andlatesthas been pushed to another version with no ARM builds. However, themastertag does have ARM builds.@pirate commented on GitHub (Apr 28, 2021):
You should use the
0.6.2tag on arm, notlatest, there's an open issue on the library we use to generate the tags that's fixing the arm latest problem.