All Projects → corretto → corretto-docker

corretto / corretto-docker

Licence: MIT-0 License
Dockerfiles for Amazon Corretto Official images.

Programming Languages

Dockerfile
14818 projects
shell
77523 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to corretto-docker

java-in-termux
This script will install java (openjdk-11/8) in termux without root! Available for aarch64 or armv8, arm64, armhf, armv7l, arm or arm32 or armv7 or aarch32
Stars: ✭ 10 (-81.13%)
Mutual labels:  jdk8, jdk11
manon
🧪 Play with SpringBoot 2, JWT, Querydsl, GraphQL, Docker, ELK, PostgreSQL, MariaDB, Redis, MongoDB, Flyway, Maven, Gradle, TestNG, JUnit5, JaCoCo, GreenMail, CI, Quality Gates, Prometheus, Gatling, etc.
Stars: ✭ 26 (-50.94%)
Mutual labels:  jdk8, jdk11
cxf-spring-boot-starter
Enterprise & production ready SOAP webservices powered by Spring Boot & Apache CXF
Stars: ✭ 129 (+143.4%)
Mutual labels:  jdk8, jdk11
MythRedisClient
🏎️使用JavaFx做的Redis客户端,资源消耗略大 200-300m,想复用核心代码做成web端,然后浏览器操作,开发起来和跑起来也快
Stars: ✭ 26 (-50.94%)
Mutual labels:  jdk8
poet ready system
这是一个说阅读网站,jdk 1.8,使用的框架 Spring boot 和 Mybatis ,前端偷懒使用的事layuiAdmin的后台模板框架,主要是一个爬小说,看小说的。 主要有OSS 上传,JSOUP 爬取小说信息, 腾讯云短信服务,简单的权限管理,Echarts 图表,等基础的功能。 写着作为今年毕业设计的。
Stars: ✭ 19 (-64.15%)
Mutual labels:  jdk8
http-server
A Java HTTP server in 35MB Docker image
Stars: ✭ 17 (-67.92%)
Mutual labels:  jdk11
design-patterns-in-java
☕ 📖 使用通俗易懂的案例,类图,及配套学习笔记来详解 Java 的二十三种设计模式 !
Stars: ✭ 35 (-33.96%)
Mutual labels:  jdk11
Docker Java
Java Docker API Client
Stars: ✭ 2,166 (+3986.79%)
Mutual labels:  docker-java
java-metadata
Project collecting release metadata of various JDK distributions.
Stars: ✭ 18 (-66.04%)
Mutual labels:  corretto
sms
🏫 🎓 一个未使用框架的学生信息管理系统 : 项目概述全面,代码注释详细,逻辑结构清晰,非常适合作为初学 Java web 的同学的第一个练手项目啦 ~
Stars: ✭ 91 (+71.7%)
Mutual labels:  jdk11
docker-controller-scala
No description or website provided.
Stars: ✭ 12 (-77.36%)
Mutual labels:  docker-java
susel
Super charge the module aware service loader in Java 11
Stars: ✭ 21 (-60.38%)
Mutual labels:  jdk11
sudokufx
AR Sudoku grabber and solver using JavaCV, JavaFX and Scala
Stars: ✭ 64 (+20.75%)
Mutual labels:  jdk11
activity-based-security-framework
Exadel Activity-based Security Framework
Stars: ✭ 17 (-67.92%)
Mutual labels:  jdk11
spring4-hibernate5-example
Spring 4 and Hibernate 5 integration example using annotations.
Stars: ✭ 16 (-69.81%)
Mutual labels:  jdk8
Raincat
强一致分布式事务框架
Stars: ✭ 1,785 (+3267.92%)
Mutual labels:  jdk8
JDK1.8
Read and comment JDK source code
Stars: ✭ 23 (-56.6%)
Mutual labels:  jdk8
jdk8u-xcode10
How to compile JDK 8u with Xcode 9, 10, 11 or 12 on macOS. Also with Shenandoah and JavaFX
Stars: ✭ 34 (-35.85%)
Mutual labels:  jdk8
yfs
🏠超精简分布式对象存储
Stars: ✭ 35 (-33.96%)
Mutual labels:  jdk8
book-catalog
A book-catalog example application written with the Micronaut framework.
Stars: ✭ 15 (-71.7%)
Mutual labels:  jdk11

Corretto Docker Build Status

Master repository where Dockerfiles for Amazon Corretto are hosted. These docker files are used to build images for Amazon Corretto Offical Images and ECR images.

Usage

The docker images are available on Amazon Corretto Official Images

To use Amazon Corretto Official Images from Docker hub run

docker pull amazoncorretto:11

The docker images are also available on Amazon ECR.

To use the docker images from Amazon ECR, you would need to authenticate with the ECR registry (id: 489478819445) with the help of instruction from here. Once authenticated, Amazon Corretto docker images can be pulled using command

docker pull 489478819445.dkr.ecr.us-west-2.amazonaws.com/amazoncorretto:latest
docker run -it 489478819445.dkr.ecr.us-west-2.amazonaws.com/amazoncorretto:latest /bin/bash

You can view the available tags, run

aws ecr list-images --region us-west-2 --registry-id 489478819445 --repository-name amazoncorretto | jq -r '.imageIds[] | .imageTag'

Supported Tags

Building

To build the docker images, you can use the following command.

docker build -t amazon-corretto-{major_version} -f ./{major_version}/{jdk|jre|slim}/{al2|alpine|debian}/Dockerfile .

Security

If you would like to report a potential security issue in this project, please do not create a GitHub issue. Instead, please follow the instructions here or email AWS security directly.

Why does security scanner show that a docker image has a CVE?

⚠️ If you are using a Corretto Docker image with an AL2 guest, then Amazon’s ECS scanning function can result in a ALAS2-2021-1731 notification. However, there is no reason to update the Corretto application within Docker. You can safely ignore this ALAS. Once the next Corretto quarterly release is posted, currently scheduled for January 19, 2022, the alarm condition will be satisfied. This notice only affects the following Corretto Docker images with AL2 in the Docker ECR:


If a security scanner reports that an amazoncorretto image includes a CVE, the first recommended action is to pull an updated version of this image.

If no updated image is available, run the appropriate command to update packages for the platform, ie. run "apk -U upgrade" for Alpine or "yum update -y --security" for AmazonLinux in your Dockerfiles or systems to resolve the issue immediately.

If no updated package is available, please treat this as a potential security issue and follow these instructions or email AWS security directly at [email protected].

It is the responsibility of the base docker image supplier to provide timely security updates to images and packages. The amazoncorretto images are automatically rebuilt when a new base image is made available, but we do not make changes to our Dockerfiles to pull in one-off package updates. If a new base image has not yet been made generally available by a base docker image maintainer, please contact that maintainer to request that the issue be addressed.

Note that there are multiple reasons why a CVE may appear to be present in a docker image, as explained in the docker library FAQs.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].