forked from cloudfoundry-community/swift-buildpack
-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Christian Compton
committed
Apr 1, 2019
1 parent
71263df
commit ec6c367
Showing
4 changed files
with
13 additions
and
13 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 |
---|---|---|
|
@@ -36,7 +36,7 @@ OK | |
Starting app Kitura-Starter in org [email protected] / space dev as [email protected]... | ||
-----> Downloaded app package (28K) | ||
Cloning into '/tmp/buildpacks/swift-buildpack'... | ||
-----> Buildpack version 2.0.19 | ||
-----> Buildpack version 2.0.20 | ||
-----> Default supported Swift version is 5.0 | ||
-----> Configure for apt-get installs... | ||
-----> Downloading system level dependencies... | ||
|
@@ -178,7 +178,7 @@ The buildpack will detect your app as Swift if it has a `Package.swift` file in | |
### Version installed on the IBM Cloud | ||
The latest version of the IBM Cloud buildpack for Swift on the IBM Cloud is [v2.0.19](https://github.com/IBM-Swift/swift-buildpack/releases/tag/2.0.19). | ||
The latest version of the IBM Cloud buildpack for Swift on the IBM Cloud is [v2.0.20](https://github.com/IBM-Swift/swift-buildpack/releases/tag/2.0.20). | ||
Please note that it is possible that the latest buildpack code contained in this repo hasn't yet been installed on the IBM Cloud. If that happens to be the case and you'd like to leverage the latest buildpack code, you can do so by adding the `-b https://github.com/IBM-Swift/swift-buildpack` parameter to the `ibmcloud app push` command, as shown below: | ||
|
@@ -234,7 +234,7 @@ $ cat .swift-version | |
Please note that the swift_buildpack installed on the IBM Cloud **caches** the following versions of the Swift binaries: | ||
- `5.0` | ||
- `4.2.3` | ||
- `4.2.4` | ||
If you'd like to use a different version of Swift [that is not cached] on the IBM Cloud, you can specify it in the `.swift-version` file. Please be aware that using a Swift version that is not cached increases the provisioning time of your app on the IBM Cloud. | ||
|
@@ -389,17 +389,17 @@ Admin tasks | |
To install this buildpack: | ||
```shell | ||
wget https://github.com/IBM-Swift/swift-buildpack/releases/download/2.0.19/buildpack_swift_v2.0.19-20190328-0046.zip | ||
ibmcloud cf create-buildpack swift_buildpack buildpack_swift_v2.0.19-20190328-0046.zip <position> | ||
wget https://github.com/IBM-Swift/swift-buildpack/releases/download/2.0.20/buildpack_swift_v2.0.20-20190328-0046.zip | ||
ibmcloud cf create-buildpack swift_buildpack buildpack_swift_v2.0.20-20190328-0046.zip <position> | ||
``` | ||
**Position** is a positive integer, sets priority, and is sorted from lowest to highest when listed using the `ibmcloud cf buildpacks` command. | ||
And to update it: | ||
```shell | ||
wget https://github.com/IBM-Swift/swift-buildpack/releases/download/2.0.19/buildpack_swift_v2.0.19-20190328-0046.zip | ||
ibmcloud cf update-buildpack swift_buildpack -p buildpack_swift_v2.0.19-20190328-0046.zip | ||
wget https://github.com/IBM-Swift/swift-buildpack/releases/download/2.0.20/buildpack_swift_v2.0.20-20190328-0046.zip | ||
ibmcloud cf update-buildpack swift_buildpack -p buildpack_swift_v2.0.20-20190328-0046.zip | ||
``` | ||
For more details on installing buildpacks, see [Adding buildpacks to Cloud Foundry](https://docs.cloudfoundry.org/adminguide/buildpacks.html). | ||
|
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 +1 @@ | ||
2.0.19 | ||
2.0.20 |
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
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