Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kafka/CVE-2023-25194 镜像构建问题 #428

Closed
FeatherStark opened this issue May 6, 2023 · 1 comment
Closed

kafka/CVE-2023-25194 镜像构建问题 #428

FeatherStark opened this issue May 6, 2023 · 1 comment

Comments

@FeatherStark
Copy link

FeatherStark commented May 6, 2023

  • Which environment: kafka/CVE-2023-25194
  • Host OS: Mac M2 Pro 虚拟机Parallels
  • OS Version: Ubuntu 64-bit
  • Docker version: Docker version 23.0.5 OS/Arch: linux/arm64
  • Compose version: docker-compose version 1.29.2, build unknown
  • Describe your bug: 构建镜像出现问题
  • [是] 主机是否在中国大陆
  • [是] 是否重试过仍然出现这个错误

附加信息

root@ubuntu-linux-22-04-desktop:/workspace/vulhub/kafka/CVE-2023-25194# docker-compose up -d
Pulling web (vulhub/apache-druid:25.0.0)...
25.0.0: Pulling from vulhub/apache-druid
c73ab1c6897b: Pull complete
1ab373b3deae: Pull complete
b542772b4177: Pull complete
8b0aea7aa472: Pull complete
68552909f2b1: Pull complete
0362270ff87e: Pull complete
4f4fb700ef54: Pull complete
Digest: sha256:0d4e691a7b11b235ccce61c63ae003112b365ce183424155f59579074e68ee16
Status: Downloaded newer image for vulhub/apache-druid:25.0.0
Creating cve-2023-25194_web_1 ... done
root@ubuntu-linux-22-04-desktop:/workspace/vulhub/kafka/CVE-2023-25194# docker images
REPOSITORY            TAG       IMAGE ID       CREATED      SIZE
vulhub/apache-druid   25.0.0    baa96921a89d   7 days ago   1.05GB
root@ubuntu-linux-22-04-desktop:/workspace/vulhub/kafka/CVE-2023-25194# docker ps
CONTAINER ID   IMAGE     COMMAND   CREATED   STATUS    PORTS     NAMES
root@ubuntu-linux-22-04-desktop:/workspace/vulhub/kafka/CVE-2023-25194# docker ps -a
CONTAINER ID   IMAGE                        COMMAND                  CREATED          STATUS                      PORTS     NAMES
7cf4ba9d50ea   vulhub/apache-druid:25.0.0   "/opt/druid/bin/star…"   39 seconds ago   Exited (1) 38 seconds ago             cve-2023-25194_web_1
root@ubuntu-linux-22-04-desktop:/workspace/vulhub/kafka/CVE-2023-25194# docker logs 7cf4ba9d50ea
exec /opt/druid/bin/start-druid: exec format error



root@ubuntu-linux-22-04-desktop:/workspace/vulhub/kafka/CVE-2023-25194# docker-compose up
Starting cve-2023-25194_web_1 ... done
Attaching to cve-2023-25194_web_1
web_1  | exec /opt/druid/bin/start-druid: exec format error
cve-2023-25194_web_1 exited with code 1
@phith0n
Copy link
Member

phith0n commented May 6, 2023

Vulhub并不支持在ARM架构下运行,README中对此有说明:

Some docker images do not support running on ARM machines.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants