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

Alpine port #99

Merged
merged 2 commits into from
Jul 7, 2020
Merged

Alpine port #99

merged 2 commits into from
Jul 7, 2020

Conversation

cliveverghese
Copy link
Contributor

@cliveverghese cliveverghese commented Apr 29, 2020

Description

Enable building corretto-11 for Alpine Linux.
Based on Portola

How has this been tested?

Validated that successful build and artifacts are produced. Tested builds for non alpine platforms.

@cliveverghese
Copy link
Contributor Author

Preview builds now available at Corretto-8 and Corretto-11

AWS ECR images available at :

489478819445.dkr.ecr.eu-north-1.amazonaws.com/amazoncorretto

Available Tags :

11.0.7-jre-alpine, 11-jre-alpine
11-jdk-alpine, 11.0.7-alpine, 11.0.7-jdk-alpine, 11-alpine


8u252-jre-alpine, 8-jre-alpine
8-jdk-alpine, 8-alpine, 8u252-jdk-alpine, 8u252-alpine

Steps to utilize images from AWS ECR :

  1. Authenticate the docker client to the Corretto registry ( registry id : 489478819445) using steps provided here.
  2. You can now utilize the ECR images mentioned above
    docker pull 489478819445.dkr.ecr.us-west-2.amazonaws.com/amazoncorretto:8-jre-alpine
    docker run -it 489478819445.dkr.ecr.us-west-2.amazonaws.com/amazoncorretto:8-jre-alpine /bin/sh
    

@alvdavi alvdavi self-requested a review July 7, 2020 23:40
Copy link
Contributor

@alvdavi alvdavi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@alvdavi alvdavi merged commit b4d63d0 into corretto:develop Jul 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants