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

Latest commit

 

History

History
42 lines (29 loc) · 1.64 KB

File metadata and controls

42 lines (29 loc) · 1.64 KB

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