Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kphrx/swift-devcontainer
Dev Container image for Swift with apple/swift-format
https://github.com/kphrx/swift-devcontainer
devcontainer-feature swift
Last synced: 7 days ago
JSON representation
Dev Container image for Swift with apple/swift-format
- Host: GitHub
- URL: https://github.com/kphrx/swift-devcontainer
- Owner: kphrx
- License: mit
- Created: 2023-06-08T12:32:02.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-10-08T11:40:07.000Z (3 months ago)
- Last Synced: 2024-10-29T00:03:08.274Z (about 2 months ago)
- Topics: devcontainer-feature, swift
- Language: Shell
- Homepage:
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Swift Dev Container Images
Used Dev Container config from [swift-server/swift-devcontainer-template](https://github.com/swift-server/swift-devcontainer-template)
## Image tags
### stable
same tag as the `swift` images#### Based on `ubuntu:noble`
- `6.0-noble`, `noble`, `latest`
- `5.10-noble`#### Based on `ubuntu:jammy`
- `6.0-jammy`, `jammy`
- `5.10-jammy`
- `5.9-jammy`
- `5.8-jammy`
- `5.7-jammy`#### Based on `ubuntu:focal`
- `6.0-focal`, `focal`
- `5.10-focal`
- `5.9-focal`
- `5.8-focal`
- `5.7-focal`
- `5.6-focal`
- `5.5-focal`
- `5.4-focal`
- `5.3-focal`
- `5.2-focal`### nightly
same tag as the `swiftlang/swift` images#### Based on `ubuntu:jammy`
- `nightly-main-jammy`, `nightly-jammy`, `nightly`
- `nightly-6.0-jammy`
- `nightly-5.10-jammy`
- `nightly-5.9-jammy`
- `nightly-5.8-jammy`
- `nightly-5.7-jammy`#### Based on `ubuntu:focal`
- `nightly-main-focal`, `nightly-focal`
- `nightly-6.0-focal`
- `nightly-5.10-focal`
- `nightly-5.9-focal`
- `nightly-5.8-focal`
- `nightly-5.7-focal`
- `nightly-5.6-focal`
- `nightly-5.5-focal`
- `nightly-5.4-focal`
- `nightly-5.3-focal`