Skip to content
This repository has been archived by the owner on Sep 11, 2023. It is now read-only.

futurejones/swift-arm64-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

swift-arm64-docker

Dockerfiles for Swift-Arm releases

Swift logo

Docker images for Swift-ARM.

You can find the Docker Hub repo here: https://hub.docker.com/repository/docker/swiftarm/swift

Usage

Pull the Docker image from Docker Hub:
docker pull swiftarm/swift
Create a container from the image and run it:
docker run -it swiftarm/swift /bin/bash

If you want to run the Swift REPL you will need to run the container with additional privileges:

docker run --security-opt seccomp=unconfined -it swiftarm/swift
  • latest (ubuntu 20.04 swift 5.5.1)
  • 5.5.1-debian-10
  • 5.5.1-debian-buster
  • 5.5.1-debian-11
  • 5.5.1-debian-bullseye
  • 5.5.1-ubuntu-18.04
  • 5.5.1-ubuntu-bionic
  • 5.5.1-ubuntu-20.04
  • 5.5.1-ubuntu-focal
  • 5.5.1-ubuntu-21.04
  • 5.5.1-ubuntu-hirsute
  • 5.5.1-ubuntu-21.10
  • 5.5.1-ubuntu-impish