File tree 7 files changed +16
-54
lines changed
lab-containerizing-spring/resources
lab-creating-a-spring-app/resources
lab-spring-boot-on-k8s/resources
7 files changed +16
-54
lines changed Original file line number Diff line number Diff line change 18
18
19
19
steps :
20
20
- name : Checkout code
21
- uses : actions/checkout@v3
21
+ uses : actions/checkout@v4
22
22
23
23
- name : Install Carvel tools
24
24
shell : bash
27
27
- name : Install Educates CLI
28
28
shell : bash
29
29
run : |
30
- # curl -Lo /usr/local/bin/educates https://github.com/vmware-tanzu-labs/educates-training-platform/releases/download/2.6.0/educates-linux-amd64
31
- # chmod +x /usr/local/bin/educates
32
- imgpkg pull -i ghcr.io/vmware-tanzu-labs/educates-client-programs:2.6.0 -o /tmp/client-programs
30
+ imgpkg pull -i ghcr.io/vmware-tanzu-labs/educates-client-programs:2.7.2 -o /tmp/client-programs
33
31
mv /tmp/client-programs/educates-linux-amd64 /usr/local/bin/educates
34
32
35
33
- name : Setup repository variables and release details
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -5,13 +5,17 @@ metadata:
5
5
spec :
6
6
title : Containerizing a Spring Boot application
7
7
description : A workshop describing how to run a Spring Boot application in docker.
8
+ publish :
9
+ image : $(image_repository)/lab-containerizing-spring-files:$(workshop_version)
8
10
workshop :
9
11
image : jdk17-environment:*
10
12
files :
11
13
- image :
12
- url : $(image_repository)/labs-spring-workshops -files:$(workshop_version)
14
+ url : $(image_repository)/lab-containerizing-spring -files:$(workshop_version)
13
15
includePaths :
14
- - /workshops/lab-containerizing-spring/workshop/**
16
+ - /workshop/**
17
+ - /exercises/**
18
+ - /README.md
15
19
newRootPath : workshops/lab-containerizing-spring
16
20
session :
17
21
resources :
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -5,14 +5,17 @@ metadata:
5
5
spec :
6
6
title : Creating a Spring Boot application
7
7
description : A workshop introducing the start.spring.io web site.
8
+ publish :
9
+ image : $(image_repository)/labs-creating-a-spring-app-files:$(workshop_version)
8
10
workshop :
9
11
image : jdk17-environment:*
10
12
files :
11
13
- image :
12
- url : $(image_repository)/labs-spring-workshops -files:$(workshop_version)
14
+ url : $(image_repository)/labs-creating-a- spring-app -files:$(workshop_version)
13
15
includePaths :
14
- - /workshops/lab-creating-a-spring-app/workshop/**
15
- newRootPath : workshops/lab-creating-a-spring-app
16
+ - /workshop/**
17
+ - /exercises/**
18
+ - /README.md
16
19
- path : .m2
17
20
image :
18
21
url : ghcr.io/educates/lab-spring-boot-on-k8s-maven:latest
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ metadata:
5
5
spec :
6
6
title : Spring Boot on Kubernetes
7
7
description : Introduction to Spring Boot on Kubernetes
8
+ publish :
9
+ image : $(image_repository)/lab-spring-boot-on-k8s-files:$(workshop_version)
8
10
workshop :
9
11
image : jdk17-environment:*
10
12
files :
You can’t perform that action at this time.
0 commit comments