This repository has been archived by the owner on Sep 27, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Arjun Sreedharan <[email protected]>
- Loading branch information
Showing
1 changed file
with
24 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,24 @@ | ||
# dep-ensure | ||
A Cloud Native Buildpack for installing packages using dep | ||
# Dep Ensure Cloud Native Buildpack | ||
|
||
The Dep Ensure CNB makes use of the [`dep`](https://golang.github.io/dep) tool | ||
to execute the `dep ensure` command in the working directory of the app. For | ||
more info about the `dep ensure` command, see the | ||
[documentation](https://golang.github.io/dep/docs/daily-dep.html#using-dep-ensure) | ||
|
||
## Integration | ||
|
||
The Dep Ensure CNB does not provide any dependencies. It requires the `dep` | ||
dependency that can be provided by a buildpack like the [Dep | ||
CNB](https://github.com/paketo-buildpacks/dep). | ||
|
||
## Usage | ||
|
||
To package this buildpack for consumption: | ||
|
||
``` | ||
$ ./scripts/package.sh | ||
``` | ||
|
||
## `buildpack.yml` Configurations | ||
|
||
This buildpack does not support configurations using `buildpack.yml`. |