treasure-data / digdag

Workload Automation System
https://www.digdag.io/
Apache License 2.0
1.3k stars 221 forks source link

Docker build environment fails to build #1792

Closed ehaupt closed 5 months ago

ehaupt commented 1 year ago

The docker build environment fails to build:

How to repeat:

cd docker/
make

Error:

...
#7 82.69 ## Installing the NodeSource Node.js 12.x repo...
#7 82.69
#7 82.70
#7 82.70 ## Populating apt-get cache...
#7 82.70
#7 82.70 + apt-get update
#7 82.90 Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease
#7 82.92 Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease
#7 82.94 Hit:3 http://security.ubuntu.com/ubuntu jammy-security InRelease
#7 82.95 Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease
#7 82.95 Hit:5 https://repos.azul.com/zulu/deb stable InRelease
#7 83.46 Reading package lists...
#7 84.34 W: https://repos.azul.com/zulu/deb/dists/stable/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details.
#7 84.41
#7 84.41 ## Confirming "jammy" is supported...
#7 84.41
#7 84.41 + curl -sLf -o /dev/null 'https://deb.nodesource.com/node_12.x/dists/jammy/Release'
#7 85.23
#7 85.23 ## Your distribution, identified as "jammy", is not currently supported, please contact NodeSource at https://github.com/nodesource/distributions/issues if you think this is incorrect or would like your distribution to be considered for support
#7 85.23
------
executor failed running [/bin/sh -c ./dependencies.sh]: exit code: 1
make: *** [build] Error 1
ehaupt commented 5 months ago

Closing this as it's been inactive and no longer aligns with current priorities.