Skip to content
This repository has been archived by the owner on Aug 17, 2021. It is now read-only.

Base images containing openjdk with the yourkit java profiler installed and enabled

Notifications You must be signed in to change notification settings

ShellRechargeSolutionsEU/yjp-base-images

Repository files navigation

Yourkit Java Profiler Base images

These images are openjdk images with the yourkit java profiler agent pre-installed

Using this image will start up the jvm with the agent enabled and exposed on port 10001

Currently published images

With the 2018.04 Profiler:

Image Base Image Yourkit version
thenewmotion/yjp-openjdk-8-jre:1.3 openjdk:8-jre 2018.04
thenewmotion/yjp-openjdk-11-jre:1.3 openjdk:11-jre 2018.04
thenewmotion/yjp-openjdk-8-jre-alpine:1.3 openjdk:8-jre-alpine3.8 2018.04
thenewmotion/yjp-openjdk-11-jre-alpine:1.3 openjdk:11-jre-alpine3.10 2018.04

With the 2019.1 Profiler:

Image Base Image Yourkit version
thenewmotion/yjp-openjdk-8-jre:2.2 openjdk:8-jre 2019.1
thenewmotion/yjp-openjdk-11-jre:2.2 openjdk:11-jre 2019.1
thenewmotion/yjp-openjdk-8-jre-alpine:2.2 openjdk:8-jre-alpine3.8 2019.1
thenewmotion/yjp-openjdk-11-jre-alpine:2.2 openjdk:11-jre-alpine3.10 2019.1

Building images

Make sure you are logged into docker with the tnmbuildagent docker hub accoubt

Bash

VERSION=2.2 ./build_images.sh

Fish

env VERSION=2.2 ./build_images.sh

This will build the images and push them to the newmotion docker hub account

About

Base images containing openjdk with the yourkit java profiler installed and enabled

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published