All Projects → adoptium → containers

adoptium / containers

Licence: Apache-2.0 license
Repo containing the dockerfiles and scripts to produce the official eclipse-temurin containers.

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to containers

dockerfiles
Dockerfiles I use for development
Stars: ✭ 64 (-12.33%)
Mutual labels:  dockerfiles
cicd-images
Images used internally for running continuous integration/delivery tasks
Stars: ✭ 19 (-73.97%)
Mutual labels:  dockerhub
dockerfiles
🐳 Collection of dockerfiles and automated docker hub builds
Stars: ✭ 21 (-71.23%)
Mutual labels:  dockerfiles
kubernetes-jmeter
Jmeter test workload on kubernetes deployed via helm charts – Please [✩Star] if you're using it ;)
Stars: ✭ 61 (-16.44%)
Mutual labels:  dockerfiles
docker-pushrm
"Docker Push Readme" - a Docker CLI plugin to update container repo docs
Stars: ✭ 100 (+36.99%)
Mutual labels:  dockerhub
docker-multi-arch-hooks
Template Repository with Build Hooks for Multi-Arch and Semantic Versioned Docker Hub Containers
Stars: ✭ 29 (-60.27%)
Mutual labels:  dockerhub
docker-hub
Docker Hub in your terminal
Stars: ✭ 43 (-41.1%)
Mutual labels:  dockerhub
dockerfiles
Dockerfiles for all LSPs used with lspcontainers.
Stars: ✭ 40 (-45.21%)
Mutual labels:  dockerfiles
docker-bakery
Dockerfile hierarchy management tool with automatic rebuilding of dependent images when parent changes
Stars: ✭ 30 (-58.9%)
Mutual labels:  dockerfiles
essex
Essex - Boilerplate for Docker Based Projects
Stars: ✭ 32 (-56.16%)
Mutual labels:  dockerfiles
dockerfiles
Repository for my public Docker images.
Stars: ✭ 22 (-69.86%)
Mutual labels:  dockerfiles
binance-node-docker
Docker image for Binance full and light nodes
Stars: ✭ 24 (-67.12%)
Mutual labels:  dockerfiles
Containerization-Automation
Study and Use of Containers and Automation Tools
Stars: ✭ 45 (-38.36%)
Mutual labels:  dockerfiles
opcode-analysis
A set of Docker images to test out PHP code against the interpreter to see the resulting opcodes with multiple PHP versions.
Stars: ✭ 14 (-80.82%)
Mutual labels:  dockerfiles
dockerfile-language-service
Dockerfile language service for providing an API to create feature-rich Dockerfile editors in JavaScript.
Stars: ✭ 15 (-79.45%)
Mutual labels:  dockerfiles
dockerfiles
A collection of Dockerfiles
Stars: ✭ 103 (+41.1%)
Mutual labels:  dockerfiles
docker-images
All my docker images in one mono-repository with multi-arch support
Stars: ✭ 18 (-75.34%)
Mutual labels:  dockerfiles
st2-dockerfiles
StackStorm Dockerfiles (one-service-per-container) to build and push images to the StackStorm Docker registry. Used by stackstorm-ha K8s Helm chart and Docker-compose deployments.
Stars: ✭ 16 (-78.08%)
Mutual labels:  dockerfiles
dockerfiles
Dockerfiles for various things
Stars: ✭ 37 (-49.32%)
Mutual labels:  dockerfiles
micro-dockerhub-hook
Automatic docker deployment with webhooks
Stars: ✭ 32 (-56.16%)
Mutual labels:  dockerhub

Containers

This repository contains the Dockerfiles for the official Adoptium images of the Eclipse Temurin distribution (OpenJDK). These images are made available in Docker Hub.

If you are looking for the usage README then please head to the Official Docker Hub Documentation.

Supported Images

In general, we support Alpine, CentOS, Ubuntu and Windows containers.

List of Support Images By Tag

Update Policy

As these are official Docker Hub images, Docker Inc maintains the base image and so any CVEs in the base O/S layer gets updated by them in short order. For JDK version updates, we release on a quarterly cadence whenever a Patch Set Update (PSU) is available.

Maintenance of Dockerfiles

This section is for maintainers of the containers repository.

Nightly automated Job

A Updater GitHub Action runs every night which triggers the ./update_all.sh script to update the Dockerfiles by creating a Pull Request containing any changes.

update_all.sh

./update_all.sh is a wrapper script to control what is passed into ./update_multiarch.sh.

update_multiarch.sh

./update_multiarch.sh loops around the configuration for which versions and architectures are supported in ./common_functions.sh and uses a bunch of small functions in ./dockerfile_functions.sh to write the Dockerfiles.

Manual Release

During a release you can also run ./update_all.sh manually by heading to The GitHub Action definition and clicking the Run Workflow button and making sure the main (default) branch is selected, then click the next Run Workflow button.

Review and Merge PR

Once the PR is created you can review that PR (which itself tests all of the Docker Images that we have generate configuration for).

Update Official Docker Hub Manifest

Once you've merged the PR, you can update the official Docker Hub manifest. This is done by running the following command in the containers repo on your local machine:

# Get the latest changes
git fetch --all
# Checkout the main branch
git checkout main
./dockerhub_doc_config_update.sh

This script will create a file called eclipse-temurin.

Then edit the Manifest on Docker Hub, replacing all of the contents.

At the bottom of that edit screen add a title and description for the commit and click on the Propose Change button.

In the next screen click on the Create Pull Request Button.

Once that PR has been created it will be automatically tested and reviewed by Docker Hub staff and eventually released.

Diff Output at Docker Hub

It can be useful to look at the diff output created by one of the Docker Hub GitHub Actions on the Pull Request. This output should not be read as a traditional PR (since Docker Hub bots do move things around, so you may see what looks like odd deletions) but as a sanity check to make sure you see the platforms/architectures that you expect.

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].