Skip to content

Commit

Permalink
Dockerfiles: Bump the tags of the base containers
Browse files Browse the repository at this point in the history
Signed-off-by: Andre Riesco <[email protected]>
  • Loading branch information
andreriesco authored and microhobby committed Nov 18, 2023
1 parent 410411d commit e67acb6
Show file tree
Hide file tree
Showing 38 changed files with 45 additions and 47 deletions.
4 changes: 2 additions & 2 deletions cConsole/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG CROSS_SDK_BASE_TAG=3.0.9-bookworm
ARG BASE_VERSION=3.0.8-bookworm
ARG CROSS_SDK_BASE_TAG=3.1.0-bookworm
ARG BASE_VERSION=3.1.0-bookworm
##
# Board architecture
# arm or arm64
Expand Down
2 changes: 1 addition & 1 deletion cConsole/Dockerfile.debug
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ARG IMAGE_ARCH=
##
# Base container version
##
ARG BASE_VERSION=3.0.8-bookworm
ARG BASE_VERSION=3.1.0-bookworm

##
# Application Name
Expand Down
2 changes: 1 addition & 1 deletion cConsole/Dockerfile.sdk
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ARGUMENTS --------------------------------------------------------------------
ARG CROSS_SDK_BASE_TAG=3.0.9-bookworm
ARG CROSS_SDK_BASE_TAG=3.1.0-bookworm

##
# Board architecture
Expand Down
4 changes: 2 additions & 2 deletions cmakeConsole/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG CROSS_SDK_BASE_TAG=3.0.9-bookworm
ARG BASE_VERSION=3.0.8-bookworm
ARG CROSS_SDK_BASE_TAG=3.1.0-bookworm
ARG BASE_VERSION=3.1.0-bookworm
##
# Board architecture
# arm or arm64
Expand Down
2 changes: 1 addition & 1 deletion cmakeConsole/Dockerfile.debug
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ARG IMAGE_ARCH=
##
# Base container version
##
ARG BASE_VERSION=3.0.8-bookworm
ARG BASE_VERSION=3.1.0-bookworm

##
# Application Name
Expand Down
2 changes: 1 addition & 1 deletion cmakeConsole/Dockerfile.sdk
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ARGUMENTS --------------------------------------------------------------------
ARG CROSS_SDK_BASE_TAG=3.0.9-bookworm
ARG CROSS_SDK_BASE_TAG=3.1.0-bookworm

##
# Board architecture
Expand Down
4 changes: 2 additions & 2 deletions cppConsole/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG CROSS_SDK_BASE_TAG=3.0.9-bookworm
ARG BASE_VERSION=3.0.8-bookworm
ARG CROSS_SDK_BASE_TAG=3.1.0-bookworm
ARG BASE_VERSION=3.1.0-bookworm
##
# Board architecture
# arm or arm64
Expand Down
2 changes: 1 addition & 1 deletion cppConsole/Dockerfile.debug
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ARG IMAGE_ARCH=
##
# Base container version
##
ARG BASE_VERSION=3.0.8-bookworm
ARG BASE_VERSION=3.1.0-bookworm

##
# Application Name
Expand Down
2 changes: 1 addition & 1 deletion cppConsole/Dockerfile.sdk
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ARGUMENTS --------------------------------------------------------------------
ARG CROSS_SDK_BASE_TAG=3.0.9-bookworm
ARG CROSS_SDK_BASE_TAG=3.1.0-bookworm

##
# Board architecture
Expand Down
2 changes: 1 addition & 1 deletion cppSlint/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## using Slint v1.2.2 base images
ARG CROSS_SDK_BASE_TAG=3.0.9-bookworm-1.3.0
ARG BASE_VERSION=3.0.8
ARG BASE_VERSION=3.1.0
##
# Board architecture
# arm or arm64
Expand Down
1 change: 0 additions & 1 deletion cppSlint/Dockerfile.sdk
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# ARGUMENTS --------------------------------------------------------------------
## Using the Slint v1.2.2 base images
ARG CROSS_SDK_BASE_TAG=3.0.9-bookworm-1.3.0
ARG BASE_VERSION=3.0.9-bookworm-1.3.0

ARG IMAGE_ARCH=

Expand Down
4 changes: 2 additions & 2 deletions dotnetAvalonia/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ ARG IMAGE_ARCH=
##
# Base container version
##
ARG BASE_VERSION=3.0.8
ARG DOTNET_BASE_VERSION=3-6.0
ARG BASE_VERSION=3.1.0
ARG DOTNET_BASE_VERSION=3.0.0-6.0

##
# Application Name
Expand Down
4 changes: 2 additions & 2 deletions dotnetAvalonia/Dockerfile.debug
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ ARG IMAGE_ARCH=
##
# Base container version
##
ARG BASE_VERSION=3.0.8
ARG DOTNET_BASE_VERSION=3-6.0
ARG BASE_VERSION=3.1.0
ARG DOTNET_BASE_VERSION=3.0.0-6.0

##
# Application Name
Expand Down
4 changes: 2 additions & 2 deletions dotnetAvaloniaFrameBuffer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ ARG IMAGE_ARCH=
##
# Base container version
##
ARG BASE_VERSION=3.0.8
ARG DOTNET_BASE_VERSION=3-6.0
ARG BASE_VERSION=3.1.0
ARG DOTNET_BASE_VERSION=3.0.0-6.0

##
# Application Name
Expand Down
4 changes: 2 additions & 2 deletions dotnetAvaloniaFrameBuffer/Dockerfile.debug
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ ARG IMAGE_ARCH=
##
# Base container version
##
ARG BASE_VERSION=3.0.8
ARG DOTNET_BASE_VERSION=3-6.0
ARG BASE_VERSION=3.1.0
ARG DOTNET_BASE_VERSION=3.0.0-6.0

##
# Application Name
Expand Down
2 changes: 1 addition & 1 deletion dotnetConsole/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ARG IMAGE_ARCH=
##
# Base container version
##
ARG BASE_VERSION=3-6.0
ARG BASE_VERSION=3.0.0-6.0

##
# Application Name
Expand Down
2 changes: 1 addition & 1 deletion dotnetConsole/Dockerfile.debug
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ARG IMAGE_ARCH=
##
# Base container version
##
ARG BASE_VERSION=3-6.0
ARG BASE_VERSION=3.0.0-6.0

##
# Application Name
Expand Down
2 changes: 1 addition & 1 deletion dotnetUno/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ARG IMAGE_ARCH=
##
# Base container version
##
ARG BASE_VERSION=3-6.0
ARG BASE_VERSION=3.0.0-6.0

##
# Application Name
Expand Down
2 changes: 1 addition & 1 deletion dotnetUno/Dockerfile.debug
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ARG IMAGE_ARCH=
##
# Base container version
##
ARG BASE_VERSION=3-6.0
ARG BASE_VERSION=3.0.0-6.0

##
# Application Name
Expand Down
2 changes: 1 addition & 1 deletion dotnetUnoFrameBuffer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ARG IMAGE_ARCH=
##
# Base container version
##
ARG BASE_VERSION=3-6.0
ARG BASE_VERSION=3.0.0-6.0

##
# Application Name
Expand Down
2 changes: 1 addition & 1 deletion dotnetUnoFrameBuffer/Dockerfile.debug
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ARG IMAGE_ARCH=
##
# Base container version
##
ARG BASE_VERSION=3-6.0
ARG BASE_VERSION=3.0.0-6.0

##
# Application Name
Expand Down
2 changes: 1 addition & 1 deletion javaForms/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
##
# Base container version
##
ARG BASE_VERSION=3.0.8
ARG BASE_VERSION=3.1.0

##
# Application Name
Expand Down
2 changes: 1 addition & 1 deletion javaForms/Dockerfile.debug
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ARG IMAGE_ARCH=
##
# Base container version
##
ARG BASE_VERSION=3.0.8
ARG BASE_VERSION=3.1.0

##
# Application Name
Expand Down
2 changes: 1 addition & 1 deletion nodeElectron/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ARG IMAGE_ARCH=
##
# Base container version
##
ARG BASE_VERSION=3.0.8
ARG BASE_VERSION=3.1.0

##
# Application Name
Expand Down
2 changes: 1 addition & 1 deletion nodeElectron/Dockerfile.debug
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ARG IMAGE_ARCH=
##
# Base container version
##
ARG BASE_VERSION=3.0.8
ARG BASE_VERSION=3.1.0

##
# Application Name
Expand Down
2 changes: 1 addition & 1 deletion nodeJSTypeScript/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ARG IMAGE_ARCH=
##
# Base container version
##
ARG BASE_VERSION=3.0.8-bookworm
ARG BASE_VERSION=3.1.0-bookworm

##
# Application Name
Expand Down
2 changes: 1 addition & 1 deletion nodeJSTypeScript/Dockerfile.debug
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ARG IMAGE_ARCH=
##
# Base container version
##
ARG BASE_VERSION=3.0.8-bookworm
ARG BASE_VERSION=3.1.0-bookworm

##
# Application Name
Expand Down
2 changes: 1 addition & 1 deletion python3Console/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ARG IMAGE_ARCH=
##
# Base container version
##
ARG BASE_VERSION=3.0.8-bookworm
ARG BASE_VERSION=3.1.0-bookworm

ARG APP_ROOT=

Expand Down
2 changes: 1 addition & 1 deletion python3Console/Dockerfile.debug
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ARG IMAGE_ARCH=
##
# Base container version
##
ARG BASE_VERSION=3.0.8-bookworm
ARG BASE_VERSION=3.1.0-bookworm

##
# Application Name
Expand Down
2 changes: 1 addition & 1 deletion python3Pyside2QML/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ARG IMAGE_ARCH=
##
# Base container version
##
ARG BASE_VERSION=3.0.8
ARG BASE_VERSION=3.1.0

ARG APP_ROOT=

Expand Down
2 changes: 1 addition & 1 deletion python3Pyside2QML/Dockerfile.debug
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ARG IMAGE_ARCH=
##
# Base container version
##
ARG BASE_VERSION=3.0.8
ARG BASE_VERSION=3.1.0

##
# Application Name
Expand Down
4 changes: 2 additions & 2 deletions rustConsole/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG CROSS_SDK_BASE_TAG=3.0.9-bookworm
ARG BASE_VERSION=3.0.8-bookworm
ARG CROSS_SDK_BASE_TAG=3.1.0-bookworm
ARG BASE_VERSION=3.1.0-bookworm

##
# Board architecture
Expand Down
2 changes: 1 addition & 1 deletion rustConsole/Dockerfile.debug
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ARG IMAGE_ARCH=
##
# Base container version
##
ARG BASE_VERSION=3.0.8-bookworm
ARG BASE_VERSION=3.1.0-bookworm

##
# Application Name
Expand Down
2 changes: 1 addition & 1 deletion rustConsole/Dockerfile.sdk
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:1.48
FROM rust:1.74

RUN apt-get update && \
apt-get install -y \
Expand Down
2 changes: 1 addition & 1 deletion rustSlint/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Using Slint v1.2.2 base images
ARG CROSS_SDK_BASE_TAG=3.0.9-bookworm-1.3.0
ARG BASE_VERSION=3.0.8
ARG BASE_VERSION=3.1.0
##
# Board architecture
# arm or arm64
Expand Down
1 change: 0 additions & 1 deletion rustSlint/Dockerfile.sdk
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# ARGUMENTS --------------------------------------------------------------------
## Using Slint v1.1.1 base images
ARG CROSS_SDK_BASE_TAG=3.0.9-bookworm-1.3.0
ARG BASE_VERSION=3.0.9-bookworm-1.3.0

ARG IMAGE_ARCH=

Expand Down
4 changes: 2 additions & 2 deletions zigConsole/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG CROSS_SDK_BASE_TAG=3.0.9-bookworm
ARG BASE_VERSION=3.0.8-bookworm
ARG CROSS_SDK_BASE_TAG=3.1.0-bookworm
ARG BASE_VERSION=3.1.0-bookworm
##
# Board architecture
# arm or arm64
Expand Down
2 changes: 1 addition & 1 deletion zigConsole/Dockerfile.debug
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ARG IMAGE_ARCH=
##
# Base container version
##
ARG BASE_VERSION=3.0.8-bookworm
ARG BASE_VERSION=3.1.0-bookworm

##
# Application Name
Expand Down

0 comments on commit e67acb6

Please sign in to comment.