Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump buildpack API version #140

Merged
merged 7 commits into from
Jul 14, 2023
Merged

Bump buildpack API version #140

merged 7 commits into from
Jul 14, 2023

Commits on Jul 14, 2023

  1. Bump stack from Bionic to Jammy

    Use a more recent Ubuntu LTS release
    
    Signed-off-by: Aidan Delaney <adelaney21@bloomberg.net>
    AidanDelaney committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    e0bc197 View commit details
    Browse the repository at this point in the history
  2. Bump API version for sample buildpacks

    Use a buildpack API version that is not subject to the deprecation RFC
    
    Signed-off-by: Aidan Delaney <adelaney21@bloomberg.net>
    AidanDelaney committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    859c813 View commit details
    Browse the repository at this point in the history
  3. Equalise hello-world-windows and hello-moon-windows

    These are both no-op buildpacks, make them syntactically the same.
    
    Signed-off-by: Aidan Delaney <adelaney21@bloomberg.net>
    AidanDelaney committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    9eee377 View commit details
    Browse the repository at this point in the history
  4. Drop wine samples support

    We build on Windows and Linux.  Wine is a complexity that we do not
    need in order to demonstrate buildpacks.
    
    Signed-off-by: Aidan Delaney <adelaney21@bloomberg.net>
    AidanDelaney committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    0d74915 View commit details
    Browse the repository at this point in the history
  5. Explicitly specify linux/amd64 in stacks

    Use the linux/amd64 base images on which to build our stacks.
    
    Signed-off-by: Aidan Delaney <adelaney21@bloomberg.net>
    AidanDelaney committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    daa3048 View commit details
    Browse the repository at this point in the history
  6. Drop wine builder

    We have removed the wine stack, now remove the builder.
    
    Signed-off-by: Aidan Delaney <adelaney21@bloomberg.net>
    AidanDelaney committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    c3f59be View commit details
    Browse the repository at this point in the history
  7. Remove wine build references

    Do not add the wine stack to buildpacks.  Remove calls to build and
    deploy wine.
    
    Signed-off-by: Aidan Delaney <adelaney21@bloomberg.net>
    AidanDelaney committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    1f21174 View commit details
    Browse the repository at this point in the history