-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7377c5d
commit ee7cc21
Showing
7 changed files
with
15 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
chmod +x mvnw | ||
./mvnw clean package -Pnative -Dquarkus.profile=staging -Dquarkus.native.container-build=true -Dquarkus.native.container-runtime=docker | ||
docker rmi quay.io/qiotcovid19/edge-sensors-emulator:1.0.1-x86_64 --force | ||
docker build -f src/main/docker/Dockerfile.native -t quay.io/qiotcovid19/edge-sensors-emulator:1.0.1-x86_64 . | ||
docker push quay.io/qiotcovid19/edge-sensors-emulator:1.0.1-x86_64 | ||
./mvnw clean package -Pnative -Dquarkus.native.container-build=true -Dquarkus.native.container-runtime=docker | ||
docker rmi quay.io/qiotcovid19/edge-sensors-emulator:2.0.0-alpha-x86_64 --force | ||
docker build -f src/main/docker/Dockerfile.native -t quay.io/qiotcovid19/edge-sensors-emulator:2.0.0-alpha-x86_64 . | ||
docker push quay.io/qiotcovid19/edge-sensors-emulator:2.0.0-alpha-x86_64 | ||
#docker run -it --rm -p 8080:8080 --net host quay.io/qiot/qiot-integrator |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
docker run --rm --privileged multiarch/qemu-user-static:register --reset | ||
docker rmi quay.io/qiotcovid19/edge-sensors-emulator:1.0.1-aarch64 --force | ||
docker build -f src/main/docker/Dockerfile.native.multiarch -t quay.io/qiotcovid19/edge-sensors-emulator:1.0.1-aarch64 . | ||
docker push quay.io/qiotcovid19/edge-sensors-emulator:1.0.1-aarch64 | ||
docker rmi quay.io/qiotcovid19/edge-sensors-emulator:2.0.0-alpha-aarch64 --force | ||
docker build -f src/main/docker/Dockerfile.native.multiarch -t quay.io/qiotcovid19/edge-sensors-emulator:2.0.0-alpha-aarch64 . | ||
docker push quay.io/qiotcovid19/edge-sensors-emulator:2.0.0-alpha-aarch64 | ||
#docker run -it --rm -p 8080:8080 --net host quay.io/qiot/qiot-integrator |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
|
||
|
||
/** | ||
* @author abattagl | ||
* @author andreabattaglia | ||
* | ||
*/ | ||
public interface GasService { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,7 @@ | |
|
||
|
||
/** | ||
* @author abattagl | ||
* @author andreabattaglia | ||
* | ||
*/ | ||
@ApplicationScoped | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
|
||
|
||
/** | ||
* @author abattagl | ||
* @author andreabattaglia | ||
* | ||
*/ | ||
public interface ParticulatesService { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ | |
|
||
|
||
/** | ||
* @author abattagl | ||
* @author andreabattaglia | ||
* | ||
*/ | ||
@ApplicationScoped | ||
|