Skip to content

Commit a0b47a6

Browse files
authored
Merge pull request cds-hooks#644 from buildpacks/feat/remove-katacoda
Remove katacoda plumbing
2 parents 8d7d86f + a5b430c commit a0b47a6

39 files changed

+2
-2408
lines changed

Makefile

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -170,22 +170,8 @@ tools-tidy:
170170
cd tools; go mod tidy
171171

172172
.PHONY: prepare-for-pr
173-
prepare-for-pr: check-links test tools-tidy katacoda
173+
prepare-for-pr: check-links test tools-tidy
174174
@echo "========"
175175
@echo "It looks good! :)"
176176
@echo "Make sure to commit all changes!"
177177
@echo "========"
178-
179-
.PHONY: katacoda
180-
katacoda:
181-
@echo "========"
182-
@echo "Generating Katacoda docs..."
183-
@go run katacoda/main.go
184-
@echo "All done!"
185-
@echo "========"
186-
187-
.PHONY: check-katacoda
188-
check-katacoda: katacoda
189-
@echo "Checking if Katacoda docs are up-to-date..."
190-
@git diff --quiet HEAD -- katacoda/scenarios || ( echo "Katacoda docs are not up-to-date! Please run 'make katacoda' and commit the katacoda/scenarios folder" && exit 1)
191-
@echo "All katacoda docs are up-to-date"

content/docs/app-developer-guide/_index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ include_summaries=true
55
expand=true
66
+++
77

8-
{{< katacoda-button href="https://katacoda.com/buildpacks/scenarios/app-developer-guide" color="green" >}} Learn on Katacoda {{</>}}
9-
108
## Prerequisites
119

1210
A lot of the examples used within this guide will require the following:

content/docs/app-developer-guide/build-an-app.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,6 @@ docker run --rm -p 8080:8080 sample-app
6262
The app should now be running and accessible via [localhost:8080](http://localhost:8080).
6363
<!--+end+-->
6464

65-
<!--+ `
66-
Now open your favorite browser and point it to port "8080" of your host and take a minute to enjoy the view.
67-
68-
On Katacoda you can do this by [clicking here](https://[[HOST_SUBDOMAIN]]-8080-[[KATACODA_HOST]].environments.katacoda.com)
69-
` +-->
70-
7165
## What about ARM apps?
7266

7367
Linux ARM image builds are now supported!

content/docs/app-journey.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,13 @@ getting-started=true
77
## Pack for the journey
88

99
In this tutorial, we'll explain how to use `pack` and **buildpacks** to create a runnable app image from source code.
10-
<!--+if false+-->
11-
{{< katacoda-button href="https://katacoda.com/buildpacks/scenarios/app-journey" color="green" >}} Learn on Katacoda {{</>}}
1210

1311
In order to run the build process in an isolated fashion, `pack` uses **Docker**. That means you'll need to make sure you have both `docker` and `pack` installed:
1412

1513
{{< download-button href="https://store.docker.com/search?type=edition&offering=community" color="blue" >}} Install Docker {{</>}}
1614

1715
{{< download-button href="/docs/install-pack" color="pink" >}} Install pack {{</>}}
18-
<!--+end+-->
16+
1917
> **NOTE:** `pack` is only one implementation of the [Cloud Native Buildpacks Platform Specification][cnb-platform-spec]. Additionally, not all Cloud Native Buildpacks Platforms require Docker.
2018
2119
[cnb-platform-spec]: https://github.com/buildpacks/spec/blob/main/platform.md
@@ -86,14 +84,8 @@ To test out your new app image locally, you can run it with Docker:
8684
docker run --rm -p 8080:8080 myapp
8785
```
8886
<!--+- "{{execute}}"+-->
89-
<!--+- if false+-->
9087
Now hit [`localhost:8080`](http://localhost:8080) in your favorite browser and take a minute to enjoy the view.
91-
<!--+- end+-->
92-
<!--+ `
93-
Now open your favorite browser and point it to port "8080" of your host and take a minute to enjoy the view.
9488

95-
On Katacoda you can do this by [clicking here](https://[[HOST_SUBDOMAIN]]-8080-[[KATACODA_HOST]].environments.katacoda.com)
96-
` +-->
9789

9890
### Take your image to the skies
9991

@@ -107,9 +99,7 @@ deploying your new image to your favorite cloud!
10799

108100
Windows image builds are now supported!
109101

110-
<!--+- if false+-->
111102
<a href="/docs/app-developer-guide/build-a-windows-app" class="button bg-blue">Windows build guide</a>
112-
<!--+end+-->
113103

114104
[builder]: /docs/concepts/components/builder/
115105
[buildpack]: /docs/concepts/components/buildpack/

katacoda.yaml

Lines changed: 0 additions & 1 deletion
This file was deleted.

katacoda/files.txt

Lines changed: 0 additions & 17 deletions
This file was deleted.

katacoda/main.go

Lines changed: 0 additions & 169 deletions
This file was deleted.

katacoda/scenarios/app-developer-guide/background.sh

Lines changed: 0 additions & 6 deletions
This file was deleted.

katacoda/scenarios/app-developer-guide/build-an-app.md

Lines changed: 0 additions & 71 deletions
This file was deleted.

katacoda/scenarios/app-developer-guide/cache-image-bg.sh

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)