From 7872c4035f2a0e8a7bfe54fc4f4a811f0f419551 Mon Sep 17 00:00:00 2001 From: Manuel Liebert Date: Sun, 2 Feb 2025 11:58:22 +0100 Subject: [PATCH] Use debian base image for OpenPLC --- software/OpenPLC/Dockerfile | 2 +- software/build.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/software/OpenPLC/Dockerfile b/software/OpenPLC/Dockerfile index 1e7676f..80e7be3 100644 --- a/software/OpenPLC/Dockerfile +++ b/software/OpenPLC/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:22.04 +FROM debian:bullseye-20240722 COPY ./OpenPLC_v3/ /CybICS/OpenPLC_v3/ WORKDIR /CybICS/OpenPLC_v3/ diff --git a/software/build.sh b/software/build.sh index d73790b..36b4069 100755 --- a/software/build.sh +++ b/software/build.sh @@ -8,8 +8,8 @@ docker buildx ls | grep -q $name && docker buildx use $name docker buildx ls | grep -q $name || docker buildx create --use --config config.toml --name $name docker buildx inspect --bootstrap -docker buildx build --platform linux/arm64 -t 172.17.0.1:5000/cybics-hwio-raspberry:latest --push ./hwio-raspberry docker buildx build --platform linux/arm64 -t 172.17.0.1:5000/cybics-openplc:latest --push ./OpenPLC +docker buildx build --platform linux/arm64 -t 172.17.0.1:5000/cybics-hwio-raspberry:latest --push ./hwio-raspberry docker buildx build --platform linux/arm64 -t 172.17.0.1:5000/cybics-opcua:latest --push ./opcua docker buildx build --platform linux/arm64 -t 172.17.0.1:5000/cybics-fuxa:latest --push ./FUXA docker buildx build --platform linux/arm64 -t 172.17.0.1:5000/cybics-stm32:latest --push ./stm32