Skip to content

Commit

Permalink
Use debian base image for OpenPLC
Browse files Browse the repository at this point in the history
  • Loading branch information
manliebert committed Feb 2, 2025
1 parent 0bb3cd0 commit 7872c40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion software/OpenPLC/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:22.04
FROM debian:bullseye-20240722

COPY ./OpenPLC_v3/ /CybICS/OpenPLC_v3/
WORKDIR /CybICS/OpenPLC_v3/
Expand Down
2 changes: 1 addition & 1 deletion software/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 7872c40

Please sign in to comment.