Now KiCad Git filters is part of kicad_auto image
- Simpler action dockerfiles - Also updated contact e-mail
This commit is contained in:
parent
9db0615382
commit
287d9c756d
14
Dockerfile
14
Dockerfile
|
|
@ -1,16 +1,6 @@
|
|||
FROM setsoft/kicad_auto:ki6
|
||||
LABEL AUTHOR Salvador E. Tropea <set@ieee.org>
|
||||
LABEL Description="export various files from KiCad projects"
|
||||
|
||||
RUN apt-get update && \
|
||||
apt-get -y install -t bullseye-backports curl && \
|
||||
apt-get -y install make wget && \
|
||||
curl -s https://api.github.com/repos/INTI-CMNB/kicad-git-filters/releases/latest | grep "browser_download_url.*deb" | cut -d : -f 2,3 | tr -d \" | wget -i - && \
|
||||
apt -y install --no-install-recommends ./*.deb && \
|
||||
apt-get -y remove curl wget && \
|
||||
apt-get -y autoremove && \
|
||||
rm /*.deb && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
LABEL AUTHOR Salvador E. Tropea <stropea@inti.gob.ar>
|
||||
LABEL Description="Export various files from KiCad projects (KiCad 6)"
|
||||
|
||||
COPY entrypoint.sh /entrypoint.sh
|
||||
RUN chmod +x /entrypoint.sh
|
||||
|
|
|
|||
|
|
@ -1,15 +1,6 @@
|
|||
FROM setsoft/kicad_auto:dev
|
||||
LABEL AUTHOR Salvador E. Tropea <set@ieee.org>
|
||||
LABEL Description="export various files from KiCad projects"
|
||||
|
||||
RUN apt-get update && \
|
||||
apt-get -y install -t buster-backports make wget curl && \
|
||||
curl -s https://api.github.com/repos/INTI-CMNB/kicad-git-filters/releases/latest | grep "browser_download_url.*deb" | cut -d : -f 2,3 | tr -d \" | wget -i - && \
|
||||
apt -y install --no-install-recommends ./*.deb && \
|
||||
apt-get -y remove curl wget && \
|
||||
apt-get -y autoremove && \
|
||||
rm /*.deb && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
LABEL AUTHOR Salvador E. Tropea <stropea@inti.gob.ar>
|
||||
LABEL Description="Export various files from KiCad projects (KiCad 5 + development)"
|
||||
|
||||
COPY entrypoint.sh /entrypoint.sh
|
||||
RUN chmod +x /entrypoint.sh
|
||||
|
|
|
|||
|
|
@ -1,16 +1,6 @@
|
|||
FROM setsoft/kicad_auto:dev_k6
|
||||
LABEL AUTHOR Salvador E. Tropea <set@ieee.org>
|
||||
LABEL Description="export various files from KiCad projects"
|
||||
|
||||
RUN apt-get update && \
|
||||
apt-get -y install -t bullseye-backports curl && \
|
||||
apt-get -y install make wget && \
|
||||
curl -s https://api.github.com/repos/INTI-CMNB/kicad-git-filters/releases/latest | grep "browser_download_url.*deb" | cut -d : -f 2,3 | tr -d \" | wget -i - && \
|
||||
apt -y install --no-install-recommends ./*.deb && \
|
||||
apt-get -y remove curl wget && \
|
||||
apt-get -y autoremove && \
|
||||
rm /*.deb && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
LABEL AUTHOR Salvador E. Tropea <stropea@inti.gob.ar>
|
||||
LABEL Description="Export various files from KiCad projects (KiCad 6 + development)"
|
||||
|
||||
COPY entrypoint.sh /entrypoint.sh
|
||||
RUN chmod +x /entrypoint.sh
|
||||
|
|
|
|||
|
|
@ -1,15 +1,6 @@
|
|||
FROM setsoft/kicad_auto:latest
|
||||
LABEL AUTHOR Salvador E. Tropea <set@ieee.org>
|
||||
LABEL Description="export various files from KiCad projects"
|
||||
|
||||
RUN apt-get update && \
|
||||
apt-get -y install -t buster-backports make wget curl && \
|
||||
curl -s https://api.github.com/repos/INTI-CMNB/kicad-git-filters/releases/latest | grep "browser_download_url.*deb" | cut -d : -f 2,3 | tr -d \" | wget -i - && \
|
||||
apt -y install --no-install-recommends ./*.deb && \
|
||||
apt-get -y remove curl wget && \
|
||||
apt-get -y autoremove && \
|
||||
rm /*.deb && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
LABEL AUTHOR Salvador E. Tropea <stropea@inti.gob.ar>
|
||||
LABEL Description="Export various files from KiCad projects (KiCad 5)"
|
||||
|
||||
COPY entrypoint.sh /entrypoint.sh
|
||||
RUN chmod +x /entrypoint.sh
|
||||
|
|
|
|||
|
|
@ -1,16 +1,6 @@
|
|||
FROM setsoft/kicad_auto:ki6
|
||||
LABEL AUTHOR Salvador E. Tropea <set@ieee.org>
|
||||
LABEL Description="export various files from KiCad projects"
|
||||
|
||||
RUN apt-get update && \
|
||||
apt-get -y install -t bullseye-backports curl && \
|
||||
apt-get -y install make wget && \
|
||||
curl -s https://api.github.com/repos/INTI-CMNB/kicad-git-filters/releases/latest | grep "browser_download_url.*deb" | cut -d : -f 2,3 | tr -d \" | wget -i - && \
|
||||
apt -y install --no-install-recommends ./*.deb && \
|
||||
apt-get -y remove curl wget && \
|
||||
apt-get -y autoremove && \
|
||||
rm /*.deb && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
LABEL AUTHOR Salvador E. Tropea <stropea@inti.gob.ar>
|
||||
LABEL Description="Export various files from KiCad projects (KiCad 6)"
|
||||
|
||||
COPY entrypoint.sh /entrypoint.sh
|
||||
RUN chmod +x /entrypoint.sh
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
FROM setsoft/kicad_auto:latest
|
||||
MAINTAINER Salvador E. Tropea <set@ieee.org>
|
||||
MAINTAINER Salvador E. Tropea <stropea@inti.gob.ar>
|
||||
LABEL Description="KiCad 5 with KiBot and other automation scripts"
|
||||
|
||||
RUN dpkg --remove kicost kibot && \
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
FROM setsoft/kicad_auto:ki6
|
||||
MAINTAINER Salvador E. Tropea <set@ieee.org>
|
||||
MAINTAINER Salvador E. Tropea <stropea@inti.gob.ar>
|
||||
LABEL Description="KiCad 6 with KiBot and other automation scripts"
|
||||
|
||||
RUN dpkg --remove kicost kibot && \
|
||||
|
|
|
|||
Loading…
Reference in New Issue