diff --git a/Dockerfile b/Dockerfile index accdbc2..2ab92cb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ LABEL Description="KiCad with KiBot and other automation scripts" RUN sed -i -e's/ main/ main contrib non-free/g' /etc/apt/sources.list && \ apt-get update && \ - apt-get -y install -t buster-backports make wget curl rar bzip2 librsvg2-bin ghostscript && \ + apt-get -y install make wget curl rar bzip2 librsvg2-bin ghostscript && \ apt-get -y install --no-install-recommends imagemagick python3-qrcodegen git poppler-utils && \ curl -s https://api.github.com/repos/INTI-CMNB/KiAuto/releases/latest | grep "browser_download_url.*deb" | cut -d : -f 2,3 | tr -d \" | wget -i - && \ curl -s https://api.github.com/repos/INTI-CMNB/KiBoM/releases/latest | grep "browser_download_url.*deb" | cut -d : -f 2,3 | tr -d \" | wget -i - && \ diff --git a/README.md b/README.md index ddd2633..24a79b9 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,8 @@ The available tags are: * **10.3-5.1.5** is KiCad 5.1.5 on Debian 10.3 with Kiplot 0.2.4, kicad-automation-scripts 1.3.1, KiBoM 1.6.3 and interactivehtmlbom 2.3.1 * **10.4-5.1.6** is KiCad 5.1.6 on Debian 10.4 with KiBot 0.7.0, kicad-automation-scripts 1.4.2, KiBoM 1.8.0, interactivehtmlbom 2.3.3 and PcbDraw 0.6.0-2 -* **10.4-5.1.9** (same as **latest**) is KiCad 5.1.9 on Debian 10.4 with KiBot 0.11.0, KiAuto 1.6.5, KiBoM 1.8.0, interactivehtmlbom 2.4.1, KiCost 1.1.5 (+Digi-Key plug-in) and PcbDraw 0.9.0-1 +* **10.4-5.1.9** is KiCad 5.1.9 on Debian 10.4 with KiBot 1.2.0, KiAuto 1.6.15, KiBoM 1.8.0, interactivehtmlbom 2.5.0, KiCost 1.1.10 (+Digi-Key plug-in) and PcbDraw 0.9.0-3 +* **11.3-5.1.9** (same as **latest**) is KiCad 5.1.9 on Debian 11.3 with KiBot 1.2.0, KiAuto 1.6.15, KiBoM 1.8.0, interactivehtmlbom 2.5.0, KiCost 1.1.10 (+Digi-Key plug-in) and PcbDraw 0.9.0-3 * **bullseye-6.0.0-RC1-20211204** (same as **nightly**) is KiCad 6.0.0 RC1 (20211204) on Debian bullseye with KiBot 0.11.0, kicad-automation-scripts 1.6.5, KiBoM 1.8.0, interactivehtmlbom 2.4.1, KiCost 1.1.5 (+Digi-Key plug-in) and PcbDraw 0.9.0-1 * **ki6.0.0_Ubuntu21.10** (same as **ki6**) KiCad 6.0.0 (final release) on is Ubuntu Impish with KiBot 0.11.0, kicad-automation-scripts 1.6.5, KiBoM 1.8.0, interactivehtmlbom 2.4.1, KiCost 1.1.5 (+Digi-Key plug-in) and PcbDraw 0.9.0-1 diff --git a/build.sh b/build.sh index c9e0042..4956e7a 100755 --- a/build.sh +++ b/build.sh @@ -1,2 +1,2 @@ #!/bin/sh -docker build -f Dockerfile -t setsoft/kicad_auto:10.4-5.1.6 . +docker build -f Dockerfile -t setsoft/kicad_auto:11.3-5.1.9 . diff --git a/ki6/run_shell.sh b/ki6/run_shell.sh new file mode 100755 index 0000000..ba52707 --- /dev/null +++ b/ki6/run_shell.sh @@ -0,0 +1,2 @@ +#!/bin/sh +docker run --rm -it setsoft/kicad_auto:ki6 /bin/bash diff --git a/pull.sh b/pull.sh new file mode 100755 index 0000000..8e1c740 --- /dev/null +++ b/pull.sh @@ -0,0 +1,4 @@ +docker pull setsoft/kicad_auto:latest +docker pull setsoft/kicad_auto:ki6 +docker pull setsoft/kicad_auto_test:latest +docker pull setsoft/kicad_auto_test:ki6 diff --git a/push.sh b/push.sh new file mode 100755 index 0000000..ac76b76 --- /dev/null +++ b/push.sh @@ -0,0 +1,4 @@ +docker push setsoft/kicad_auto:11.3-5.1.9 +docker push setsoft/kicad_auto:ki6.0.4_Debian +docker push setsoft/kicad_auto_test:11.3-5.1.9 +docker push setsoft/kicad_auto_test:ki6.0.4_Debian diff --git a/run_shell.sh b/run_shell.sh new file mode 100755 index 0000000..1fe5ff1 --- /dev/null +++ b/run_shell.sh @@ -0,0 +1,2 @@ +#!/bin/sh +docker run --rm -it setsoft/kicad_auto:latest /bin/bash diff --git a/run_shell_dev_k6.sh b/run_shell_dev_k6.sh new file mode 100755 index 0000000..622d100 --- /dev/null +++ b/run_shell_dev_k6.sh @@ -0,0 +1,2 @@ +#!/bin/sh +docker run --rm -it setsoft/kicad_auto:dev_k6 /bin/bash