Skip to content
This repository was archived by the owner on Feb 16, 2023. It is now read-only.

Commit b3012a7

Browse files
authored
Merge pull request #2 from linuxserver/docker-cli
bump docker-cli version, auto detect py3 version
2 parents 53aa82d + 8734405 commit b3012a7

File tree

6 files changed

+65
-82
lines changed

6 files changed

+65
-82
lines changed

Dockerfile

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG DOCKER_VERSION=19.03.5
1+
ARG DOCKER_VERSION=19.03.8
22

33
FROM docker:${DOCKER_VERSION} AS docker-cli
44

@@ -33,14 +33,15 @@ RUN \
3333
git checkout "${COMPOSE_VERSION}" && \
3434
pip3 install virtualenv==16.2.0 && \
3535
pip3 install tox==2.9.1 && \
36-
sed -i 's|envlist = .*|envlist = py36,pre-commit|g' tox.ini && \
36+
PY_ARG=$(printf "$(python3 -V)" | awk '{print $2}' | awk 'BEGIN{FS=OFS="."} NF--' | sed 's|\.||g' | sed 's|^|py|g') && \
37+
sed -i "s|envlist = .*|envlist = ${PY_ARG},pre-commit|g" tox.ini && \
3738
tox --notest && \
3839
mkdir -p dist && \
3940
chmod 777 dist && \
40-
/compose/.tox/py36/bin/pip3 install -q -r requirements-build.txt && \
41+
/compose/.tox/${PY_ARG}/bin/pip3 install -q -r requirements-build.txt && \
4142
echo "$(script/build/write-git-sha)" > compose/GITSHA && \
4243
export PATH="/compose/pyinstaller:${PATH}" && \
43-
/compose/.tox/py36/bin/pyinstaller --exclude-module pycrypto --exclude-module PyInstaller docker-compose.spec && \
44+
/compose/.tox/${PY_ARG}/bin/pyinstaller --exclude-module pycrypto --exclude-module PyInstaller docker-compose.spec && \
4445
ls -la dist/ && \
4546
ldd dist/docker-compose && \
4647
mv dist/docker-compose /usr/local/bin && \

Dockerfile.aarch64

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG DOCKER_VERSION=19.03.5
1+
ARG DOCKER_VERSION=19.03.8
22

33
FROM arm64v8/docker:${DOCKER_VERSION} AS docker-cli
44

@@ -33,14 +33,15 @@ RUN \
3333
git checkout "${COMPOSE_VERSION}" && \
3434
pip3 install virtualenv==16.2.0 && \
3535
pip3 install tox==2.9.1 && \
36-
sed -i 's|envlist = .*|envlist = py36,pre-commit|g' tox.ini && \
36+
PY_ARG=$(printf "$(python3 -V)" | awk '{print $2}' | awk 'BEGIN{FS=OFS="."} NF--' | sed 's|\.||g' | sed 's|^|py|g') && \
37+
sed -i "s|envlist = .*|envlist = ${PY_ARG},pre-commit|g" tox.ini && \
3738
tox --notest && \
3839
mkdir -p dist && \
3940
chmod 777 dist && \
40-
/compose/.tox/py36/bin/pip3 install -q -r requirements-build.txt && \
41+
/compose/.tox/${PY_ARG}/bin/pip3 install -q -r requirements-build.txt && \
4142
echo "$(script/build/write-git-sha)" > compose/GITSHA && \
4243
export PATH="/compose/pyinstaller:${PATH}" && \
43-
/compose/.tox/py36/bin/pyinstaller --exclude-module pycrypto --exclude-module PyInstaller docker-compose.spec && \
44+
/compose/.tox/${PY_ARG}/bin/pyinstaller --exclude-module pycrypto --exclude-module PyInstaller docker-compose.spec && \
4445
ls -la dist/ && \
4546
ldd dist/docker-compose && \
4647
mv dist/docker-compose /usr/local/bin && \

Dockerfile.armhf

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG DOCKER_VERSION=19.03.5
1+
ARG DOCKER_VERSION=19.03.8
22

33
FROM arm32v7/docker:${DOCKER_VERSION} AS docker-cli
44

@@ -33,14 +33,15 @@ RUN \
3333
git checkout "${COMPOSE_VERSION}" && \
3434
pip3 install virtualenv==16.2.0 && \
3535
pip3 install tox==2.9.1 && \
36-
sed -i 's|envlist = .*|envlist = py36,pre-commit|g' tox.ini && \
36+
PY_ARG=$(printf "$(python3 -V)" | awk '{print $2}' | awk 'BEGIN{FS=OFS="."} NF--' | sed 's|\.||g' | sed 's|^|py|g') && \
37+
sed -i "s|envlist = .*|envlist = ${PY_ARG},pre-commit|g" tox.ini && \
3738
tox --notest && \
3839
mkdir -p dist && \
3940
chmod 777 dist && \
40-
/compose/.tox/py36/bin/pip3 install -q -r requirements-build.txt && \
41+
/compose/.tox/${PY_ARG}/bin/pip3 install -q -r requirements-build.txt && \
4142
echo "$(script/build/write-git-sha)" > compose/GITSHA && \
4243
export PATH="/compose/pyinstaller:${PATH}" && \
43-
/compose/.tox/py36/bin/pyinstaller --exclude-module pycrypto --exclude-module PyInstaller docker-compose.spec && \
44+
/compose/.tox/${PY_ARG}/bin/pyinstaller --exclude-module pycrypto --exclude-module PyInstaller docker-compose.spec && \
4445
ls -la dist/ && \
4546
ldd dist/docker-compose && \
4647
mv dist/docker-compose /usr/local/bin && \

Jenkinsfile

Lines changed: 17 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,6 @@ pipeline {
137137
steps {
138138
script{
139139
env.IMAGE = env.DOCKERHUB_IMAGE
140-
env.QUAYIMAGE = 'quay.io/linuxserver.io/' + env.CONTAINER_NAME
141140
env.GITHUBIMAGE = 'docker.pkg.github.com/' + env.LS_USER + '/' + env.LS_REPO + '/' + env.CONTAINER_NAME
142141
env.GITLABIMAGE = 'registry.gitlab.com/linuxserver.io/' + env.LS_REPO + '/' + env.CONTAINER_NAME
143142
if (env.MULTIARCH == 'true') {
@@ -158,7 +157,6 @@ pipeline {
158157
steps {
159158
script{
160159
env.IMAGE = env.DEV_DOCKERHUB_IMAGE
161-
env.QUAYIMAGE = 'quay.io/linuxserver.io/lsiodev-' + env.CONTAINER_NAME
162160
env.GITHUBIMAGE = 'docker.pkg.github.com/' + env.LS_USER + '/' + env.LS_REPO + '/lsiodev-' + env.CONTAINER_NAME
163161
env.GITLABIMAGE = 'registry.gitlab.com/linuxserver.io/' + env.LS_REPO + '/lsiodev-' + env.CONTAINER_NAME
164162
if (env.MULTIARCH == 'true') {
@@ -179,7 +177,6 @@ pipeline {
179177
steps {
180178
script{
181179
env.IMAGE = env.PR_DOCKERHUB_IMAGE
182-
env.QUAYIMAGE = 'quay.io/linuxserver.io/lspipepr-' + env.CONTAINER_NAME
183180
env.GITHUBIMAGE = 'docker.pkg.github.com/' + env.LS_USER + '/' + env.LS_REPO + '/lspipepr-' + env.CONTAINER_NAME
184181
env.GITLABIMAGE = 'registry.gitlab.com/linuxserver.io/' + env.LS_REPO + '/lspipepr-' + env.CONTAINER_NAME
185182
if (env.MULTIARCH == 'true') {
@@ -544,22 +541,15 @@ pipeline {
544541
credentialsId: '3f9ba4d5-100d-45b0-a3c4-633fd6061207',
545542
usernameVariable: 'DOCKERUSER',
546543
passwordVariable: 'DOCKERPASS'
547-
],
548-
[
549-
$class: 'UsernamePasswordMultiBinding',
550-
credentialsId: 'Quay.io-Robot',
551-
usernameVariable: 'QUAYUSER',
552-
passwordVariable: 'QUAYPASS'
553544
]
554545
]) {
555546
retry(5) {
556547
sh '''#! /bin/bash
557548
set -e
558-
echo $QUAYPASS | docker login quay.io -u $QUAYUSER --password-stdin
559549
echo $DOCKERPASS | docker login -u $DOCKERUSER --password-stdin
560550
echo $GITHUB_TOKEN | docker login docker.pkg.github.com -u LinuxServer-CI --password-stdin
561551
echo $GITLAB_TOKEN | docker login registry.gitlab.com -u LinuxServer.io --password-stdin
562-
for PUSHIMAGE in "${QUAYIMAGE}" "${GITHUBIMAGE}" "${GITLABIMAGE}" "${IMAGE}"; do
552+
for PUSHIMAGE in "${GITHUBIMAGE}" "${GITLABIMAGE}" "${IMAGE}"; do
563553
docker tag ${IMAGE}:${META_TAG} ${PUSHIMAGE}:${META_TAG}
564554
docker tag ${PUSHIMAGE}:${META_TAG} ${PUSHIMAGE}:latest
565555
docker push ${PUSHIMAGE}:latest
@@ -568,7 +558,7 @@ pipeline {
568558
'''
569559
}
570560
sh '''#! /bin/bash
571-
for DELETEIMAGE in "${QUAYIMAGE}" "${GITHUBIMAGE}" "{GITLABIMAGE}" "${IMAGE}"; do
561+
for DELETEIMAGE in "${GITHUBIMAGE}" "{GITLABIMAGE}" "${IMAGE}"; do
572562
docker rmi \
573563
${DELETEIMAGE}:${META_TAG} \
574564
${DELETEIMAGE}:latest || :
@@ -590,18 +580,11 @@ pipeline {
590580
credentialsId: '3f9ba4d5-100d-45b0-a3c4-633fd6061207',
591581
usernameVariable: 'DOCKERUSER',
592582
passwordVariable: 'DOCKERPASS'
593-
],
594-
[
595-
$class: 'UsernamePasswordMultiBinding',
596-
credentialsId: 'Quay.io-Robot',
597-
usernameVariable: 'QUAYUSER',
598-
passwordVariable: 'QUAYPASS'
599583
]
600584
]) {
601585
retry(5) {
602586
sh '''#! /bin/bash
603587
set -e
604-
echo $QUAYPASS | docker login quay.io -u $QUAYUSER --password-stdin
605588
echo $DOCKERPASS | docker login -u $DOCKERUSER --password-stdin
606589
echo $GITHUB_TOKEN | docker login docker.pkg.github.com -u LinuxServer-CI --password-stdin
607590
echo $GITLAB_TOKEN | docker login registry.gitlab.com -u LinuxServer.io --password-stdin
@@ -635,26 +618,24 @@ pipeline {
635618
docker manifest push --purge ${MANIFESTIMAGE}:latest
636619
docker manifest push --purge ${MANIFESTIMAGE}:${META_TAG}
637620
done
638-
for LEGACYIMAGE in "${GITHUBIMAGE}" "${QUAYIMAGE}"; do
639-
docker tag ${IMAGE}:amd64-${META_TAG} ${LEGACYIMAGE}:amd64-${META_TAG}
640-
docker tag ${IMAGE}:arm32v7-${META_TAG} ${LEGACYIMAGE}:arm32v7-${META_TAG}
641-
docker tag ${IMAGE}:arm64v8-${META_TAG} ${LEGACYIMAGE}:arm64v8-${META_TAG}
642-
docker tag ${LEGACYIMAGE}:amd64-${META_TAG} ${LEGACYIMAGE}:latest
643-
docker tag ${LEGACYIMAGE}:amd64-${META_TAG} ${LEGACYIMAGE}:${META_TAG}
644-
docker tag ${LEGACYIMAGE}:arm32v7-${META_TAG} ${LEGACYIMAGE}:arm32v7-latest
645-
docker tag ${LEGACYIMAGE}:arm64v8-${META_TAG} ${LEGACYIMAGE}:arm64v8-latest
646-
docker push ${LEGACYIMAGE}:amd64-${META_TAG}
647-
docker push ${LEGACYIMAGE}:arm32v7-${META_TAG}
648-
docker push ${LEGACYIMAGE}:arm64v8-${META_TAG}
649-
docker push ${LEGACYIMAGE}:latest
650-
docker push ${LEGACYIMAGE}:${META_TAG}
651-
docker push ${LEGACYIMAGE}:arm32v7-latest
652-
docker push ${LEGACYIMAGE}:arm64v8-latest
653-
done
621+
docker tag ${IMAGE}:amd64-${META_TAG} ${GITHUBIMAGE}:amd64-${META_TAG}
622+
docker tag ${IMAGE}:arm32v7-${META_TAG} ${GITHUBIMAGE}:arm32v7-${META_TAG}
623+
docker tag ${IMAGE}:arm64v8-${META_TAG} ${GITHUBIMAGE}:arm64v8-${META_TAG}
624+
docker tag ${GITHUBIMAGE}:amd64-${META_TAG} ${GITHUBIMAGE}:latest
625+
docker tag ${GITHUBIMAGE}:amd64-${META_TAG} ${GITHUBIMAGE}:${META_TAG}
626+
docker tag ${GITHUBIMAGE}:arm32v7-${META_TAG} ${GITHUBIMAGE}:arm32v7-latest
627+
docker tag ${GITHUBIMAGE}:arm64v8-${META_TAG} ${GITHUBIMAGE}:arm64v8-latest
628+
docker push ${GITHUBIMAGE}:amd64-${META_TAG}
629+
docker push ${GITHUBIMAGE}:arm32v7-${META_TAG}
630+
docker push ${GITHUBIMAGE}:arm64v8-${META_TAG}
631+
docker push ${GITHUBIMAGE}:latest
632+
docker push ${GITHUBIMAGE}:${META_TAG}
633+
docker push ${GITHUBIMAGE}:arm32v7-latest
634+
docker push ${GITHUBIMAGE}:arm64v8-latest
654635
'''
655636
}
656637
sh '''#! /bin/bash
657-
for DELETEIMAGE in "${QUAYIMAGE}" "${GITHUBIMAGE}" "${GITLABIMAGE}" "${IMAGE}"; do
638+
for DELETEIMAGE in "${GITHUBIMAGE}" "${GITLABIMAGE}" "${IMAGE}"; do
658639
docker rmi \
659640
${DELETEIMAGE}:amd64-${META_TAG} \
660641
${DELETEIMAGE}:amd64-latest \

README.md

Lines changed: 17 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[![linuxserver.io](https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/linuxserver_medium.png)](https://linuxserver.io)
22

3-
[![Blog](https://img.shields.io/static/v1.svg?style=flat-square&color=E68523&label=linuxserver.io&message=Blog)](https://blog.linuxserver.io "all the things you can do with our containers including How-To guides, opinions and much more!")
4-
[![Discord](https://img.shields.io/discord/354974912613449730.svg?style=flat-square&color=E68523&label=Discord&logo=discord&logoColor=FFFFFF)](https://discord.gg/YWrKVTn "realtime support / chat with the community and the team.")
5-
[![Discourse](https://img.shields.io/discourse/https/discourse.linuxserver.io/topics.svg?style=flat-square&color=E68523&logo=discourse&logoColor=FFFFFF)](https://discourse.linuxserver.io "post on our community forum.")
6-
[![Fleet](https://img.shields.io/static/v1.svg?style=flat-square&color=E68523&label=linuxserver.io&message=Fleet)](https://fleet.linuxserver.io "an online web interface which displays all of our maintained images.")
7-
[![GitHub](https://img.shields.io/static/v1.svg?style=flat-square&color=E68523&label=linuxserver.io&message=GitHub&logo=github&logoColor=FFFFFF)](https://github.com/linuxserver "view the source for all of our repositories.")
8-
[![Open Collective](https://img.shields.io/opencollective/all/linuxserver.svg?style=flat-square&color=E68523&label=Supporters&logo=open%20collective&logoColor=FFFFFF)](https://opencollective.com/linuxserver "please consider helping us by either donating or contributing to our budget")
3+
[![Blog](https://img.shields.io/static/v1.svg?color=94398d&labelColor=555555&logoColor=ffffff&style=for-the-badge&label=linuxserver.io&message=Blog)](https://blog.linuxserver.io "all the things you can do with our containers including How-To guides, opinions and much more!")
4+
[![Discord](https://img.shields.io/discord/354974912613449730.svg?color=94398d&labelColor=555555&logoColor=ffffff&style=for-the-badge&label=Discord&logo=discord)](https://discord.gg/YWrKVTn "realtime support / chat with the community and the team.")
5+
[![Discourse](https://img.shields.io/discourse/https/discourse.linuxserver.io/topics.svg?color=94398d&labelColor=555555&logoColor=ffffff&style=for-the-badge&logo=discourse)](https://discourse.linuxserver.io "post on our community forum.")
6+
[![Fleet](https://img.shields.io/static/v1.svg?color=94398d&labelColor=555555&logoColor=ffffff&style=for-the-badge&label=linuxserver.io&message=Fleet)](https://fleet.linuxserver.io "an online web interface which displays all of our maintained images.")
7+
[![GitHub](https://img.shields.io/static/v1.svg?color=94398d&labelColor=555555&logoColor=ffffff&style=for-the-badge&label=linuxserver.io&message=GitHub&logo=github)](https://github.com/linuxserver "view the source for all of our repositories.")
8+
[![Open Collective](https://img.shields.io/opencollective/all/linuxserver.svg?color=94398d&labelColor=555555&logoColor=ffffff&style=for-the-badge&label=Supporters&logo=open%20collective)](https://opencollective.com/linuxserver "please consider helping us by either donating or contributing to our budget")
99

1010
The [LinuxServer.io](https://linuxserver.io) team brings you another container release featuring:
1111

@@ -25,16 +25,15 @@ Find us at:
2525

2626
# [linuxserver/docker-compose](https://github.com/linuxserver/docker-docker-compose)
2727

28-
[![GitHub Stars](https://img.shields.io/github/stars/linuxserver/docker-docker-compose.svg?style=flat-square&color=E68523&logo=github&logoColor=FFFFFF)](https://github.com/linuxserver/docker-docker-compose)
29-
[![GitHub Release](https://img.shields.io/github/release/linuxserver/docker-docker-compose.svg?style=flat-square&color=E68523&logo=github&logoColor=FFFFFF)](https://github.com/linuxserver/docker-docker-compose/releases)
30-
[![GitHub Package Repository](https://img.shields.io/static/v1.svg?style=flat-square&color=E68523&label=linuxserver.io&message=GitHub%20Package&logo=github&logoColor=FFFFFF)](https://github.com/linuxserver/docker-docker-compose/packages)
31-
[![GitLab Container Registry](https://img.shields.io/static/v1.svg?style=flat-square&color=E68523&label=linuxserver.io&message=GitLab%20Registry&logo=gitlab&logoColor=FFFFFF)](https://gitlab.com/Linuxserver.io/docker-docker-compose/container_registry)
32-
[![Quay.io](https://img.shields.io/static/v1.svg?style=flat-square&color=E68523&label=linuxserver.io&message=Quay.io)](https://quay.io/repository/linuxserver.io/docker-compose)
33-
[![MicroBadger Layers](https://img.shields.io/microbadger/layers/linuxserver/docker-compose.svg?style=flat-square&color=E68523)](https://microbadger.com/images/linuxserver/docker-compose "Get your own version badge on microbadger.com")
34-
[![Docker Pulls](https://img.shields.io/docker/pulls/linuxserver/docker-compose.svg?style=flat-square&color=E68523&label=pulls&logo=docker&logoColor=FFFFFF)](https://hub.docker.com/r/linuxserver/docker-compose)
35-
[![Docker Stars](https://img.shields.io/docker/stars/linuxserver/docker-compose.svg?style=flat-square&color=E68523&label=stars&logo=docker&logoColor=FFFFFF)](https://hub.docker.com/r/linuxserver/docker-compose)
36-
[![Build Status](https://ci.linuxserver.io/view/all/job/Docker-Pipeline-Builders/job/docker-docker-compose/job/master/badge/icon?style=flat-square)](https://ci.linuxserver.io/job/Docker-Pipeline-Builders/job/docker-docker-compose/job/master/)
37-
[![](https://lsio-ci.ams3.digitaloceanspaces.com/linuxserver/docker-compose/latest/badge.svg)](https://lsio-ci.ams3.digitaloceanspaces.com/linuxserver/docker-compose/latest/index.html)
28+
[![GitHub Stars](https://img.shields.io/github/stars/linuxserver/docker-docker-compose.svg?color=94398d&labelColor=555555&logoColor=ffffff&style=for-the-badge&logo=github)](https://github.com/linuxserver/docker-docker-compose)
29+
[![GitHub Release](https://img.shields.io/github/release/linuxserver/docker-docker-compose.svg?color=94398d&labelColor=555555&logoColor=ffffff&style=for-the-badge&logo=github)](https://github.com/linuxserver/docker-docker-compose/releases)
30+
[![GitHub Package Repository](https://img.shields.io/static/v1.svg?color=94398d&labelColor=555555&logoColor=ffffff&style=for-the-badge&label=linuxserver.io&message=GitHub%20Package&logo=github)](https://github.com/linuxserver/docker-docker-compose/packages)
31+
[![GitLab Container Registry](https://img.shields.io/static/v1.svg?color=94398d&labelColor=555555&logoColor=ffffff&style=for-the-badge&label=linuxserver.io&message=GitLab%20Registry&logo=gitlab)](https://gitlab.com/Linuxserver.io/docker-docker-compose/container_registry)
32+
[![MicroBadger Layers](https://img.shields.io/microbadger/layers/linuxserver/docker-compose.svg?color=94398d&labelColor=555555&logoColor=ffffff&style=for-the-badge)](https://microbadger.com/images/linuxserver/docker-compose "Get your own version badge on microbadger.com")
33+
[![Docker Pulls](https://img.shields.io/docker/pulls/linuxserver/docker-compose.svg?color=94398d&labelColor=555555&logoColor=ffffff&style=for-the-badge&label=pulls&logo=docker)](https://hub.docker.com/r/linuxserver/docker-compose)
34+
[![Docker Stars](https://img.shields.io/docker/stars/linuxserver/docker-compose.svg?color=94398d&labelColor=555555&logoColor=ffffff&style=for-the-badge&label=stars&logo=docker)](https://hub.docker.com/r/linuxserver/docker-compose)
35+
[![Jenkins Build](https://img.shields.io/jenkins/build?labelColor=555555&logoColor=ffffff&style=for-the-badge&jobUrl=https%3A%2F%2Fci.linuxserver.io%2Fjob%2FDocker-Pipeline-Builders%2Fjob%2Fdocker-docker-compose%2Fjob%2Fmaster%2F&logo=jenkins)](https://ci.linuxserver.io/job/Docker-Pipeline-Builders/job/docker-docker-compose/job/master/)
36+
[![LSIO CI](https://img.shields.io/badge/dynamic/yaml?color=94398d&labelColor=555555&logoColor=ffffff&style=for-the-badge&label=CI&query=CI&url=https%3A%2F%2Flsio-ci.ams3.digitaloceanspaces.com%2Flinuxserver%2Fdocker-compose%2Flatest%2Fci-status.yml)](https://lsio-ci.ams3.digitaloceanspaces.com/linuxserver/docker-compose/latest/index.html)
3837

3938
[Docker-compose](https://github.com/docker/compose) is a tool for defining and running multi-container Docker applications. With Compose, you use a Compose file to configure your application's services. Then, using a single command, you create and start all the services from your configuration.
4039

@@ -76,8 +75,7 @@ We provide a very convenient script that allows the docker-compose container to
7675
sudo curl -L --fail https://raw.githubusercontent.com/linuxserver/docker-docker-compose/master/run.sh -o /usr/local/bin/docker-compose
7776
sudo chmod +x /usr/local/bin/docker-compose
7877
```
79-
Running these on the docker host once will let you issue commands such as `docker-compose up -d` on your host and will let the container do its job behind the scenes.
80-
78+
Running these two commands on your docker host once will let you issue commands such as `docker-compose up -d` and the docker-compose container will do its job behind the scenes.
8179

8280

8381
## Docker Mods
@@ -119,4 +117,5 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
119117

120118
## Versions
121119

120+
* **04.06.20:** - Bump docker-cli to 19.03.8, auto-detect python3 version.
122121
* **19.05.20:** - Initial Release.

0 commit comments

Comments
 (0)