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

Error when running mirrord: /usr/local/bin/mirrord: cannot execute: required file not found #2334

Open
alextricity25 opened this issue Mar 29, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@alextricity25
Copy link

alextricity25 commented Mar 29, 2024

Bug Description

When running the mirrord command in my docker container, I get the following error:

/usr/local/bin/mirrord: cannot execute: required file not found

I'm attempting to run mirrord inside a docker container with the following image: dunglas/frankenphp:1-php8.3-alpine

Steps to Reproduce

  1. Run a docker container with linux alpine
  2. Install mirrord with curl -fsSL https://raw.githubusercontent.com/metalbear-co/mirrord/main/scripts/install.sh | bash
  3. Run mirrord --help
  4. See error.

Backtrace

No response

Relevant Logs

cat /etc/os-release:

NAME="Alpine Linux"
ID=alpine
VERSION_ID=3.19.1
PRETTY_NAME="Alpine Linux v3.19"
HOME_URL="https://alpinelinux.org/"
BUG_REPORT_URL="https://gitlab.alpinelinux.org/alpine/aports/-/issues"

Your operating system and version

MacOS 14.3.1

Local process

None

Local process version

No response

Additional Info

image
@alextricity25 alextricity25 added the bug Something isn't working label Mar 29, 2024
@aviramha
Copy link
Member

Thanks for reporting this. The issue is probably because mirrord relies on glibc and you're running it using alpine.
Need to see if we can compile mirrord for alpine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants