Skip to content

Commit 0406681

Browse files
thitch97arjun024
andcommitted
change builder to prospective paketo-buildpacks path
Signed-off-by: Arjun Sreedharan <[email protected]> Co-authored-by: Arjun Sreedharan <[email protected]>
1 parent 0f180c6 commit 0406681

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

ruby/passenger/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Building
44

5-
`pack build passenger-sample --buildpack gcr.io/paketo-community/ruby`
5+
`pack build passenger-sample --buildpack gcr.io/paketo-buildpacks/ruby`
66

77
## Running
88

ruby/puma/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
## Building
44

5-
`pack build puma-sample --buildpack gcr.io/paketo-community/ruby`
5+
`pack build puma-sample --buildpack gcr.io/paketo-buildpacks/ruby`
66

77
## Running
88

9-
`docker run --interactive --tty --publish 9292:8080 puma-sample`
9+
`docker run --interactive --tty --publish 9292:9292 puma-sample`
1010

1111
`9292` is the default port for rack compliant web servers. As of date, the puma
1212
buildpack requires that the app source have a `config.ru` file.
1313

1414
## Viewing
1515

16-
`curl http://localhost:8080`
16+
`curl http://localhost:9292`

ruby/rackup/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Building
44

5-
`pack build rackup-sample --buildpack gcr.io/paketo-community/ruby`
5+
`pack build rackup-sample --buildpack gcr.io/paketo-buildpacks/ruby`
66

77
## Running
88

ruby/rake/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Building
44

5-
`pack build rake-sample --buildpack gcr.io/paketo-community/ruby`
5+
`pack build rake-sample --buildpack gcr.io/paketo-buildpacks/ruby`
66

77
## Running
88

ruby/thin/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Building
44

5-
`pack build thin-sample --buildpack gcr.io/paketo-community/ruby`
5+
`pack build thin-sample --buildpack gcr.io/paketo-buildpacks/ruby`
66

77
## Running
88

ruby/unicorn/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Building
44

5-
`pack build unicorn-sample --buildpack gcr.io/paketo-community/ruby`
5+
`pack build unicorn-sample --buildpack gcr.io/paketo-buildpacks/ruby`
66

77
## Running
88

0 commit comments

Comments
 (0)