Conversation
| @@ -1,2 +1,2 @@ | |||
| deb https://deb.nodesource.com/node_18.x nodistro main | |||
| deb-src https://deb.nodesource.com/node_18.x nodistro main | |||
| deb https://deb.nodesource.com/node_20.x nodistro main | |||
There was a problem hiding this comment.
Do we need to update the gpg key?
3.139 Err:4 http://deb.debian.org/debian bookworm-updates InRelease
3.139 Unknown error executing apt-key
3.206 Get:8 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages [10.6 kB]
3.758 Get:9 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [246 kB]
3.827 Reading package lists...
4.224 W: Skipping acquire of configured file 'main/source/Sources' as repository 'https://deb.nodesource.com/node_20.x nodistro InRelease' does not seem to provide it (sources.list entry misspelt?)
4.224 W: GPG error: http://deb.debian.org/debian bookworm-updates InRelease: Unknown error executing apt-key
4.224 E: The repository 'http://deb.debian.org/debian bookworm-updates InRelease' is not signed.
------
Dockerfile:73There was a problem hiding this comment.
The GPG key is correct, it looks like a problem with the docker image (and not linked to this PR in particular - it's failing on a debian repo). I'll see if we can work around it.
I'll also remove the deb-src for node as it's useless & not working properly
There was a problem hiding this comment.
Per docker-library/python#837 (comment) this is an issue with the host running docker with that image. I am not seeing it locally or in our CI, were you seeing this on your machine ?
There was a problem hiding this comment.
Try updating docker on your host maybe ? In any case that's not caused by this PR.
KevinMind
left a comment
There was a problem hiding this comment.
kmeinhardt@Kevins-MacBook-Pro addons-server % make shell
docker compose exec --user olympia web bash
olympia@6c0bd9f3d4cf:~$ node -v
v20.18.3Node 20 running, build passing. npm tests passing.
Part of mozilla/addons#15266