Skip to content
This repository has been archived by the owner on Jan 17, 2025. It is now read-only.

Commit

Permalink
update swift41 snapshot build to 2018-03-11-a (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
csantanapr authored Mar 12, 2018
1 parent 86fa7c0 commit 615a2ac
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
2 changes: 2 additions & 0 deletions ansible/environments/local/group_vars/all
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,5 @@ runtimes_manifest:

blackboxes:
- name: "dockerskeleton"

controller_protocol: "http"
9 changes: 9 additions & 0 deletions swift4.1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# IBM Functions Swift 4.1 Runtime

## 1.0.2
Changes:
- update swift41 snapshot build to `2018-03-11-a`

Swift runtime version: [swift-4.1-DEVELOPMENT-SNAPSHOT-2018-03-07-a](https://swift.org/builds/swift-4.1-branch/ubuntu1404/swift-4.1-DEVELOPMENT-SNAPSHOT-2018-03-11-a/swift-4.1-DEVELOPMENT-SNAPSHOT-2018-03-11-a-ubuntu14.04.tar.gz)

Packages included:
- [Watson SDK 0.21.0](https://github.com/watson-developer-cloud/swift-sdk/releases/tag/v0.21.0)

## 1.0.1
Changes:
- update swift41 snapshot build to `2018-03-07-a`
Expand Down
2 changes: 1 addition & 1 deletion swift4.1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ LABEL Description="Linux Ubuntu 14.04 image with the Swift binaries and tools."
USER root

# Set environment variables for image
ENV SWIFT_SNAPSHOT swift-4.1-DEVELOPMENT-SNAPSHOT-2018-03-07-a
ENV SWIFT_SNAPSHOT swift-4.1-DEVELOPMENT-SNAPSHOT-2018-03-11-a
ENV SWIFT_SNAPSHOT_LOWERCASE swift-4.1-branch
ENV UBUNTU_VERSION ubuntu14.04
ENV UBUNTU_VERSION_NO_DOTS ubuntu1404
Expand Down

0 comments on commit 615a2ac

Please sign in to comment.