Skip to content

Add Swift Dockerfile to GitLab templates

Tim Rizzi requested to merge dockerfile_swift_template into master

What does this MR do?

This MR adds a new Dockerfile template for Swift. The reason for this is to help people get started quickly with GitLab CI. Based on issue: #20872 (closed)

Verification instruction

To test this we need a Swift app, otherwise the compiler (in the step swift build -c release) will fail. Here's a simple hello world web server that I've put together: https://gitlab.com/jdrpereira/swift-hello-world. It uses a similar Dockerfile and GitLab CI.

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • [-] Label as security and @ mention @gitlab-com/gl-security/appsec
  • [-] The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • [-] Security reports checked/validated by a reviewer from the AppSec team
Edited by Peter Leitzen

Merge request reports