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

Releases: alexisakers/swift-docker

2.0.0 - swift build

29 Nov 12:06
Compare
Choose a tag to compare

TL;DR

MAKEOVER!

This version focuses on improving the Swift build automation script.

Changes

The following changes have been made:

  • The Swift build script has been converted to a shiny Swift Package
  • Improved manifest parsing (100% safer!)
  • Better Console I/O

Minor changes/fixes

Other changes have been made:

  • The Dockerfiles are no longer committed, since they don't provide any added value
  • Fixes in the Dockerfile (permissions fixed, and extraneous /sta directory removed)

Updating

Updating is very simple :

docker pull aleksaubry/swift-docker:[tag]

Replace [tag] with the tag of the image you want to update.

You can also use the --pull flag with docker build to fetch the latest version of the base image when building.

1.0.0 - Initial Release

27 Nov 18:21
Compare
Choose a tag to compare

Hello, Docker world 🐳 !

  • Swift 3.0 on Ubuntu 14.04 and 15.10
  • Swift 3.0.1 on Ubuntu 14.04, 15.10 and 16.04