Remove cflinuxfs3 stack from CI infrastructure#509
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Remove cflinuxfs3 stack from CI infrastructure
Motivation
The cflinuxfs3 stack (Ubuntu 18.04 based) has been superseded by cflinuxfs4 (Ubuntu 22.04). The cf-deployment project now ships exclusively with cflinuxfs4, and all buildpack pipelines have migrated to cflinuxfs4. This PR completes the cleanup by removing all cflinuxfs3-specific code and configurations from the buildpacks-ci repository.
Changes
Configuration Updates
pipelines/cf-release/cf-release-config.ymldefault_stacksfrom['cflinuxfs3']to['cflinuxfs4']pipelines/dependency-builds/config.ymlskip_lines_cflinuxfs3: [ '22.X.X' ]for Node.js dependencyTask Updates
tasks/update-libbuildpack/run.shCF_STACKfromcflinuxfs3tocflinuxfs4tasks/update-buildpack-dependency/run.rbskip_lines_cflinuxfs3version filtering (lines 92-94)tasks/repackage-dependency/task.ymlcloudfoundry/cflinuxfs3tocloudfoundry/cflinuxfs4tasks/cf/redeploy/task.shADD_CFLINUXFS3_STACKconditional block (lines 84-93)tasks/cf/redeploy/task.ymlADD_CFLINUXFS3_STACKparameter declarationtasks/generate-rootfs-release-notes/run.rblib/rootfs-cve-feed.rbDeleted Folders
tasks/build-binary-new/cloudfoundry/cflinuxfs3Docker image to build binaries. Not referenced in any active pipeline. Superseded bytasks/build-binary-new-cflinuxfs4/tasks/check-for-new-rootfs-cves/tasks/check-for-new-rootfs-cves-cflinuxfs4/Deleted Operations Files
tasks/cf/redeploy/operations/add-cflinuxfs3-to-current.ymltasks/cf/redeploy/operations/cflinuxfs3-rootfs-certs.ymldeployments/operations/cflinuxfs3.ymldeployments/operations/cflinuxfs3-rootfs-certs-as-list.ymldeployments/operations/substitute-with-cflinuxfs4-trusted-certs.ymlDeleted Docker Assets
.github/workflows/build-cflinuxfs3-dev-image.ymldockerfiles/cflinuxfs3-dev.Dockerfile; no equivalent cflinuxfs4-dev workflow existsdockerfiles/cflinuxfs3-dev.DockerfileTesting
Related Work
This PR builds on previous cflinuxfs3 removal work and completes the cleanup across: