-
Notifications
You must be signed in to change notification settings - Fork 34
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
f81f1c2
commit 508314c
Showing
14 changed files
with
33 additions
and
4 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
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
24 changes: 24 additions & 0 deletions
24
...ugin-tests/src/test/resources/docker-cloud-test/docker-gen-files/target/docker/Dockerfile
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 |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# Auto Generated Dockerfile | ||
FROM ghcr.io/graalvm/native-image-community:21-ol9 as build | ||
|
||
WORKDIR /app/build | ||
|
||
COPY hello.jar . | ||
COPY reflect-config.json . | ||
|
||
|
||
RUN native-image -jar hello.jar -H:Name=hello --no-fallback -H:+StaticExecutableWithDynamicLibC -H:IncludeResources=excludedClasses.txt -H:IncludeResources=cache/tests_cache/test_suit.json -H:ReflectionConfigurationFiles=reflect-config.json | ||
|
||
FROM gcr.io/distroless/base | ||
|
||
WORKDIR /home/ballerina | ||
|
||
|
||
COPY config-files/mod1/Config.toml /home/ballerina/conf/modules/mod1/tests/ | ||
COPY config-files/mod2/Config.toml /home/ballerina/conf/modules/mod2/tests/ | ||
COPY config-files/conf/Config.toml /home/ballerina/conf/tests/ | ||
COPY --from=build /app/build/hello . | ||
|
||
ENTRYPOINT ["./hello"] | ||
|
||
CMD ["true","cache/tests_cache/test_suit.json","arg2","arg3","arg4","arg5","arg6","arg7","arg8","arg9","arg10"] |
1 change: 1 addition & 0 deletions
1
.../resources/docker-cloud-test/docker-gen-files/target/docker/config-files/conf/Config.toml
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
sample |
1 change: 1 addition & 0 deletions
1
.../resources/docker-cloud-test/docker-gen-files/target/docker/config-files/mod1/Config.toml
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
sample |
1 change: 1 addition & 0 deletions
1
.../resources/docker-cloud-test/docker-gen-files/target/docker/config-files/mod2/Config.toml
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
sample |
Binary file added
BIN
+25.6 MB
...lugin-tests/src/test/resources/docker-cloud-test/docker-gen-files/target/docker/hello.jar
Binary file not shown.
Binary file added
BIN
+1.83 MB
...plugin-tests/src/test/resources/docker-cloud-test/docker-gen-files/target/docker/http.jar
Binary file not shown.
Binary file added
BIN
+292 KB
...tests/src/test/resources/docker-cloud-test/docker-gen-files/target/docker/jacocoagent.jar
Binary file not shown.
1 change: 1 addition & 0 deletions
1
...s/src/test/resources/docker-cloud-test/docker-gen-files/target/docker/reflect-config.json
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
[] |
1 change: 1 addition & 0 deletions
1
...-tests/src/test/resources/docker-cloud-test/docker-gen-files/target/docker/test_suit.json
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
{} |
Binary file added
BIN
+2.87 KB
...s/docker-cloud-test/docker-gen-files/target/docker/uuid-native-0.10.0-alpha5-SNAPSHOT.jar
Binary file not shown.
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