@@ -15,27 +15,27 @@ docker build .
1515docker images
1616
1717REPOSITORY TAG IMAGE ID
18- toxic latest d7ab132649d6
18+ <none> <none> d7ab132649d6
1919```
2020```
2121# We use the range of python environments supported as the version tag.
22- docker tag d7ab132649d6 uavcan/toxic:py35-py38 -sq
22+ docker tag d7ab132649d6 uavcan/toxic:py35-py39 -sq
2323docker login --username=yourhubusername
24- docker push uavcan/toxic:py35-py38 -sq
24+ docker push uavcan/toxic:py35-py39 -sq
2525```
2626
2727## Testing out the container
2828
2929Start an interactive session:
3030
3131``` bash
32- docker run --rm -it -v ${PWD} :/repo uavcan/toxic:py35-py38 -sq
32+ docker run --rm -it -v ${PWD} :/repo uavcan/toxic:py35-py39 -sq
3333```
3434
3535On macintosh you'll probably want to optimize osxfs with something like cached or delegated:
3636
3737``` bash
38- docker run --rm -it -v ${PWD} :/repo:delegated uavcan/toxic:py35-py38 -sq
38+ docker run --rm -it -v ${PWD} :/repo:delegated uavcan/toxic:py35-py39 -sq
3939```
4040
4141See [ "Performance tuning for volume mounts"] ( https://docs.docker.com/docker-for-mac/osxfs-caching/ ) for details.
@@ -49,10 +49,10 @@ services:
4949 - docker
5050
5151before_install:
52- - docker pull uavcan/toxic:py35-py38 -sq
52+ - docker pull uavcan/toxic:py35-py39 -sq
5353
5454script:
55- - docker run --rm -v $TRAVIS_BUILD_DIR:/repo uavcan/uavcan/toxic:py35-py38 -sq /bin/sh -c tox
55+ - docker run --rm -v $TRAVIS_BUILD_DIR:/repo uavcan/uavcan/toxic:py35-py39 -sq /bin/sh -c tox
5656
5757```
5858
@@ -66,7 +66,7 @@ Example pipeline.yml:
6666 plugins :
6767 - docker#v3.5.0:
6868 workdir : /repo
69- image : " uavcan/toxic:py35-py38 -sq"
69+ image : " uavcan/toxic:py35-py39 -sq"
7070 propagate-environment : true
7171 mount-ssh-agent : true
7272` ` `
0 commit comments