00:07:53 fuzzy8021: Probably the image just needs to be rebuilt. The Alpine repos have 2.84, which contains the fixes for those CVEs. Also, that image is on atdr, fuck Docker Hub. :-) 00:08:33 hmm thought i looked on atdr and didnt see it 00:09:32 atdr.meo.ws/archiveteam/dnsmasq:latest not found: manifest unknown: manifest unknown 00:10:19 atdr.meo.ws/archiveteam/dnsmasq-df 00:10:24 But yours is definitely where it should be. 00:10:27 thanks :) 00:12:04 fyi thats still running 2.82 00:13:35 Yep 00:13:38 Fusl, Kaz, kiska: ^ Can one of you initiate a rebuild of atdr.meo.ws/archiveteam/dnsmasq-df ? No changes in the Dockerfile needed, just building again so it pulls the current version from the Alpine repos with security fixes. 00:13:51 And/or tell me how to do it myself please. :-) 00:13:57 uh 00:13:58 1s 00:16:52 done that 00:17:00 Thanks 00:17:03 thanks both of ya 06:08:19 So it looks like the header omission is triggered by one of two of these lines: if ((opt.recursive || opt.page_requisites || luahooks_can_generate_urls ()) 06:10:03 It can be triggered by recursive as well (haven't checked requisites) 06:10:09 Whatever it is, upstream has fixed it 06:16:02 For the record, the previous digest of warcforceone/dnsmasq was sha256:8162febaffa08b0c717f0e0e41559579e431145ab4486e317308fc9376b4174e. Maybe we can one day archive those. 06:18:54 OrIdow6: Are you sure it was ever broken upstream? I still suspect it has to do with the Lua integration code. 06:19:08 Couldn't find any issues on their bug tracker. 06:19:36 JAA: Yeah, I've been looking more and it looks like ArchiveTeam broke it 06:19:52 It wasn't broken before Lua was added 06:20:57 If you want to play around more, try wget-at 1.20.3-at.20200401.01 and 1.20.3-at.20200804.01. 06:21:03 Also, we should move this to -dev. 06:22:02 Yeah 06:26:49 Also try 1.14 here http://warriorhq.archiveteam.org/downloads/wget-lua/wget-1.14.lua.LATEST.tar.bz2 :D 18:43:26 I wrote a script last night to retrieve metadata on our Docker Hub images: https://git.kiska.pw/ArchiveTeam/dockerhub-metadata/src/branch/data 18:44:07 I'll set up an hourly retrieval later, so any image that is available for at least an hour should be recorded there in the future. 18:46:18 The master branch's README has a bit more backgorund info on why I'm doing this if you're unaware. 18:46:40 Please let me know if you see anything important missing there.