Skip to content

Commit

Permalink
Merge pull request #1743 from thasnim-fluxone/tutorial-update-kaniko-…
Browse files Browse the repository at this point in the history
…example

Update tutorial add spec.source.type to the example build definitions
  • Loading branch information
openshift-merge-bot[bot] authored Dec 2, 2024
2 parents 6a257c0 + afd97dd commit 0e93da8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/tutorials/building_with_buildkit.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ metadata:
name: go-tutorial-buildkit
spec:
source:
type: Git
git:
url: https://github.com/shipwright-io/sample-go
contextDir: docker-build
Expand Down
1 change: 1 addition & 0 deletions docs/tutorials/building_with_buildpacks.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ metadata:
name: ruby-tutorial
spec:
source:
type: Git
git:
url: https://github.com/shipwright-io/sample-ruby
contextDir: source-build
Expand Down
1 change: 1 addition & 0 deletions docs/tutorials/building_with_kaniko.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ metadata:
name: go-tutorial
spec:
source:
type: Git
git:
url: https://github.com/shipwright-io/sample-go
contextDir: docker-build
Expand Down

0 comments on commit 0e93da8

Please sign in to comment.