Skip to content

Commit 4084651

Browse files
committed
Put Jibber example into native-image/conatinerize category
1 parent 56cc1b5 commit 4084651

File tree

13 files changed

+9
-9
lines changed

13 files changed

+9
-9
lines changed

.github/workflows/native-image-containerize.yml renamed to .github/workflows/containerize-spring-boot-jibber.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
name: native-image/containerize
1+
name: native-image/containerize/spring-boot-microservice-jibber
22
on:
33
push:
44
paths:
5-
- 'native-image/containerize/**'
6-
- '.github/workflows/native-image-containerize.yml'
5+
- 'native-image/containerize/spring-boot-microservice-jibber/**'
6+
- '.github/workflows/containerize-spring-boot-jibber.yml'
77
pull_request:
88
paths:
9-
- 'native-image/containerize/**'
10-
- '.github/workflows/native-image-containerize.yml'
9+
- 'native-image/containerize/spring-boot-microservice-jibber/**'
10+
- '.github/workflows/containerize-spring-boot-jibber.yml'
1111
schedule:
1212
- cron: "0 0 1 * *" # run every month
1313
workflow_dispatch:
1414
permissions:
1515
contents: read
1616
jobs:
1717
run:
18-
name: Run 'native-image/containerize'
18+
name: Run 'native-image/containerize/spring-boot-microservice-jibber'
1919
runs-on: ubuntu-latest
2020
timeout-minutes: 20
2121
strategy:
@@ -30,9 +30,9 @@ jobs:
3030
github-token: ${{ secrets.GITHUB_TOKEN }}
3131
cache: 'maven'
3232
native-image-job-reports: 'true'
33-
- name: Run 'native-image/containerize'
33+
- name: Run 'native-image/containerize/spring-boot-microservice-jibber'
3434
run: |
35-
cd native-image/containerize
35+
cd native-image/containerize/spring-boot-microservice-jibber
3636
mvn --no-transfer-progress package
3737
mvn --no-transfer-progress native:compile -Pnative
3838
./target/benchmark-jibber &

native-image/containerize/README.md renamed to native-image/containerize/spring-boot-microservice-jibber/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Containerize a Native Executable and Run in a Container
1+
# Containerize a Spring Boot 3 Native Microservice and Run in a Container
22

33
You can find the steps to run this demo on [the website](https://www.graalvm.org/latest/reference-manual/native-image/guides/containerise-native-executable-and-run-in-docker-container/).
44

0 commit comments

Comments
 (0)