[KiCad 5] Added Debian 11.3 + 5.1.9 as latest
This commit is contained in:
parent
5f1e19be9b
commit
a230c36c04
|
|
@ -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 - && \
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
2
build.sh
2
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 .
|
||||
|
|
|
|||
|
|
@ -0,0 +1,2 @@
|
|||
#!/bin/sh
|
||||
docker run --rm -it setsoft/kicad_auto:ki6 /bin/bash
|
||||
|
|
@ -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
|
||||
|
|
@ -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
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
#!/bin/sh
|
||||
docker run --rm -it setsoft/kicad_auto:latest /bin/bash
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
#!/bin/sh
|
||||
docker run --rm -it setsoft/kicad_auto:dev_k6 /bin/bash
|
||||
Loading…
Reference in New Issue