File tree 7 files changed +15
-15
lines changed
src/main/java/io/qiot/covid19/edge/emulator/services
7 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 1
1
chmod +x mvnw
2
- ./mvnw clean package -Pnative -Dquarkus.profile=staging -Dquarkus.native.container-build=true -Dquarkus.native.container-runtime=docker
3
- docker rmi quay.io/qiotcovid19/edge-sensors-emulator:1 .0.1 -x86_64 --force
4
- docker build -f src/main/docker/Dockerfile.native -t quay.io/qiotcovid19/edge-sensors-emulator:1 .0.1 -x86_64 .
5
- docker push quay.io/qiotcovid19/edge-sensors-emulator:1 .0.1 -x86_64
2
+ ./mvnw clean package -Pnative -Dquarkus.native.container-build=true -Dquarkus.native.container-runtime=docker
3
+ docker rmi quay.io/qiotcovid19/edge-sensors-emulator:2 .0.0-alpha -x86_64 --force
4
+ docker build -f src/main/docker/Dockerfile.native -t quay.io/qiotcovid19/edge-sensors-emulator:2 .0.0-alpha -x86_64 .
5
+ docker push quay.io/qiotcovid19/edge-sensors-emulator:2 .0.0-alpha -x86_64
6
6
# docker run -it --rm -p 8080:8080 --net host quay.io/qiot/qiot-integrator
Original file line number Diff line number Diff line change 1
1
docker run --rm --privileged multiarch/qemu-user-static:register --reset
2
- docker rmi quay.io/qiotcovid19/edge-sensors-emulator:1 .0.1 -aarch64 --force
3
- docker build -f src/main/docker/Dockerfile.native.multiarch -t quay.io/qiotcovid19/edge-sensors-emulator:1 .0.1 -aarch64 .
4
- docker push quay.io/qiotcovid19/edge-sensors-emulator:1 .0.1 -aarch64
2
+ docker rmi quay.io/qiotcovid19/edge-sensors-emulator:2 .0.0-alpha -aarch64 --force
3
+ docker build -f src/main/docker/Dockerfile.native.multiarch -t quay.io/qiotcovid19/edge-sensors-emulator:2 .0.0-alpha -aarch64 .
4
+ docker push quay.io/qiotcovid19/edge-sensors-emulator:2 .0.0-alpha -aarch64
5
5
# docker run -it --rm -p 8080:8080 --net host quay.io/qiot/qiot-integrator
Original file line number Diff line number Diff line change 4
4
xmlns =" http://maven.apache.org/POM/4.0.0"
5
5
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" >
6
6
<modelVersion >4.0.0</modelVersion >
7
- <groupId >org .qiot.covid19.edge</groupId >
7
+ <groupId >io .qiot.covid19.edge</groupId >
8
8
<artifactId >edge-sensors-emulator</artifactId >
9
- <version >1.1.0 </version >
9
+ <version >2.0.0-SNAPSHOT </version >
10
10
<properties >
11
11
<compiler-plugin .version>3.8.1</compiler-plugin .version>
12
12
<maven .compiler.parameters>true</maven .compiler.parameters>
13
13
<maven .compiler.source>11</maven .compiler.source>
14
14
<maven .compiler.target>11</maven .compiler.target>
15
15
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
16
16
<project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
17
- <quarkus-plugin .version>1.11.1 .Final</quarkus-plugin .version>
17
+ <quarkus-plugin .version>1.12.2 .Final</quarkus-plugin .version>
18
18
<quarkus .platform.artifact-id>quarkus-universe-bom</quarkus .platform.artifact-id>
19
19
<quarkus .platform.group-id>io.quarkus</quarkus .platform.group-id>
20
- <quarkus .platform.version>1.11.1 .Final</quarkus .platform.version>
20
+ <quarkus .platform.version>1.12.2 .Final</quarkus .platform.version>
21
21
<surefire-plugin .version>2.22.1</surefire-plugin .version>
22
22
</properties >
23
23
<dependencyManagement >
Original file line number Diff line number Diff line change 8
8
9
9
10
10
/**
11
- * @author abattagl
11
+ * @author andreabattaglia
12
12
*
13
13
*/
14
14
public interface GasService {
Original file line number Diff line number Diff line change 25
25
26
26
27
27
/**
28
- * @author abattagl
28
+ * @author andreabattaglia
29
29
*
30
30
*/
31
31
@ ApplicationScoped
Original file line number Diff line number Diff line change 8
8
9
9
10
10
/**
11
- * @author abattagl
11
+ * @author andreabattaglia
12
12
*
13
13
*/
14
14
public interface ParticulatesService {
Original file line number Diff line number Diff line change 22
22
23
23
24
24
/**
25
- * @author abattagl
25
+ * @author andreabattaglia
26
26
*
27
27
*/
28
28
@ ApplicationScoped
You can’t perform that action at this time.
0 commit comments