Skip to content

Commit

Permalink
New image using Debian 10.4 and KiCad 5.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
set-soft committed May 24, 2020
1 parent 9c1140a commit 0ad5d30
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:buster-slim
FROM debian:10.4-slim
MAINTAINER Salvador E. Tropea <[email protected]>
LABEL Description="Minimal KiCad image based on Debian"

Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ The images are uploaded to [Docker Hub](https://hub.docker.com/repository/docker
The current tags are:

* **10.3-5.0.2** is Debian 10.3 + KiCad 5.0.2 (default stable)
* **10.3-5.1.5** (same as **latest**) is Debian 10.3 + KiCad 5.1.5 (backport)
* **10.3-5.1.5** is Debian 10.3 + KiCad 5.1.5 (backport)
* **10.4-5.1.6** (same as **latest**) is Debian 10.4 + KiCad 5.1.6 (backport)

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
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/sh
docker build -f Dockerfile -t setsoft/kicad_debian:test .
docker build -f Dockerfile -t setsoft/kicad_debian:10.4-5.1.6 .
2 changes: 1 addition & 1 deletion run_kicad_same_user.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ docker run -it -v /tmp/.X11-unix:/tmp/.X11-unix -e DISPLAY=$DISPLAY \
--volume="/etc/passwd:/etc/passwd:ro" \
--volume="/etc/shadow:/etc/shadow:ro" \
--volume="/home/$USER:/home/$USER:rw" \
setsoft/kicad_auto:latest kicad
setsoft/kicad_debian:latest kicad
2 changes: 1 addition & 1 deletion run_shell_same_user.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ docker run --rm -it -v /tmp/.X11-unix:/tmp/.X11-unix -e DISPLAY=$DISPLAY \
--volume="/etc/passwd:/etc/passwd:ro" \
--volume="/etc/shadow:/etc/shadow:ro" \
--volume="/home/$USER:/home/$USER:rw" \
setsoft/kicad_auto:latest /bin/bash
setsoft/kicad_debian:latest /bin/bash

0 comments on commit 0ad5d30

Please sign in to comment.