File tree Expand file tree Collapse file tree 7 files changed +6
-9
lines changed
content/docs/buildpack-author-guide/create-buildpack
katacoda/scenarios/buildpack-author-guide
themes/buildpacks/layouts/partials Expand file tree Collapse file tree 7 files changed +6
-9
lines changed Original file line number Diff line number Diff line change @@ -130,8 +130,6 @@ You will see the following output:
130
130
```
131
131
===> DETECTING
132
132
...
133
- ===> ANALYZING
134
- ...
135
133
===> RESTORING
136
134
===> BUILDING
137
135
---> Ruby Buildpack
Original file line number Diff line number Diff line change @@ -39,7 +39,6 @@ You should see the following output:
39
39
40
40
<!-- test:assert=contains -->
41
41
```
42
- ===> ANALYZING
43
42
Previous image with name "test-ruby-app" not found
44
43
===> DETECTING
45
44
examples/ruby 0.0.1
@@ -58,4 +57,4 @@ You will also notice that `ANALYZING` now appears in the build output. This step
58
57
---
59
58
60
59
<a href =" /docs/buildpack-author-guide/create-buildpack/build-app " class =" button bg-pink " >Next Step</a >
61
- <!-- +end+-->
60
+ <!-- +end+-->
Original file line number Diff line number Diff line change @@ -126,8 +126,6 @@ You will see the following output:
126
126
` ` `
127
127
===> DETECTING
128
128
...
129
- ===> ANALYZING
130
- ...
131
129
===> RESTORING
132
130
===> BUILDING
133
131
---> Ruby Buildpack
Original file line number Diff line number Diff line change @@ -35,7 +35,6 @@ You should see the following output:
35
35
36
36
< ! -- test:assert=contains -->
37
37
` ` `
38
- ===> ANALYZING
39
38
Previous image with name " test-ruby-app" not found
40
39
===> DETECTING
41
40
examples/ruby 0.0.1
Original file line number Diff line number Diff line change 52
52
{{- if ne $numberOfPages 0 }}
53
53
{{- $depth = add (int $depth) 1 }}
54
54
< ul class ="ml-2 ">
55
- {{- $expand = .Params.expand -}}
55
+ {{- $expand = (or .Params.expand $isCurrent) -}}
56
56
{{- $pages := (.Pages | union .Sections) }}
57
57
{{- range $pages.ByWeight }}
58
58
{{- if (not .Params.hidden) }}
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ require (
12
12
github.com/bep/debounce v1.2.1 // indirect
13
13
github.com/bep/gitmap v1.3.0 // indirect
14
14
github.com/buildpacks/lifecycle v0.14.1 // indirect
15
- github.com/buildpacks/pack v0.26 .0
15
+ github.com/buildpacks/pack v0.27 .0
16
16
github.com/clbanning/mxj/v2 v2.5.6 // indirect
17
17
github.com/containerd/cgroups v1.0.4 // indirect
18
18
github.com/containerd/containerd v1.6.6 // indirect
@@ -32,6 +32,7 @@ require (
32
32
github.com/pelletier/go-toml/v2 v2.0.2 // indirect
33
33
github.com/rivo/tview v0.0.0-20220610163003-691f46d6f500 // indirect
34
34
github.com/spf13/cobra v1.4.0
35
+ github.com/spf13/viper v1.10.0 // indirect
35
36
github.com/tdewolff/minify/v2 v2.11.9 // indirect
36
37
github.com/tdewolff/parse/v2 v2.6.0 // indirect
37
38
gocloud.dev v0.25.0 // indirect
Original file line number Diff line number Diff line change @@ -450,6 +450,8 @@ github.com/buildpacks/lifecycle v0.14.1 h1:CkMsUbotZvru+VOTn08BWPbJRZnAx6Xx2yQYo
450
450
github.com/buildpacks/lifecycle v0.14.1 /go.mod h1:l8p/hrNzwq1Dr9JEblxC8ZHOLhJPCBFOPCwyo0Z66/Y =
451
451
github.com/buildpacks/pack v0.26.0 h1:R0yPwTz58MfcqYSA0B2Q8ksOhp2Rz5kE/hO2BVys2y4 =
452
452
github.com/buildpacks/pack v0.26.0 /go.mod h1:6y/OxdE5ewaBuazvO4FKHvs2wEjA6DKI6e00WwZBuwM =
453
+ github.com/buildpacks/pack v0.27.0 h1:diMvn/aR0wbfs0ke7DOBtrkFzJqDw+moJPTWLdUTuhE =
454
+ github.com/buildpacks/pack v0.27.0 /go.mod h1:ifPVxBoY2EKbSrA8Hkyy0YFfSGCzyYnzlyjrLsxxAIY =
453
455
github.com/butuzov/ireturn v0.1.1 /go.mod h1:Wh6Zl3IMtTpaIKbmwzqi6olnM9ptYQxxVacMsOEFPoc =
454
456
github.com/cenkalti/backoff/v4 v4.1.1 /go.mod h1:scbssz8iZGpm3xbr14ovlUdkxfGXNInqkPWOWmG2CLw =
455
457
github.com/cenkalti/backoff/v4 v4.1.2 /go.mod h1:scbssz8iZGpm3xbr14ovlUdkxfGXNInqkPWOWmG2CLw =
You can’t perform that action at this time.
0 commit comments