We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0a279e commit 36234f2Copy full SHA for 36234f2
Dockerfile
@@ -25,9 +25,6 @@ RUN crudini --set ~/.rally/rally.conf database connection sqlite:////home/rally/
25
26
RUN rally db recreate
27
28
-# Docker volumes have specific behavior that allows this construction to work.
29
-# Data generated during the image creation is copied to volume only when it's
30
-# attached for the first time (volume initialization)
31
RUN rally verify create-verifier --name default --type tempest
32
33
COPY bin/rally-verify-wrapper.sh /usr/bin/rally-verify-wrapper.sh
0 commit comments