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
I'm on a Ubuntu 24.04 and I'm following step explained here: https://documentation.wazuh.com/current/deployment-options/docker/wazuh-container.html Specifically, I've executed this...:
sudo apt install git docker-compose python3-setuptools git clone https://github.com/wazuh/wazuh-docker.git -b v4.10.1 cd wazuh-docker/single-node sudo docker-compose -f generate-indexer-certs.yml run --rm generator
... but last command gives me this error:
ERROR: manifest for wazuh/wazuh-cert-tool:5.0.0 not found: manifest unknown: manifest unknown
And I can keep going. Thanks.
The text was updated successfully, but these errors were encountered:
thecotilking
No branches or pull requests
I'm on a Ubuntu 24.04 and I'm following step explained here: https://documentation.wazuh.com/current/deployment-options/docker/wazuh-container.html Specifically, I've executed this...:
sudo apt install git docker-compose python3-setuptools
git clone https://github.com/wazuh/wazuh-docker.git -b v4.10.1
cd wazuh-docker/single-node
sudo docker-compose -f generate-indexer-certs.yml run --rm generator
... but last command gives me this error:
ERROR: manifest for wazuh/wazuh-cert-tool:5.0.0 not found: manifest unknown: manifest unknown
And I can keep going.
Thanks.
The text was updated successfully, but these errors were encountered: