Git Product home page Git Product logo

docker-java-2's Introduction

Gitter chat Build Status

ghcr.io/openzipkin/java is a minimal OpenJDK Alpine Linux image.

GitHub Container Registry: ghcr.io/openzipkin/java includes:

Tags ending in -jre include only a JRE where unqualified tags include the full JDK, Maven, and a few build utilities.

Using this image

This is an internal base layer primarily used in zipkin.

To try the image, run the java -version command:

docker run --rm ghcr.io/openzipkin/java:15.0.6_p5-r0 -version
openjdk version "15.0.6" 2022-01-18
OpenJDK Runtime Environment (build 15.0.6+5-alpine-r0)
OpenJDK 64-Bit Server VM (build 15.0.6+5-alpine-r0, mixed mode)

Release process

Build the Dockerfile using the current version without the revision classifier from here:

# Note 15.0.6_p5 not 15.0.6_p5-r0!
./build-bin/build 15.0.6_p5

Next, verify the built image matches that version:

docker run --rm openzipkin/java:test -version
openjdk version "15.0.6" 2022-01-18
OpenJDK Runtime Environment (build 15.0.6+5-alpine-r0)
OpenJDK 64-Bit Server VM (build 15.0.6+5-alpine-r0, mixed mode, sharing)

To release the image, push a tag matching the arg to build-bin/build (ex 15.0.6_p5). This triggers a GitHub Actions job to push the image.

docker-java-2's People

Contributors

abesto avatar adriancole avatar anuraaga avatar bbolroc avatar chirauki avatar devinsba avatar llinder avatar zeagord avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.