I have a spring boot application, I create a docker image and I'm using dynatrace for the monitoring.
I use the spring boot maven plugin to create the docker image, adding the paketo-buildpacks dynatrace.
The download of the paketo is fine but then I have this error:
[INFO] [creator] ERROR: failed to initialize detector: open /cnb/buildpacks/paketo-buildpacks_dynatrace/5.3.0/buildpack.toml: no such file or directory
Checking on docker desktop I found something that seems weird
Inside the paketo dynatrace there is a 'dependency' on paketo dynatrace v4 0.0.0 etc
Expected Behavior
Paketo dynatrace is correctly installed in the docker image
Current Behavior
Error in creating the docker image with maven commands
I have a spring boot application, I create a docker image and I'm using dynatrace for the monitoring. I use the spring boot maven plugin to create the docker image, adding the paketo-buildpacks dynatrace. The download of the paketo is fine but then I have this error:
[INFO] [creator] ERROR: failed to initialize detector: open /cnb/buildpacks/paketo-buildpacks_dynatrace/5.3.0/buildpack.toml: no such file or directory
Checking on docker desktop I found something that seems weird
Inside the paketo dynatrace there is a 'dependency' on paketo dynatrace v4 0.0.0 etc
Expected Behavior
Paketo dynatrace is correctly installed in the docker image
Current Behavior
Error in creating the docker image with maven commands
Possible Solution
-