Skip to content

Commit b20cd20

Browse files
author
RahulMR42
committed
graal ee instance
1 parent 57d706c commit b20cd20

File tree

4 files changed

+23
-11
lines changed

4 files changed

+23
-11
lines changed

AIO.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ All in One reference for samples - In Alphabetical (A to Z) order.
66
- Build a micronaut restapi application with Graal VM Enterprise - https://github.com/oracle-devrel/oci-devops-examples/tree/main/oci-build-examples/oci_devops_graalee_micronaut
77
- Build and Deploy a Golan application using OCI Devops - https://github.com/oracle-devrel/oci-devops-examples/blob/main/oci-pipeline-examples/oci-devops-golan-sample
88
- Build and Deploy a RUST application using OCI Devops - https://github.com/oracle-devrel/oci-devops-examples/blob/main/oci-pipeline-examples/oci-devops-cicd-rust-sample
9+
- Build and deploy a JAVA - Graal EE - Micronaut application on to Instances - https://github.com/oracle-devrel/oci-devops-examples/blob/main/oci-pipeline-examples/oci-devops-graal-micronaut-deploy-to-instances
910
- Build and run a OCI devops pipeline with JAVA and Graal VM framework. - https://github.com/oracle-devrel/oci-devops-examples/blob/main/oci-pipeline-examples/oci-java-graalvm-devops-example
1011
- Build and run a OCI devops pipeline with Java-Micronaut framework. - https://github.com/oracle-devrel/oci-devops-examples/blob/main/oci-pipeline-examples/oci-java-micronaut-devops-example
1112
- Cascaded Pipelines - With in the Region - https://github.com/oracle-devrel/oci-devops-examples/blob/main/oci-pipeline-examples/oci-cascaded-pipelines/same-region
@@ -25,3 +26,4 @@ All in One reference for samples - In Alphabetical (A to Z) order.
2526
- Invoke deployment pipeline on a container image upload - https://github.com/oracle-devrel/oci-devops-examples/blob/main/oci-deployment-examples/oci-devops-deploy-on-imageupload
2627
- OCI Policy management using terraform - https://github.com/oracle-devrel/oci-devops-examples/blob/main/oci-config-examples/oci_devops_policy_dg_terraform
2728
- Scanning code for vulnerabilities for Maven packages - https://github.com/oracle-devrel/oci-devops-examples/tree/main/oci-build-examples/oci-devops-vulnerability-audit-management
29+
rahulmr_in@rahulmr_in-mac oci-devops-examples %

oci-pipeline-examples/README.md

Lines changed: 19 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,42 @@
11
All about devops pipelines using OCI Devops.
22
=======
33
<details>
4-
<summary>JAVA Applications - click to expand</summary>
5-
6-
* [Build and run a OCI devops pipeline with Java-Micronaut framework.](./oci-java-micronaut-devops-example/)
4+
<summary>Cascaded Pipelines - click to expand</summary>
75

8-
* [Build and run a OCI devops pipeline with JAVA and Graal VM framework.](./oci-java-graalvm-devops-example/)
6+
* [Cascaded Pipelines - With in the Region](./oci-cascaded-pipelines/same-region/)
97

108
</details>
119
<details>
12-
<summary>Cascaded Pipelines - click to expand</summary>
13-
14-
* [Cascaded Pipelines - With in the Region](./oci-cascaded-pipelines/same-region/)
10+
<summary> Pipeline with Graal Enterprise - click to expand</summary>
11+
12+
* [Build and deploy a JAVA - Graal EE - Micronaut application on to Instances](./oci-devops-graal-micronaut-deploy-to-instances)
1513

1614
</details>
15+
<details>
16+
<summary>Golan Applications - click to expand</summary>
17+
18+
* [Build and Deploy a Golan application using OCI Devops](./oci-devops-golan-sample/)
1719

1820
</details>
21+
1922
<details>
20-
<summary>RUST Applications - click to expand</summary>
23+
<summary>JAVA Applications - click to expand</summary>
24+
25+
* [Build and run a OCI devops pipeline with Java-Micronaut framework on to OKE.](./oci-java-micronaut-devops-example/)
2126

22-
* [Build and Deploy a RUST application using OCI Devops](./oci-devops-cicd-rust-sample/)
27+
* [Build and run a OCI devops pipeline with JAVA and Graal VM framework on to OKE .](./oci-java-graalvm-devops-example/)
2328

2429
</details>
2530

2631

2732
</details>
2833
<details>
29-
<summary>Golan Applications - click to expand</summary>
34+
<summary>RUST Applications - click to expand</summary>
35+
36+
* [Build and Deploy a RUST application using OCI Devops](./oci-devops-cicd-rust-sample/)
37+
38+
</details>
3039

31-
* [Build and Deploy a Golan application using OCI Devops](./oci-devops-golan-sample/)
3240

3341
</details>
3442

oci-pipeline-examples/oci-devops-graal-micronaut-deploy-to-instances/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,8 @@ curl http://<PUBLIC IP ADDRESS OF THE INSTANCE>:8080/
307307

308308
![](images/oci-app-output.png)
309309

310+
![](images/oci-curl-op.png)
311+
310312
#Tail end - Close look at resources and configurations
311313

312314
## Build specifications - close look at the steps, the whole file can be referred to here [buildspec](build_spec.yaml)
58.6 KB
Loading

0 commit comments

Comments
 (0)