Questions tagged [fabric8-maven-plugin]
35 questions
0
votes
1 answer
How keep Docker containers running
I launch integration tests in docker.
If a test fails then container with tests exits 1 it fails Maven build.
Exactly what I want, but fabric8 plugin removes all containers and I cannot investigate what was wrong. I cannot use docker volumes to put…

Daniil Iaitskov
- 5,525
- 8
- 39
- 49
0
votes
1 answer
Unable to push docker image with fabric8 plugin
I'm unable to push a docker image to a private repository (hosted on https://hub.docker.com) with fabric8 plugin. I created on hub.docker a repository called: manuzid/heap-dump-sample. It's a simple Spring Boot app only with a loop in the main…

Manu Zi
- 2,300
- 6
- 33
- 67
0
votes
1 answer
org.osgi.framework.BundleException: Unsupported 'Bundle-ManifestVersion' value: 1
I used mvn clean install to build rest project in quick-start examples in jboss fuse,and deployed it using mvn fabric8:deploy but when I assign this profile to a container, it has a error: I searched a lot to find the solution,but I don't know which…

M-E
- 168
- 4
- 19
0
votes
1 answer
Using Fabric8 to Deploy a Java Project
I am trying to use Fabric8 to build an image for my Java application. However, I am new and this could be a duplicate question.
I have docker installed and the fabric8 library added via maven.
Below is my initial setup for the fabric maven…

user2987773
- 407
- 5
- 18
0
votes
1 answer
fabric8-maven-plugin - Generator for Dropwizard app (java-exec?)
I'm new to fabric8-maven-plugin.
I have a Dropwizard fat jar which I'd like to containerize for OpenShift/okd. It seems the recommended way would invoke the java-exec generator: http://maven.fabric8.io/#generator-java-exec
Problem is that Dropwizard…

Jaco van Niekerk
- 745
- 1
- 6
- 11