mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-04-25 20:25:51 +03:00
[GH-ISSUE #475] [BUG] buildx issue on docker 0.6.0 tag #310
Labels
No labels
Fixed (Pending PR Merge)
Stale
bug
enhancement
enhancement
good first issue
help wanted
keep-open
needs more info
pull-request
question
theme
unfortunate
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/whoogle-search#310
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 @Akruidenberg on GitHub (Oct 19, 2021).
Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/475
When upgrading, a black page with only a search box is shown. Downgrading to 0.5.4, and everything is fine, using docker.
Nothing strange to see in the logs. When searching a search term, the whoogle logo is black.
Because the older version is working fine, i don't know how to to fix this problem. Problems exist with local and https (traefik)
@benbusby commented on GitHub (Oct 19, 2021):
That's quite bizarre. Did you try clearing the site cache? It looks like it might be having a hard time rendering the SVG logo, maybe due to a weird caching issue? Not sure. If clearing the cache doesn't help, I'll look into it further.
@Akruidenberg commented on GitHub (Oct 19, 2021):
Thanks for your fast reaction! Tested with firefox and chrome, and did an incognito test. Same problem with both browsers.
@benbusby commented on GitHub (Oct 19, 2021):
Strange. I'll look into it and get back to you (hopefully) soon with a fix.
@benbusby commented on GitHub (Oct 19, 2021):
Closing, as I believe it's fixed now. The issue seemed to be with the
latestimage tag, not0.6.0specifically (since the bug was caused by a commit in between those two tags). Let me know if it's fixed for you!@Akruidenberg commented on GitHub (Oct 19, 2021):
Strange. 0.6.0 is the image i'm using now, not latest.
@benbusby commented on GitHub (Oct 19, 2021):
I actually think this may be a docker buildx error. When I build and run the 0.6.0 image locally on my laptop, it works, but building and pushing the cross platform image seems to cause this error. Will continue to investigate.
@benbusby commented on GitHub (Oct 19, 2021):
OK, should be fixed now.
@Akruidenberg commented on GitHub (Oct 20, 2021):
Working now! Thanks.