How to put Swift in a box: Building container images with swift-container-plugin

Day 1 | 16:45 | 00:20 | K.4.401 | Euan Harris


Note: I'm reworking this at the moment, some things won't work.

The stream isn't available yet! Check back at 16:45.
Get involved in the conversation!Join the chat

Did you know that you can write a cloud-native service in Swift and publish it in a container image, ready to run on any standard container-based cloud infrastructure, all using just the Swift compiler and its build system?

In this talk we'll see how Swift's strong multi-platform support and highly extensible package manager can take care of the whole process for you, allowing you to build your application, package it and upload it in one efficient step:

We'll see these tools in action and peek behind the scenes to learn how they actually work. Along the way we'll answer questions such as: