Skip to content

Commit 1e37c8e

Browse files
committed
[CI/CD][Fixed] Ki9 no longer using bookworm
Also migrated to "LABEL MAINTAINER"
1 parent 425f1ee commit 1e37c8e

10 files changed

Lines changed: 11 additions & 11 deletions

File tree

tools/dev_image_k5/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM ghcr.io/inti-cmnb/kicad_auto:ki5
2-
MAINTAINER Salvador E. Tropea <stropea@inti.gob.ar>
2+
LABEL MAINTAINER="Salvador E. Tropea <stropea@inti.gob.ar>"
33
LABEL Description="KiCad 5 with KiBot and other automation scripts"
44

55
RUN dpkg --remove kicost kibot && \

tools/dev_image_k5f/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM ghcr.io/inti-cmnb/kicad_auto_test:ki5
2-
MAINTAINER Salvador E. Tropea <stropea@inti.gob.ar>
2+
LABEL MAINTAINER="Salvador E. Tropea <stropea@inti.gob.ar>"
33
LABEL Description="KiCad 5 with KiBot and other automation scripts"
44

55
RUN dpkg --remove kicost kibot && \

tools/dev_image_k6/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM ghcr.io/inti-cmnb/kicad_auto:ki6
2-
MAINTAINER Salvador E. Tropea <stropea@inti.gob.ar>
2+
LABEL MAINTAINER="Salvador E. Tropea <stropea@inti.gob.ar>"
33
LABEL Description="KiCad 6 with KiBot and other automation scripts"
44

55
RUN dpkg --remove kicost kibot && \

tools/dev_image_k6f/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM ghcr.io/inti-cmnb/kicad_auto_test:ki6
2-
MAINTAINER Salvador E. Tropea <stropea@inti.gob.ar>
2+
LABEL MAINTAINER="Salvador E. Tropea <stropea@inti.gob.ar>"
33
LABEL Description="KiCad 6 with KiBot and other automation scripts"
44

55
RUN dpkg --remove kicost kibot && \

tools/dev_image_k7/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM ghcr.io/inti-cmnb/kicad_auto:ki7
2-
MAINTAINER Salvador E. Tropea <stropea@inti.gob.ar>
2+
LABEL MAINTAINER="Salvador E. Tropea <stropea@inti.gob.ar>"
33
LABEL Description="KiCad 7 with KiBot and other automation scripts"
44

55
RUN dpkg --remove kicost kibot && \

tools/dev_image_k7f/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM ghcr.io/inti-cmnb/kicad_auto_test:ki7
2-
MAINTAINER Salvador E. Tropea <stropea@inti.gob.ar>
2+
LABEL MAINTAINER="Salvador E. Tropea <stropea@inti.gob.ar>"
33
LABEL Description="KiCad 7 with KiBot and other automation scripts"
44

55
RUN dpkg --remove kicost kibot && \

tools/dev_image_k8/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM ghcr.io/inti-cmnb/kicad_auto:ki8
2-
MAINTAINER Salvador E. Tropea <stropea@inti.gob.ar>
2+
LABEL MAINTAINER="Salvador E. Tropea <stropea@inti.gob.ar>"
33
LABEL Description="KiCad 8 with KiBot and other automation scripts (development)"
44

55
RUN dpkg --remove kibot && \

tools/dev_image_k8f/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM ghcr.io/inti-cmnb/kicad_auto_test:ki8
2-
MAINTAINER Salvador E. Tropea <stropea@inti.gob.ar>
2+
LABEL MAINTAINER="Salvador E. Tropea <stropea@inti.gob.ar>"
33
LABEL Description="KiCad 8 with KiBot and other automation scripts"
44

55
RUN dpkg --remove kibot && \

tools/dev_image_k9/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
FROM ghcr.io/inti-cmnb/kicad_auto:ki9
2-
MAINTAINER Salvador E. Tropea <stropea@inti.gob.ar>
2+
LABEL MAINTAINER="Salvador E. Tropea <stropea@inti.gob.ar>"
33
LABEL Description="KiCad 9 with KiBot and other automation scripts (development)"
44

55
RUN dpkg --remove kibot && \
66
apt-get update && \
7-
apt-get -y install -t bookworm-backports --no-install-recommends curl unzip python3-pip && \
7+
apt-get -y install --no-install-recommends curl unzip python3-pip && \
88
curl https://codeload.github.com/INTI-CMNB/KiBot/zip/refs/heads/dev --output pp.zip && \
99
unzip pp.zip && \
1010
curl https://codeload.github.com/yaqwsx/PcbDraw-Lib/zip/refs/heads/master --output pp2.zip && \

tools/dev_image_k9f/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM ghcr.io/inti-cmnb/kicad_auto_test:ki9
2-
MAINTAINER Salvador E. Tropea <stropea@inti.gob.ar>
2+
LABEL MAINTAINER="Salvador E. Tropea <stropea@inti.gob.ar>"
33
LABEL Description="KiCad 9 with KiBot and other automation scripts"
44

55
RUN dpkg --remove kibot && \

0 commit comments

Comments
 (0)