Sign inSign up

smithmicro/swift

By smithmicro

Updated almost 10 years ago

Swift 3 on Ubuntu 15.10

Image
2

10K+

smithmicro/swift repository overview

Overview

Swift 3 Release and GM Candidate builds

This image will be end-of-life'd since there is a shiny new Official Swift Docker image here: https://hub.docker.com/_/swift/

Docker Hub

The image is available on Docker Hub as smithmicro/swift with the following tags:

  • 3.0.2, 3.0, 3, latest, (Dockerfile) swift-3.0.2
  • 3.0.1 swift-3.0.1-RELEASE
  • 3.0.0 swift-3.0-RELEASE

Usage

This image is used as a base image for a Swift 3 application. An example Dockerfile would be:

FROM smithmicro/swift:latest
ADD helloworld.swift ./
RUN swiftc helloworld.swift
CMD ./helloworld

You can also jump into the Swift REPL like this:

$ docker run -it --privileged smithmicro/swift swift

Tag summary

Content type

Image

Digest

Size

366.9 MB

Last updated

almost 10 years ago

docker pull smithmicro/swift