Skip to content

Simplify build by using the standard Amazon Linux 2 / Swift docker images #3

@sebsto

Description

@sebsto

The change to include openssl-devel landed in the Amazon Linux 2 Swift container image build by Apple thanks to swiftlang/swift-docker#371.

It's now time to update the Makefile in each template to simplify and remove the need to build a custom container.

I think just two changes are required (in each template)

  1. change the value of DOCKER_IMAGE to swift:5.10-amazonlinux2

    I assume we only support the latest version of Swift, no more.

  2. Delete this line

    docker inspect $(DOCKER_IMAGE) >/dev/null 2>&1 || docker build -t $(DOCKER_IMAGE) .; \

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions