Skip to content

Commit

Permalink
Updated ki6 to KiCad 6.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
set-soft committed Mar 7, 2022
1 parent 0460dbe commit 6010f6e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ The current tags are:
* **10.4-5.1.6** is Debian 10.4 + KiCad 5.1.6 (backport)
* **latest** is Debian 10.4 + KiCad 5.1.9 (backport)
* **bullseye-6.0.0rc1-20211202** (same as **nightly**) is Debian bullseye (11.x) + KiCad 6.0.0 rc1 (20211202). A beta.
* **ki6.0.0_Ubuntu21.10** (same as **ki6**) is Ubuntu Impish (21.10) + KiCad 6.0.0 (final release)
* **ki6.0.0_Ubuntu21.10** is Ubuntu Impish (21.10) + KiCad 6.0.0
* **ki6.0.2_Debian** (same as **ki6**) is Debian 11.2 + KiCad 6.0.2

The installations are minimal, but contains schematic and footprint libraries.
The 3D models aren't included, they weight 10 times the size of these images.
Expand Down
10 changes: 3 additions & 7 deletions ki6/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,16 +1,12 @@
FROM ubuntu:21.10
FROM debian:bullseye-slim
MAINTAINER Salvador E. Tropea <[email protected]>
LABEL Description="Minimal KiCad 6 image based on Ubuntu 21.10"

ARG DEBIAN_FRONTEND=noninteractive
ENV TZ=Etc/UTC
RUN apt-get -y update && \
apt-get -y install --no-install-recommends gnupg && \
echo "deb http://ppa.launchpad.net/kicad/kicad-6.0-releases/ubuntu impish main" >> /etc/apt/sources.list && \
echo "deb-src http://ppa.launchpad.net/kicad/kicad-6.0-releases/ubuntu impish main " >> /etc/apt/sources.list && \
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys FDA854F61C4D0D9572BB95E5245D5502FAD7A805 && \
RUN echo "deb http://deb.debian.org/debian bullseye-backports main" >> /etc/apt/sources.list && \
apt-get -y update && \
apt-get -y install --no-install-recommends kicad kicad-symbols kicad-templates kicad-footprints && \
apt-get -y install -t bullseye-backports --no-install-recommends kicad kicad-symbols kicad-templates kicad-footprints && \
apt-get -y autoremove && \
rm -rf /var/lib/apt/lists/* \
rm -rf /usr/share/icons/Adwaita/
Expand Down

0 comments on commit 6010f6e

Please sign in to comment.