frc-2026 (sha256:56bc367e7041de8490fad299a547725ab783af69578e9f63a7d8f4e1712b385f)

Published 2026-04-22 19:41:08 +00:00 by bert-admin

Installation

docker pull forge.bert133.dev/bert/frc-2026@sha256:56bc367e7041de8490fad299a547725ab783af69578e9f63a7d8f4e1712b385f
sha256:56bc367e7041de8490fad299a547725ab783af69578e9f63a7d8f4e1712b385f

Image layers

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.version=24.04
ADD file:8ce1caf246e7c778bca84c516d02fd4e83766bb2c530a0fffa8a351b560a2728 in /
CMD ["/bin/bash"]
RUN /bin/sh -c apt-get update && apt-get install -y apt-transport-https ca-certificates gnupg software-properties-common wget && wget -O - https://apt.kitware.com/keys/kitware-archive-latest.asc 2>/dev/null | gpg --dearmor - | tee /usr/share/keyrings/kitware-archive-keyring.gpg >/dev/null && echo 'deb [signed-by=/usr/share/keyrings/kitware-archive-keyring.gpg] https://apt.kitware.com/ubuntu/ noble main' > /etc/apt/sources.list.d/kitware.list && add-apt-repository ppa:git-core/ppa && apt-get update && apt-get install -y tzdata && apt-get install -y build-essential ca-certificates clang-format-14 cmake curl fakeroot g++ --no-install-recommends gcc gdb gfortran git java-common libc6-dev libgl1-mesa-dev libglu1-mesa-dev libisl-dev libopencv-dev libopencv-java libvulkan-dev libx11-dev libxcursor-dev libxi-dev libxinerama-dev libxrandr-dev make mesa-common-dev openjdk-17-jdk python3-dev python3-pip python3-setuptools sudo unzip wget zip && rm -rf /var/lib/apt/lists/* # buildkit
ENV JAVA_HOME=/usr/lib/jvm/java-17-openjdk-amd64
WORKDIR /
RUN /bin/sh -c curl -SL https://github.com/wpilibsuite/opensdk/releases/download/v2025-1/cortexa9_vfpv3-roborio-academic-2025-x86_64-linux-gnu-Toolchain-12.1.0.tgz | sh -c 'mkdir -p /usr/local && cd /usr/local && tar xzf - --strip-components=2' # buildkit
WORKDIR /
ARG WPILIB_VSIX_URL=https://github.com/wpilibsuite/vscode-wpilib/releases/download/v2026.2.1/vscode-wpilib-2026.2.1.vsix
RUN |1 WPILIB_VSIX_URL=https://github.com/wpilibsuite/vscode-wpilib/releases/download/v2026.2.1/vscode-wpilib-2026.2.1.vsix /bin/sh -c mkdir -p /opt/wpilib && curl -fsSL -o /opt/wpilib/vscode-wpilib.vsix "$WPILIB_VSIX_URL" # buildkit

Labels

Key Value
org.opencontainers.image.version 24.04
Details
Container
2026-04-22 19:41:08 +00:00
1
OCI / Docker
linux/amd64
889 MiB
Versions (9) View all