[05:02:17] hello, can i upload my wikipedia bot's docker image to wikimedia's docker registry? [05:58:59] Hello! I want to push my wikipedia bot's docker image to docker-registry.wikimedia.org. I successfully logged in via my account in registry, but when i tried to push image docker-registry.wikimedia.org/newmcpee/wikihedgehogbot:1.0.0 i got 401 auth required error. [05:59:00] I need to use wikimedia's docker-registry because i want to create kubernetes deployment for my tool [07:15:26] Did you follow https://wikitech.wikimedia.org/wiki/Help:Toolforge/Building_container_images? [07:18:52] yes, i saw it, but can i build image using my own dockerfile with bun javascript runtime? [07:24:19] no [07:24:53] :( sorry, thanks [08:22:19] Does anyone have an idea why "curl https://viaf.org/en/viaf/data/" does not return a html-page, whereas "wget -q -O - https://viaf.org/en/viaf/data/" does? see https://phabricator.wikimedia.org/T383478 [08:24:15] that page is a redirect to https://viaf.org/en/viaf/data (without the trailing slash). use that url directly or `curl -L` to follow the redirect [08:25:18] Argh! [08:25:23] Thanks [08:26:34] viaf changed the website yesterday and then I needed the trailing slash