lilian lilian
  • Joined on 2024-11-22

ci-kicad (latest)

Published 2026-05-03 16:27:06 +02:00 by lilian

Installation

docker pull gitea.popoko.fr/lilian/ci-kicad:latest
sha256:a416b28ebf8803a23c2ef6db8150105d4adc0769f95be8b510036b8810c5bd9f

Image Layers

KIWI 10.3.0
LABEL description "Electronic CI" maintainer="Sazerac4 <lm-embeddedsystems@laposte.net>"
/bin/sh -c yum install --setopt=install_weak_deps=False -y kicad git nodejs && yum clean all && rm -rf -- /var/cache/yum
WORKDIR /workspace
VOLUME /workspace
ARG USER_NAME
ARG USER_NAME USER_UID
ARG USER_GID USER_NAME USER_UID
ENV LANG=C.UTF-8
ENV LANGUAGE=C.UTF-8
ENV LC_ALL=C.UTF-8
|3 USER_GID=1000 USER_NAME=kicad USER_UID=1000 /bin/sh -c groupadd --gid $USER_GID $USER_NAME && useradd --uid $USER_UID --gid $USER_GID -m $USER_NAME
|3 USER_GID=1000 USER_NAME=kicad USER_UID=1000 /bin/sh -c mkdir -p /home/$USER_NAME/.config/kicad/$(kicad-cli -v | cut -d . -f 1,2)
|3 USER_GID=1000 USER_NAME=kicad USER_UID=1000 /bin/sh -c cp /usr/share/kicad/template/*-lib-table /home/$USER_NAME/.config/kicad/$(kicad-cli -v | cut -d . -f 1,2)
|3 USER_GID=1000 USER_NAME=kicad USER_UID=1000 /bin/sh -c chown -R $USER_NAME:$USER_NAME /home/$USER_NAME/.config
|3 USER_GID=1000 USER_NAME=kicad USER_UID=1000 /bin/sh -c chown -R $USER_NAME:$USER_NAME /tmp/org.kicad.kicad || true
USER $USER_NAME
CMD [ "/bin/bash" ]

Labels

Key Value
description Electronic CI maintainer=Sazerac4 <lm-embeddedsystems@laposte.net>
io.buildah.version 1.43.1
org.opencontainers.image.licenses MIT
org.opencontainers.image.title fedora
org.opencontainers.image.url https://fedoraproject.org/
org.opencontainers.image.vendor Fedora Project
org.opencontainers.image.version 44
Details
Container
2026-05-03 16:27:06 +02:00
0
OCI / Docker
linux/amd64
MIT
893 MiB
Versions (1) View all
latest 2026-05-03