christophetd / log4shell-vulnerable-app

Spring Boot web application vulnerable to Log4Shell (CVE-2021-44228).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker build problem on kali linux

okofishe opened this issue Β· comments

Hi,
Hello i have build this on both windows and mac without any problem. But when i trying building springboot via kali linux, i got this error message πŸ‘Ž
Emulate Docker CLI using podman. Create /etc/containers/nodocker to quiet msg.
[1/2] STEP 1/4: FROM gradle:7.3.1-jdk17-alpine AS builder
[2/2] STEP 1/5: FROM openjdk:8u181-jdk-alpine
Error: error creating build container: short-name "gradle:7.3.1-jdk17-alpine" did not resolve to an alias and no unqualified-search registries are defined in "/etc/containers/registries.conf"

Can you please let me know the solution.
Thank you

See containers/podman#9390 (comment) for a potential fix. In any case, it's caused by your local setup and does not appear to be an issue with this repo