splunk / docker-splunk

Splunk Docker GitHub Repository
462 stars 253 forks source link

make splunk-redhat-8 fails due to busybox 404 #608

Open KlausGlueckert opened 1 year ago

KlausGlueckert commented 1 year ago

make splunk-redhat-8

#0 386.6 --2023-07-27 15:30:59--  https://busybox.net/downloads/binaries/1.35.0-aarch64-linux-musl/busybox
#0 386.7 Resolving busybox.net (busybox.net)... 140.211.167.122
#0 386.9 Connecting to busybox.net (busybox.net)|140.211.167.122|:443... connected.
#0 387.4 HTTP request sent, awaiting response... 404 Not Found
#0 387.6 2023-07-27 15:31:00 ERROR 404: Not Found.
#0 387.6 
------
Dockerfile:36
--------------------
  35 |     
  36 | >>> RUN mkdir /licenses \
  37 | >>>     && curl -o /licenses/apache-2.0.txt https://www.apache.org/licenses/LICENSE-2.0.txt \
  38 | >>>     && curl -o /licenses/EULA_Red_Hat_Universal_Base_Image_English_20190422.pdf https://www.redhat.com/licenses/EULA_Red_Hat_Universal_Base_Image_English_20190422.pdf \
  39 | >>>     && /install.sh && rm -rf /install.sh
  40 |     
--------------------
ERROR: failed to solve: process "/bin/sh -c mkdir /licenses     && curl -o /licenses/apache-2.0.txt https://www.apache.org/licenses/LICENSE-2.0.txt     && curl -o /licenses/EULA_Red_Hat_Universal_Base_Image_English_20190422.pdf https://www.redhat.com/licenses/EULA_Red_Hat_Universal_Base_Image_English_20190422.pdf     && /install.sh && rm -rf /install.sh" did not complete successfully: exit code: 8
make: *** [Makefile:75: base-redhat-8] Error 1