Skip to content

Commit

Permalink
Fix/update docker images (#1543)
Browse files Browse the repository at this point in the history
* update docker images with latest released version and set revision ot 0.5.0-SNAPSHOT

Signed-off-by: TRS1SF3 <Stanislav.Trailov@bosch.io>

* simple ui rev ision to 0.5.0-SNAPSHOT

Signed-off-by: TRS1SF3 <Stanislav.Trailov@bosch.io>

---------

Signed-off-by: TRS1SF3 <Stanislav.Trailov@bosch.io>
  • Loading branch information
strailov committed Jan 13, 2024
1 parent ae47b1b commit b5e9bc8
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion hawkbit-runtime/docker/docker_build/Dockerfile
Expand Up @@ -4,7 +4,7 @@ ARG JAVA_VERSION=17.0.9_9
FROM eclipse-temurin:${JAVA_VERSION}-jre-alpine as build

ARG HAWKBIT_APP=hawkbit-update-server
ARG HAWKBIT_VERSION=0.3.0
ARG HAWKBIT_VERSION=0.4.1

ENV BUILD_DIR=/opt/hawkbit_build
ENV APP=${HAWKBIT_APP}
Expand Down
2 changes: 1 addition & 1 deletion hawkbit-runtime/docker/docker_build/Dockerfile-mysql
Expand Up @@ -4,7 +4,7 @@ ARG JAVA_VERSION=17.0.9_9
FROM eclipse-temurin:${JAVA_VERSION}-jre-alpine as build

ARG HAWKBIT_APP=hawkbit-update-server
ARG HAWKBIT_VERSION=0.3.0
ARG HAWKBIT_VERSION=0.4.1

ENV BUILD_DIR=/opt/hawkbit_build
ENV APP=${HAWKBIT_APP}
Expand Down
2 changes: 1 addition & 1 deletion hawkbit-runtime/docker/docker_build/Dockerfile_dev
Expand Up @@ -4,7 +4,7 @@ ARG JAVA_VERSION=17.0.9_9
FROM eclipse-temurin:${JAVA_VERSION}-jre-alpine as build

ARG HAWKBIT_APP=hawkbit-update-server
ARG HAWKBIT_VERSION=0.3.0
ARG HAWKBIT_VERSION=0.4.1

ENV BUILD_DIR=/opt/hawkbit_build
ENV APP=${HAWKBIT_APP}
Expand Down
2 changes: 1 addition & 1 deletion hawkbit-runtime/docker/docker_build/Dockerfile_dev-mysql
Expand Up @@ -4,7 +4,7 @@ ARG JAVA_VERSION=17.0.9_9
FROM eclipse-temurin:${JAVA_VERSION}-jre-alpine as build

ARG HAWKBIT_APP=hawkbit-update-server
ARG HAWKBIT_VERSION=0.3.0
ARG HAWKBIT_VERSION=0.4.1

ENV BUILD_DIR=/opt/hawkbit_build
ENV APP=${HAWKBIT_APP}
Expand Down
3 changes: 2 additions & 1 deletion hawkbit-runtime/docker/docker_build/build_all_dev.sh
Expand Up @@ -15,7 +15,7 @@ set -xe
# -f <flavour> to pass flavour. "mysql" stands for MySQL while all the rest (and default) is assumed Standard
# -r <local maven repository> the local maven repository the already built application jars are located into

VERSION=0.4.0-SNAPSHOT
VERSION=0.4.1
FLAVOUR="standard"
MVN_REPO=~/.m2/repository

Expand Down Expand Up @@ -52,5 +52,6 @@ build "hawkbit-ddi-server"
build "hawkbit-dmf-server"
build "hawkbit-mgmt-server"
build "hawkbit-vv8-ui"
build "hawkbit-simple-ui"

build "hawkbit-update-server"
2 changes: 1 addition & 1 deletion hawkbit-runtime/hawkbit-simple-ui/pom.xml
Expand Up @@ -31,7 +31,7 @@
<name>hawkBit :: Runtime :: Simple UI</name>

<properties>
<revision>0.4.0-SNAPSHOT</revision>
<revision>0.5.0-SNAPSHOT</revision>

<java.version>17</java.version>
<vaadin.version>24.2.2</vaadin.version>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -144,7 +144,7 @@
</pluginRepositories>

<properties>
<revision>0.4.0-SNAPSHOT</revision>
<revision>0.5.0-SNAPSHOT</revision>

<dash.skip>true</dash.skip>
<dash.fail>true</dash.fail>
Expand Down

0 comments on commit b5e9bc8

Please sign in to comment.