Open
Description
Previous ID | SR-10178 |
Radar | None |
Original Reporter | @stephencelis |
Type | Improvement |
Additional Detail from JIRA
Votes | 5 |
Component/s | Docker |
Labels | Improvement |
Assignee | @shahmishal |
Priority | Medium |
Watchers: @shahmishal
md5: 70d4cba53f116c5670beb07efed412eb
Issue Description:
It's nice that Swift has taken an official Docker recipe under its wing, but we end up not using it because:
-
It lags with releases (5.0 was not released alongside Xcode 10.2 and the official toolchain)
-
It doesn't provide access to toolchains as they're released, making it inconvenient to test newer toolchains on Docker images
Instead, we end up using @norio-nomura's excellent image: https://hub.docker.com/r/norionomura/swift
I'm sure he'd be interested in not maintaining it, though, should Apple catch up.