Skip to content

Commit

Permalink
Migrates buildpack to paketo-buildpacks and updates README
Browse files Browse the repository at this point in the history
  • Loading branch information
ForestEckhardt committed May 10, 2022
1 parent 2d5e6db commit a4d9824
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @paketo-community/web-servers-maintainers
* @paketo-buildpacks/web-servers-maintainers
18 changes: 12 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,22 @@
# Web Servers Paketo Buildpack

## `gcr.io/paketo-community/web-servers`
## `paketo-buildpacks/web-servers`

The Web Servers Paketo Buildpack provides a set of collaborating buildpacks that
enable the use of web servers. These buildpacks include:
- [NGINX CNB](https://github.com/paketo-buildpacks/nginx)
- [Apache HTTPD CNB](https://github.com/paketo-buildpacks/httpd)
- [Node Engine CNB](https://github.com/paketo-buildpacks/node-engine)
- [Yarn CNB](https://github.com/paketo-buildpacks/yarn)
- [Yarn Install CNB](https://github.com/paketo-buildpacks/yarn-install)
- [NPM Install CNB](https://github.com/paketo-buildpacks/npm-install)

The buildpack supports building applications that leverage NGINX or HTTPD web
servers. Usage examples can be found in the
servers as well as JavaScript Frontend apps. Usage examples can be found in the
[`samples`
repository](https://github.com/paketo-buildpacks/samples) under
the [`nginx`
directory](https://github.com/paketo-buildpacks/samples/tree/main/nginx) and
the [`httpd` directory
](https://github.com/paketo-buildpacks/samples/tree/main/httpd).
the [`web-servers`
directory](https://github.com/paketo-buildpacks/samples/tree/main/web-servers).

#### The Web Servers buildpack is only compatible with the following builder:
- [Paketo Full Builder](https://github.com/paketo-buildpacks/full-builder) (NGINX and HTTPD)
Expand All @@ -23,5 +25,9 @@ the [`httpd` directory

This buildpack also includes the following utility buildpacks:
- [Procfile CNB](https://github.com/paketo-buildpacks/procfile)
- [Environment Variables CNB](https://github.com/paketo-buildpacks/environment-variables)
- [Image Labels CNB](https://github.com/paketo-buildpacks/image-labels)
- [CA Certificates CNB](https://github.com/paketo-buildpacks/ca-certificates)
- [Node Run Script CNB](https://github.com/paketo-buildpacks/node-run-script)

Check out the [Web Servers Paketo Buildpack docs](https://paketo.io/docs/howto/web-servers/) for more information.
6 changes: 3 additions & 3 deletions buildpack.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
api = "0.6"

[buildpack]
homepage = "https://github.com/paketo-community/web-servers"
id = "paketo-community/web-server"
homepage = "https://github.com/paketo-buildpacks/web-servers"
id = "paketo-buildpacks/web-server"
name = "Paketo Web Servers Buildpack"

[[buildpack.licenses]]
type = "Apache-2.0"
uri = "https://github.com/paketo-community/web-servers/blob/main/LICENSE"
uri = "https://github.com/paketo-buildpacks/web-servers/blob/main/LICENSE"

[metadata]
include-files = ["buildpack.toml"]
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/paketo-community/web-servers
module github.com/paketo-buildpacks/web-servers

go 1.16

Expand Down

0 comments on commit a4d9824

Please sign in to comment.