Skip to content

docker/attacker/Dockerfile: mongosh download fails with exit code 133 #6

Description

@kiandadban

The Dockerfile downloads mongosh-${VERSION}-linux-x64.tgz (x86_64 only). On M-series Macs, Docker Desktop runs the build through Rosetta emulation, which fails to execute the x86_64 mongosh binary with:

rosetta error: failed to open elf at /lib64/ld-linux-x86-64.so.2
Trace/breakpoint trap

This causes exit code 133 (128 + SIGTRAP/5).

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions