Keith
(Keith Smiley)
April 7, 2020, 5:47pm
1
We noticed recently that the archive for Swift 5.1.2 for Ubuntu bionic changed shas from when we pinned it in a custom Dockerfile we used. Is this something that's expected to happen over time for the same download URLs?
I believe it started happening for this specific version ~december, and the date on Swift.org - Download Swift shows 11/7/19, but I'm not sure that would be updated if a new archive was pushed?
Docker images on Docker Hub are updated to latest dot version. For example, Swift 5.1 release tag was recently updated to 5.1.5.
Tags: 5.1.5, 5.1, 5.1.5-bionic, 5.1-bionic
GitCommit: 05538e13a3015675d83e2553cdce5d1d67e17235
Directory: 5.1/ubuntu/18.04
Maintainers: Ted Kremenek <kremenek@apple.com> (@tkremenek),
Mishal Shah <mishal_shah@apple.com> (@shahmishal),
Tom Doron <tomer@apple.com> (@tomerd),
Haris Amin <aminharis7@gmail.com> (@hamin),
Thomas Catterall <me@swizzlr.co> (@swizzlr)
GitRepo: https://github.com/apple/swift-docker.git
GitFetch: refs/heads/main
Tags: 5.7.0, 5.7, 5.7.0-jammy, 5.7-jammy, jammy, latest
Architectures: amd64, arm64v8
GitCommit: 5d771d72823df0d2cd97692298efa20349ed2c9c
Directory: 5.7/ubuntu/22.04
Tags: 5.7.0-slim, 5.7-slim, 5.7.0-jammy-slim, 5.7-jammy-slim, jammy-slim, slim
Architectures: amd64, arm64v8
GitCommit: 5d771d72823df0d2cd97692298efa20349ed2c9c
Directory: 5.7/ubuntu/22.04/slim
Tags: 5.7.0-bionic, 5.7-bionic, bionic
This file has been truncated. show original
Keith
(Keith Smiley)
April 7, 2020, 6:08pm
3
Yea sorry but I meant we were building our own docker images by downloading the source tar files, and the shas of the tars are what have changed.
Swift 5.1.2 had an issue with Swift version, which required new toolchain.
While compiling Swift 5.1.2 on Linux I have found the following issues and would like some clarification on whether this is a problem and if a bug should be filed.
The swift-5.1-branch which Swift 5.1.2 should be built from is still versioned at 5.1.1
The tag swift-5.1.2-RELEASE does not appear to be for any current branch on Github.
If we do a comparison between the swift-5.1.1-RELEASE and the swift-5.1.2-RELEASE tags - Comparing swift-5.1.1-RELEASE...swift-5.1.2-RELEASE · apple/swift · GitH…
1 Like