❯ docker build -t joern . [+] Building 5.6s (8/9) docker:default => [internal] load build definition from Dockerfile 0.0s => => transferring dockerfile: 542B 0.0s => WARN: LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 8) 0.0s => WARN: LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 9) 0.0s => WARN: LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 10) 0.0s => [internal] load metadata for docker.io/library/alpine:latest 0.0s => [internal] load .dockerignore 0.0s => => transferring context: 2B 0.0s => [1/6] FROM docker.io/library/alpine:latest 0.0s => CACHED [2/6] RUN apk update && apk upgrade && apk add --no-cache openjdk17-jdk python3 git curl gnupg bash nss ncurses php 0.0s => CACHED [3/6] RUN ln -sf python3 /usr/bin/python 0.0s => CACHED [4/6] RUN curl -sL "https://github.com/sbt/sbt/releases/download/v1.10.3/sbt-1.10.3.tgz" | gunzip | tar -x -C /usr/local 0.0s => ERROR [5/6] RUN git clone https://github.com/joernio/joern && cd joern && sbt stage 5.5s ------ > [5/6] RUN git clone https://github.com/joernio/joern && cd joern && sbt stage: 0.381 Cloning into 'joern'... 5.426 fatal: unable to access 'https://github.com/joernio/joern/': TLS connect error: error:00000000:lib(0)::reason(0) ------
3 warnings found (use docker --debug to expand): - LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 8) - LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 9) - LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 10) Dockerfile:14 -------------------- 12 | 13 | # building joern 14 | >>> RUN git clone https://github.com/joernio/joern && cd joern && sbt stage 15 | WORKDIR /joern 16 | -------------------- ERROR: failed to solve: process "/bin/sh -c git clone https://github.com/joernio/joern && cd joern && sbt stage" did not complete successfully: exit code: 128