File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ Changelog
1717.. Release notes for existing releases are MUTABLE! If there is something that
1818 was missed or can be improved, feel free to change it!
1919
20- [unreleased]
21- ------------
20+ [3.4.0] - 2023-05-23
21+ --------------------
2222
2323This is the last release with support of Python 3.6 and Python 3.7
2424
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ additional plugins:
1717 # for rally user is used.
1818 #
1919 # Tags of the image are the same as releases of xRally/Rally
20- FROM xrally/xrally:3.3 .0
20+ FROM xrally/xrally:3.4 .0
2121
2222 # "rally" user (which is selected by-default) is owner of "/rally" directory,
2323 # so there is no need to call chown or switch the user
@@ -40,8 +40,8 @@ details)
4040First, you need to pull the container. We suggest using the last tagged
4141version:
4242
43- # pull the 3.3 .0 image (the latest release at the point of writing the note)
44- $ docker pull xrally/xrally:3.3 .0
43+ # pull the 3.4 .0 image (the latest release at the point of writing the note)
44+ $ docker pull xrally/xrally:3.4 .0
4545
4646** WARNING: never attach folders and volumes to ` /rally ` inside the container. It can break everything.**
4747
@@ -57,7 +57,7 @@ docker volumes or mount the directory.
5757* use docker volumes. It is the easiest way. You just need to do something like:
5858
5959 $ docker volume create --name rally_volume
60- $ docker run -v rally_volume:/home/rally/.rally xrally/xrally:3.3 .0 env create --name "foo"
60+ $ docker run -v rally_volume:/home/rally/.rally xrally/xrally:3.4 .0 env create --name "foo"
6161
6262
6363* mount outer directory inside the container
You can’t perform that action at this time.
0 commit comments