Skip to content

Commit e51d754

Browse files
Fixing multiworkshop
1 parent 4bf69c1 commit e51d754

File tree

7 files changed

+16
-54
lines changed

7 files changed

+16
-54
lines changed

.github/workflows/publish-workshop.yaml

+2-4
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
steps:
2020
- name: Checkout code
21-
uses: actions/checkout@v3
21+
uses: actions/checkout@v4
2222

2323
- name: Install Carvel tools
2424
shell: bash
@@ -27,9 +27,7 @@ jobs:
2727
- name: Install Educates CLI
2828
shell: bash
2929
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
3331
mv /tmp/client-programs/educates-linux-amd64 /usr/local/bin/educates
3432
3533
- name: Setup repository variables and release details

workshops/lab-containerizing-spring/resources/trainingportal.yaml

-15
This file was deleted.

workshops/lab-containerizing-spring/resources/workshop.yaml

+6-2
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,17 @@ metadata:
55
spec:
66
title: Containerizing a Spring Boot application
77
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)
810
workshop:
911
image: jdk17-environment:*
1012
files:
1113
- image:
12-
url: $(image_repository)/labs-spring-workshops-files:$(workshop_version)
14+
url: $(image_repository)/lab-containerizing-spring-files:$(workshop_version)
1315
includePaths:
14-
- /workshops/lab-containerizing-spring/workshop/**
16+
- /workshop/**
17+
- /exercises/**
18+
- /README.md
1519
newRootPath: workshops/lab-containerizing-spring
1620
session:
1721
resources:

workshops/lab-creating-a-spring-app/resources/trainingportal.yaml

-15
This file was deleted.

workshops/lab-creating-a-spring-app/resources/workshop.yaml

+6-3
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,17 @@ metadata:
55
spec:
66
title: Creating a Spring Boot application
77
description: A workshop introducing the start.spring.io web site.
8+
publish:
9+
image: $(image_repository)/labs-creating-a-spring-app-files:$(workshop_version)
810
workshop:
911
image: jdk17-environment:*
1012
files:
1113
- image:
12-
url: $(image_repository)/labs-spring-workshops-files:$(workshop_version)
14+
url: $(image_repository)/labs-creating-a-spring-app-files:$(workshop_version)
1315
includePaths:
14-
- /workshops/lab-creating-a-spring-app/workshop/**
15-
newRootPath: workshops/lab-creating-a-spring-app
16+
- /workshop/**
17+
- /exercises/**
18+
- /README.md
1619
- path: .m2
1720
image:
1821
url: ghcr.io/educates/lab-spring-boot-on-k8s-maven:latest

workshops/lab-spring-boot-on-k8s/resources/trainingportal.yaml

-15
This file was deleted.

workshops/lab-spring-boot-on-k8s/resources/workshop.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ metadata:
55
spec:
66
title: Spring Boot on Kubernetes
77
description: Introduction to Spring Boot on Kubernetes
8+
publish:
9+
image: $(image_repository)/lab-spring-boot-on-k8s-files:$(workshop_version)
810
workshop:
911
image: jdk17-environment:*
1012
files:

0 commit comments

Comments
 (0)