GitXplorerGitXplorer
f

swift-arm64-docker

public
9 stars
0 forks
0 issues

Commits

List of commits on branch main.
Unverified
8161dafacaae49e6aacfadc014d985b9c1a684b9

update ubuntu to 5.5.2

ffuturejones committed 3 years ago
Unverified
a0d61f59a69f2071380de30e8569b70be26fd45e

update debian to 5.5.2

ffuturejones committed 3 years ago
Unverified
c53557b2f54459e3fd9fbdf44289fc3e9d86c303

use updated deb package 02

ffuturejones committed 3 years ago
Unverified
c4d08b7183027ef8a12963bdd4d4b215ca8bb0db

fix can't find package, remove swift test

ffuturejones committed 3 years ago
Unverified
44f4031b7c191e02c2478dfeb86ac321f4097af9

remove RUN swift version

ffuturejones committed 3 years ago
Unverified
d5ad83a5bd3c300928a60f62f0d855efa3312af4

add impish slim

ffuturejones committed 3 years ago

README

The README file for this repository.

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