Questions tagged [jib]

Jib is a container image builder that handles all the steps of packaging your application into a container image.

Jib is a container image builder that handles all the steps of packaging your application into a container image. (https://github.com/GoogleContainerTools/jib)

213 questions
-1
votes
0 answers

Buildspec for spring boot application with JIB

I have created a spring boot APIs for mynotes application (maven java 17)and I used JIB to build docker image and push it to ecr repository. Now I want to create a buildspec for this project but when i write it like this I have encountred problesms…
-2
votes
0 answers

Gradle task jitDockerBuild fails on Docker Hub auth stage

Docker login is successful in terminal. Why then jitDockerBuild fails on Docker Hub auth stage? Gradle: plugins { id 'java' id 'org.springframework.boot' version '3.1.2' id 'io.spring.dependency-management' version '1.1.2' id…
J.Olufsen
  • 13,415
  • 44
  • 120
  • 185
-3
votes
1 answer

Docker installing drivers and middleware into container

I need to access a USB Device from a docker container running in Kubernetes. In order to do this I need to have an image with drivers inside. I also need to guarantee that I have OpenJDK 8 64 bit installed to run the app. I am using OpenJDK:alpine…
Average Bear
  • 191
  • 1
  • 3
  • 13
1 2 3
14
15