Skip to content

Commit

Permalink
tagged old kicad releases
Browse files Browse the repository at this point in the history
  • Loading branch information
tuna-f1sh committed Feb 26, 2024
1 parent 978bd64 commit c9746f0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ubuntu:latest
MAINTAINER John Whittington <[email protected]>
LABEL Description="KiCad 7.0 with KiCad Makefile and plugins used"
LABEL Description="KiCad 8.0 with KiCad Makefile and plugins used"

RUN apt update && \
apt upgrade -y && \
Expand All @@ -11,11 +11,11 @@ RUN apt update && \

RUN DEBIAN_FRONTEND=noninteractive apt install software-properties-common -y

# Adding the repository for KiCad 7.0 stable release
RUN add-apt-repository --yes ppa:kicad/kicad-7.0-releases && \
# Adding the repository for KiCad 8.0 stable release
RUN add-apt-repository --yes ppa:kicad/kicad-8.0-releases && \
apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 245D5502FAD7A805

# Install KiCad 7.0
# Install KiCad 8.0
RUN apt update && apt install kicad -y

# Copy kicad-makefile and export environment location
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ The project also publish a [package](https://github.com/tuna-f1sh/kicad-makefile

`docker pull ghcr.io/tuna-f1sh/kicad-makefile:latest`

The image uses the latest major KiCad release. For previous releases:

* 7.0 [tag `v1.0`]: `ghcr.io/tuna-f1sh/kicad-makefile:v1.0`

## Integration with CI/CD

See my [entree project](https://github.com/tuna-f1sh/entree/actions) as an example of how to use this to build outputs for release etc.
Expand Down

0 comments on commit c9746f0

Please sign in to comment.