[DOCs] Updated the list of docker images
- Also added the news for 1.6.1
This commit is contained in:
parent
e3bfaaece5
commit
4b61d18bf8
66
README.md
66
README.md
|
|
@ -13,12 +13,8 @@
|
|||
**Important for CI/CD**:
|
||||
- The GitHub actions now use the full/test docker images. So now they include PanDoc and also Blender.
|
||||
|
||||
**New on v1.6.0**
|
||||
- `vrml`, `ps_sch_print`, `dxf_sch_print`, `hpgl_sch_print`, `pdf_sch_print` and `blender_export` outputs.
|
||||
- New options for: `compress`, `ibom`, `pcb_print`, all plot, `report`, *`sch_print` and `svg` outputs
|
||||
- Internal templates
|
||||
- Gorgeous 3D renders using Blender
|
||||
- More than 6 fixes.
|
||||
**New on v1.6.1**
|
||||
- KiCad 7.0.1 support
|
||||
|
||||
## Index
|
||||
|
||||
|
|
@ -5446,34 +5442,54 @@ Examples of how to use KiBot can be found [here for GitHub](https://github.com/I
|
|||
|
||||
In order to run KiBot on these environments you need a lot of software installed. The usual mechanism to achieve this is using [docker](https://www.docker.com/).
|
||||
Docker images containing KiBot, all the supporting scripts and a corresponding KiCad can be found in the
|
||||
[kicad5_auto](https://github.com/INTI-CMNB/kicad_auto/pkgs/container/kicad5_auto) and
|
||||
[kicad6_auto](https://github.com/INTI-CMNB/kicad_auto/pkgs/container/kicad6_auto) GitHub packages.
|
||||
More complete images, with Pandoc and testing tools, can be found in the following packages:
|
||||
[kicad5_auto_full](https://github.com/INTI-CMNB/kicad_auto/pkgs/container/kicad5_auto_full) and
|
||||
[kicad6_auto_full](https://github.com/INTI-CMNB/kicad_auto/pkgs/container/kicad6_auto_full) GitHub packages.
|
||||
Old images can be found at [Docker Hub](https://hub.docker.com/) as [setsoft/kicad_auto](https://hub.docker.com/repository/docker/setsoft/kicad_auto) and
|
||||
[kicad5_auto](https://github.com/INTI-CMNB/kicad_auto/pkgs/container/kicad5_auto),
|
||||
[kicad6_auto](https://github.com/INTI-CMNB/kicad_auto/pkgs/container/kicad6_auto) and
|
||||
[kicad7_auto](https://github.com/INTI-CMNB/kicad_auto/pkgs/container/kicad7_auto) GitHub packages.
|
||||
More complete images, with Pandoc, LaTeX, Blender and testing tools, can be found in the following packages:
|
||||
[kicad5_auto_full](https://github.com/INTI-CMNB/kicad_auto/pkgs/container/kicad5_auto_full),
|
||||
[kicad6_auto_full](https://github.com/INTI-CMNB/kicad_auto/pkgs/container/kicad6_auto_full) and
|
||||
[kicad7_auto_full](https://github.com/INTI-CMNB/kicad_auto/pkgs/container/kicad7_auto_full) GitHub packages.
|
||||
Old images can be found at [Docker Hub](https://hub.docker.com/) as
|
||||
[setsoft/kicad_auto](https://hub.docker.com/repository/docker/setsoft/kicad_auto) and
|
||||
[setsoft/kicad_auto_test](https://hub.docker.com/repository/docker/setsoft/kicad_auto_test).
|
||||
|
||||
The images are based on [kicad5_debian](https://github.com/INTI-CMNB/kicad_auto/pkgs/container/kicad5_debian) and
|
||||
[kicad6_debian](https://github.com/INTI-CMNB/kicad_auto/pkgs/container/kicad5_debian)
|
||||
([setsoft/kicad_debian](https://hub.docker.com/repository/docker/setsoft/kicad_debian) on Docker Hub), containing KiCad on Debian GNU/Linux.
|
||||
The images are based on
|
||||
[kicad5_debian](https://github.com/INTI-CMNB/kicad_debian/pkgs/container/kicad5_debian),
|
||||
[kicad6_debian](https://github.com/INTI-CMNB/kicad_auto/pkgs/container/kicad6_debian) and
|
||||
[kicad7_debian](https://github.com/INTI-CMNB/kicad_auto/pkgs/container/kicad7_debian).
|
||||
([setsoft/kicad_debian](https://hub.docker.com/repository/docker/setsoft/kicad_debian) on Docker Hub),
|
||||
containing KiCad on Debian GNU/Linux.
|
||||
|
||||
If you need to run the current development version of KiBot you can use the following docker images:
|
||||
[ghcr.io/inti-cmnb/kicad5_auto_full:dev](https://github.com/INTI-CMNB/kicad_auto/pkgs/container/kicad5_auto_full) or
|
||||
[ghcr.io/inti-cmnb/kicad6_auto_full:dev](https://github.com/INTI-CMNB/kicad_auto/pkgs/container/kicad6_auto_full)
|
||||
[ghcr.io/inti-cmnb/kicad5_auto_full:dev](https://github.com/INTI-CMNB/kicad_auto/pkgs/container/kicad5_auto_full),
|
||||
[ghcr.io/inti-cmnb/kicad6_auto_full:dev](https://github.com/INTI-CMNB/kicad_auto/pkgs/container/kicad6_auto_full) or
|
||||
[ghcr.io/inti-cmnb/kicad7_auto_full:dev](https://github.com/INTI-CMNB/kicad_auto/pkgs/container/kicad7_auto_full)
|
||||
([setsoft/kicad_auto:dev](https://hub.docker.com/repository/docker/setsoft/kicad_auto)).
|
||||
These images are based on the *full* (also named *test*) images.
|
||||
|
||||
The most important images are:
|
||||
|
||||
| Name | KiBot | KiCad |
|
||||
| :---------------------------------------- | ------------ | ----: |
|
||||
| ghcr.io/inti-cmnb/kicad5_auto:latest | last release | 5.1.9 |
|
||||
| ghcr.io/inti-cmnb/kicad6_auto:latest | last release | 6.x |
|
||||
| ghcr.io/inti-cmnb/kicad5_auto_full:dev | git code | 5.1.9 |
|
||||
| ghcr.io/inti-cmnb/kicad6_auto_full:dev | git code | 6.x |
|
||||
| ghcr.io/inti-cmnb/kicad5_auto:1.2.0 | 1.2.0 | 5.1.9 |
|
||||
| ghcr.io/inti-cmnb/kicad6_auto:1.2.0 | 1.2.0 | 6.0.5 |
|
||||
| Name | KiBot | KiCad |
|
||||
| :---------------------------------------- | ------------ | -----: |
|
||||
| ghcr.io/inti-cmnb/kicad5_auto_full:latest | last release | 5.1.9 |
|
||||
| ghcr.io/inti-cmnb/kicad6_auto_full:latest | last release | 6.x |
|
||||
| ghcr.io/inti-cmnb/kicad7_auto_full:latest | last release | 7.x |
|
||||
| ghcr.io/inti-cmnb/kicad5_auto:latest | last release | 5.1.9 |
|
||||
| ghcr.io/inti-cmnb/kicad6_auto:latest | last release | 6.x |
|
||||
| ghcr.io/inti-cmnb/kicad7_auto:latest | last release | 7.x |
|
||||
| ghcr.io/inti-cmnb/kicad5_auto_full:dev | git code | 5.1.9 |
|
||||
| ghcr.io/inti-cmnb/kicad6_auto_full:dev | git code | 6.x |
|
||||
| ghcr.io/inti-cmnb/kicad7_auto_full:dev | git code | 7.x |
|
||||
| ghcr.io/inti-cmnb/kicad5_auto_full:1.6.0 | 1.6.0 | 5.1.9 |
|
||||
| ghcr.io/inti-cmnb/kicad6_auto_full:1.6.0 | 1.6.0 | 6.0.10 |
|
||||
| ghcr.io/inti-cmnb/kicad5_auto_full:1.5.1 | 1.5.1 | 5.1.9 |
|
||||
| ghcr.io/inti-cmnb/kicad6_auto_full:1.5.1 | 1.5.1 | 6.0.10 |
|
||||
| ghcr.io/inti-cmnb/kicad5_auto_full:1.4.0 | 1.4.0 | 5.1.9 |
|
||||
| ghcr.io/inti-cmnb/kicad6_auto_full:1.4.0 | 1.4.0 | 6.0.9 |
|
||||
| ghcr.io/inti-cmnb/kicad5_auto_full:1.3.0 | 1.3.0 | 5.1.9 |
|
||||
| ghcr.io/inti-cmnb/kicad6_auto_full:1.3.0 | 1.3.0 | 6.0.7 |
|
||||
| ghcr.io/inti-cmnb/kicad5_auto:1.2.0 | 1.2.0 | 5.1.9 |
|
||||
| ghcr.io/inti-cmnb/kicad6_auto:1.2.0 | 1.2.0 | 6.0.5 |
|
||||
|
||||
For more information about the docker images visit [kicad_debian](https://github.com/INTI-CMNB/kicad_debian) and [kicad_auto](https://github.com/INTI-CMNB/kicad_auto).
|
||||
|
||||
|
|
|
|||
|
|
@ -12,12 +12,8 @@
|
|||
**Important for CI/CD**:
|
||||
- The GitHub actions now use the full/test docker images. So now they include PanDoc and also Blender.
|
||||
|
||||
**New on v1.6.0**
|
||||
- `vrml`, `ps_sch_print`, `dxf_sch_print`, `hpgl_sch_print`, `pdf_sch_print` and `blender_export` outputs.
|
||||
- New options for: `compress`, `ibom`, `pcb_print`, all plot, `report`, *`sch_print` and `svg` outputs
|
||||
- Internal templates
|
||||
- Gorgeous 3D renders using Blender
|
||||
- More than 6 fixes.
|
||||
**New on v1.6.1**
|
||||
- KiCad 7.0.1 support
|
||||
|
||||
## Index
|
||||
|
||||
|
|
@ -1563,34 +1559,54 @@ Examples of how to use KiBot can be found [here for GitHub](https://github.com/I
|
|||
|
||||
In order to run KiBot on these environments you need a lot of software installed. The usual mechanism to achieve this is using [docker](https://www.docker.com/).
|
||||
Docker images containing KiBot, all the supporting scripts and a corresponding KiCad can be found in the
|
||||
[kicad5_auto](https://github.com/INTI-CMNB/kicad_auto/pkgs/container/kicad5_auto) and
|
||||
[kicad6_auto](https://github.com/INTI-CMNB/kicad_auto/pkgs/container/kicad6_auto) GitHub packages.
|
||||
More complete images, with Pandoc and testing tools, can be found in the following packages:
|
||||
[kicad5_auto_full](https://github.com/INTI-CMNB/kicad_auto/pkgs/container/kicad5_auto_full) and
|
||||
[kicad6_auto_full](https://github.com/INTI-CMNB/kicad_auto/pkgs/container/kicad6_auto_full) GitHub packages.
|
||||
Old images can be found at [Docker Hub](https://hub.docker.com/) as [setsoft/kicad_auto](https://hub.docker.com/repository/docker/setsoft/kicad_auto) and
|
||||
[kicad5_auto](https://github.com/INTI-CMNB/kicad_auto/pkgs/container/kicad5_auto),
|
||||
[kicad6_auto](https://github.com/INTI-CMNB/kicad_auto/pkgs/container/kicad6_auto) and
|
||||
[kicad7_auto](https://github.com/INTI-CMNB/kicad_auto/pkgs/container/kicad7_auto) GitHub packages.
|
||||
More complete images, with Pandoc, LaTeX, Blender and testing tools, can be found in the following packages:
|
||||
[kicad5_auto_full](https://github.com/INTI-CMNB/kicad_auto/pkgs/container/kicad5_auto_full),
|
||||
[kicad6_auto_full](https://github.com/INTI-CMNB/kicad_auto/pkgs/container/kicad6_auto_full) and
|
||||
[kicad7_auto_full](https://github.com/INTI-CMNB/kicad_auto/pkgs/container/kicad7_auto_full) GitHub packages.
|
||||
Old images can be found at [Docker Hub](https://hub.docker.com/) as
|
||||
[setsoft/kicad_auto](https://hub.docker.com/repository/docker/setsoft/kicad_auto) and
|
||||
[setsoft/kicad_auto_test](https://hub.docker.com/repository/docker/setsoft/kicad_auto_test).
|
||||
|
||||
The images are based on [kicad5_debian](https://github.com/INTI-CMNB/kicad_auto/pkgs/container/kicad5_debian) and
|
||||
[kicad6_debian](https://github.com/INTI-CMNB/kicad_auto/pkgs/container/kicad5_debian)
|
||||
([setsoft/kicad_debian](https://hub.docker.com/repository/docker/setsoft/kicad_debian) on Docker Hub), containing KiCad on Debian GNU/Linux.
|
||||
The images are based on
|
||||
[kicad5_debian](https://github.com/INTI-CMNB/kicad_debian/pkgs/container/kicad5_debian),
|
||||
[kicad6_debian](https://github.com/INTI-CMNB/kicad_auto/pkgs/container/kicad6_debian) and
|
||||
[kicad7_debian](https://github.com/INTI-CMNB/kicad_auto/pkgs/container/kicad7_debian).
|
||||
([setsoft/kicad_debian](https://hub.docker.com/repository/docker/setsoft/kicad_debian) on Docker Hub),
|
||||
containing KiCad on Debian GNU/Linux.
|
||||
|
||||
If you need to run the current development version of KiBot you can use the following docker images:
|
||||
[ghcr.io/inti-cmnb/kicad5_auto_full:dev](https://github.com/INTI-CMNB/kicad_auto/pkgs/container/kicad5_auto_full) or
|
||||
[ghcr.io/inti-cmnb/kicad6_auto_full:dev](https://github.com/INTI-CMNB/kicad_auto/pkgs/container/kicad6_auto_full)
|
||||
[ghcr.io/inti-cmnb/kicad5_auto_full:dev](https://github.com/INTI-CMNB/kicad_auto/pkgs/container/kicad5_auto_full),
|
||||
[ghcr.io/inti-cmnb/kicad6_auto_full:dev](https://github.com/INTI-CMNB/kicad_auto/pkgs/container/kicad6_auto_full) or
|
||||
[ghcr.io/inti-cmnb/kicad7_auto_full:dev](https://github.com/INTI-CMNB/kicad_auto/pkgs/container/kicad7_auto_full)
|
||||
([setsoft/kicad_auto:dev](https://hub.docker.com/repository/docker/setsoft/kicad_auto)).
|
||||
These images are based on the *full* (also named *test*) images.
|
||||
|
||||
The most important images are:
|
||||
|
||||
| Name | KiBot | KiCad |
|
||||
| :---------------------------------------- | ------------ | ----: |
|
||||
| ghcr.io/inti-cmnb/kicad5_auto:latest | last release | 5.1.9 |
|
||||
| ghcr.io/inti-cmnb/kicad6_auto:latest | last release | 6.x |
|
||||
| ghcr.io/inti-cmnb/kicad5_auto_full:dev | git code | 5.1.9 |
|
||||
| ghcr.io/inti-cmnb/kicad6_auto_full:dev | git code | 6.x |
|
||||
| ghcr.io/inti-cmnb/kicad5_auto:1.2.0 | 1.2.0 | 5.1.9 |
|
||||
| ghcr.io/inti-cmnb/kicad6_auto:1.2.0 | 1.2.0 | 6.0.5 |
|
||||
| Name | KiBot | KiCad |
|
||||
| :---------------------------------------- | ------------ | -----: |
|
||||
| ghcr.io/inti-cmnb/kicad5_auto_full:latest | last release | 5.1.9 |
|
||||
| ghcr.io/inti-cmnb/kicad6_auto_full:latest | last release | 6.x |
|
||||
| ghcr.io/inti-cmnb/kicad7_auto_full:latest | last release | 7.x |
|
||||
| ghcr.io/inti-cmnb/kicad5_auto:latest | last release | 5.1.9 |
|
||||
| ghcr.io/inti-cmnb/kicad6_auto:latest | last release | 6.x |
|
||||
| ghcr.io/inti-cmnb/kicad7_auto:latest | last release | 7.x |
|
||||
| ghcr.io/inti-cmnb/kicad5_auto_full:dev | git code | 5.1.9 |
|
||||
| ghcr.io/inti-cmnb/kicad6_auto_full:dev | git code | 6.x |
|
||||
| ghcr.io/inti-cmnb/kicad7_auto_full:dev | git code | 7.x |
|
||||
| ghcr.io/inti-cmnb/kicad5_auto_full:1.6.0 | 1.6.0 | 5.1.9 |
|
||||
| ghcr.io/inti-cmnb/kicad6_auto_full:1.6.0 | 1.6.0 | 6.0.10 |
|
||||
| ghcr.io/inti-cmnb/kicad5_auto_full:1.5.1 | 1.5.1 | 5.1.9 |
|
||||
| ghcr.io/inti-cmnb/kicad6_auto_full:1.5.1 | 1.5.1 | 6.0.10 |
|
||||
| ghcr.io/inti-cmnb/kicad5_auto_full:1.4.0 | 1.4.0 | 5.1.9 |
|
||||
| ghcr.io/inti-cmnb/kicad6_auto_full:1.4.0 | 1.4.0 | 6.0.9 |
|
||||
| ghcr.io/inti-cmnb/kicad5_auto_full:1.3.0 | 1.3.0 | 5.1.9 |
|
||||
| ghcr.io/inti-cmnb/kicad6_auto_full:1.3.0 | 1.3.0 | 6.0.7 |
|
||||
| ghcr.io/inti-cmnb/kicad5_auto:1.2.0 | 1.2.0 | 5.1.9 |
|
||||
| ghcr.io/inti-cmnb/kicad6_auto:1.2.0 | 1.2.0 | 6.0.5 |
|
||||
|
||||
For more information about the docker images visit [kicad_debian](https://github.com/INTI-CMNB/kicad_debian) and [kicad_auto](https://github.com/INTI-CMNB/kicad_auto).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue