Skip to content

Commit 16ca874

Browse files
Zander Mackiedfreilich
andcommitted
Remove cflinuxfs2 from the stacks
- Add buildpack.toml to gitignore Co-authored-by: David Freilich <dfreilich@pivotal.io>
1 parent f232b2a commit 16ca874

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@
33
.idea
44
.bin
55
yarn-cnb_*
6-
bin
6+
bin
7+
buildpack.toml

buildpack.toml.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ name = "Yarn"
1717
sha256 = "df202627d9a70cf09ef2fb11cb298cb619db1b958590959d6f6e571b50656029"
1818
source = "https://github.com/yarnpkg/yarn/releases/download/v1.16.0/yarn-v1.16.0.tar.gz"
1919
source_sha256 = "df202627d9a70cf09ef2fb11cb298cb619db1b958590959d6f6e571b50656029"
20-
stacks = ["org.cloudfoundry.stacks.cflinuxfs2","org.cloudfoundry.stacks.cflinuxfs3","io.buildpacks.stacks.bionic"]
20+
stacks = ["org.cloudfoundry.stacks.cflinuxfs3","io.buildpacks.stacks.bionic"]
2121
uri = "https://buildpacks.cloudfoundry.org/dependencies/yarn/yarn-1.16.0-any-stack-df202627.tar.gz"
2222
version = "1.16.0"
2323

0 commit comments

Comments
 (0)