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
Take Dockerfile-ubuntu_cb_ycsb as an example, it hardcodes jammy. So the workload only works for ubuntu 22.04.
Dockerfile-ubuntu_cb_ycsb
jammy
# mongo-install-pm RUN wget -nc https://www.mongodb.org/static/pgp/server-6.0.asc; cat server-6.0.asc | gpg --dearmor | sudo tee /etc/apt/keyrings/mongodb.gpg >/dev/null; sudo sh -c 'echo "deb [ arch=amd64,arm64 signed-by=/etc/apt/keyrings/mongodb.gpg] https://repo.mongodb.org/apt/ubuntu jammy/mongodb-org/6.0 multiverse" >> /etc/apt/sources.list.d/mongo.list'; sudo apt update; sudo apt install -y mongodb-org RUN sed -i "s/.*bind_ip.*/bind_ip=0.0.0.0/" /etc/mongod.conf # service_stop_disable mongodb # mongo-install-pm
PS: On the other hand, issue #451 prevents ycsb workload from being run on ubuntu 22.04. So I think ycsb workload can't run on any ubuntu release?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Take
Dockerfile-ubuntu_cb_ycsb
as an example, it hardcodesjammy
. So the workload only works for ubuntu 22.04.PS: On the other hand, issue #451 prevents ycsb workload from being run on ubuntu 22.04. So I think ycsb workload can't run on any ubuntu release?
The text was updated successfully, but these errors were encountered: