Skip to content
This repository has been archived by the owner on Jun 29, 2020. It is now read-only.

Issue 113 keys multi build and 103 slim JDKs (with base image) #122

Closed

Commits on Nov 24, 2019

  1. Issue appropriate#113

    Fix appropriate#113 by creating multistage builds that first download keys.
    Also took opportunity to reorder Dockerfiles to reduce complexity and size.
    
    Signed-off-by: Greg Wilkins <gregw@webtide.com>
    gregw committed Nov 24, 2019
    Configuration menu
    Copy the full SHA
    d32c229 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into issue-113-keys-multi-build

    Signed-off-by: Greg Wilkins <gregw@webtide.com>
    gregw committed Nov 24, 2019
    Configuration menu
    Copy the full SHA
    c63481d View commit details
    Browse the repository at this point in the history
  3. remove alpine reference

    Signed-off-by: Greg Wilkins <gregw@webtide.com>
    gregw committed Nov 24, 2019
    Configuration menu
    Copy the full SHA
    072958d View commit details
    Browse the repository at this point in the history
  4. Issue appropriate#113 and appropriate#103

    Cleaned up jetty-home usage
    Tested the approach for slim JDKs by adding another multi stage to do the validation, since
    gpg is not available in slim builds
    
    Signed-off-by: Greg Wilkins <gregw@webtide.com>
    gregw committed Nov 24, 2019
    Configuration menu
    Copy the full SHA
    1aa7db4 View commit details
    Browse the repository at this point in the history
  5. added jre11-slim

    Signed-off-by: Greg Wilkins <gregw@webtide.com>
    gregw committed Nov 24, 2019
    Configuration menu
    Copy the full SHA
    69d49f2 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2019

  1. added jre11-slim

    Signed-off-by: Greg Wilkins <gregw@webtide.com>
    gregw committed Nov 25, 2019
    Configuration menu
    Copy the full SHA
    5d94d03 View commit details
    Browse the repository at this point in the history
  2. removed variants from update script

    Also ran update of 9.2 and 9.3
    
    Signed-off-by: Greg Wilkins <gregw@webtide.com>
    gregw committed Nov 25, 2019
    Configuration menu
    Copy the full SHA
    4c04e09 View commit details
    Browse the repository at this point in the history
  3. removed variants from generate-stackbrew-library

    Signed-off-by: Greg Wilkins <gregw@webtide.com>
    gregw committed Nov 25, 2019
    Configuration menu
    Copy the full SHA
    4d81b7a View commit details
    Browse the repository at this point in the history
  4. Added a template Dockerfile for 9.4 images

    The update.sh script will copy the Dockerfile-9.4 template
    and modify it as needed.
    
    Signed-off-by: Greg Wilkins <gregw@webtide.com>
    gregw committed Nov 25, 2019
    Configuration menu
    Copy the full SHA
    26e7bf2 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2019

  1. use only a single stage

    Signed-off-by: Greg Wilkins <gregw@webtide.com>
    gregw committed Nov 27, 2019
    Configuration menu
    Copy the full SHA
    e6cb790 View commit details
    Browse the repository at this point in the history
  2. build jetty-base in base image as well

    Signed-off-by: Greg Wilkins <gregw@webtide.com>
    gregw committed Nov 27, 2019
    Configuration menu
    Copy the full SHA
    a6aa234 View commit details
    Browse the repository at this point in the history
  3. alternate approach for appropriate#113 to use a base image for 9.4

    Signed-off-by: Greg Wilkins <gregw@webtide.com>
    gregw committed Nov 27, 2019
    Configuration menu
    Copy the full SHA
    d5a72e0 View commit details
    Browse the repository at this point in the history
  4. fix ordering of images

    Signed-off-by: Greg Wilkins <gregw@webtide.com>
    gregw committed Nov 27, 2019
    Configuration menu
    Copy the full SHA
    ffc22db View commit details
    Browse the repository at this point in the history