We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Getting below error while making on MAC M2
Installing collected packages: splunk-sdk, urllib3, python-dotenv, idna, charset-normalizer, certifi, requests Successfully installed certifi-2023.7.22 charset-normalizer-3.2.0 idna-3.4 python-dotenv-1.0.0 requests-2.31.0 splunk-sdk-1.7.4 urllib3-2.0.5 [+] Running 0/1 ⠧ splunk Pulling 3.7s no matching manifest for linux/arm64/v8 in the manifest list entries make: *** [up] Error 18
The text was updated successfully, but these errors were encountered:
As a temporary solution, I ended up adding platform: linux/x86_64 in the docker-compose.yml
platform: linux/x86_64
docker-compose.yml
version: '3.6' services: splunk: platform: linux/x86_64 image: "splunk/splunk:latest" ...
Hope that helps.
Sorry, something went wrong.
No branches or pull requests
Getting below error while making on MAC M2
Installing collected packages: splunk-sdk, urllib3, python-dotenv, idna, charset-normalizer, certifi, requests
Successfully installed certifi-2023.7.22 charset-normalizer-3.2.0 idna-3.4 python-dotenv-1.0.0 requests-2.31.0 splunk-sdk-1.7.4 urllib3-2.0.5
[+] Running 0/1
⠧ splunk Pulling 3.7s
no matching manifest for linux/arm64/v8 in the manifest list entries
make: *** [up] Error 18
The text was updated successfully, but these errors were encountered: