iamludal / jib-demo

Demo of the jib plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jib Demo

This is a Spring Boot demo project to show how to build a Docker image using Jib.

Requirements

  • Java 17
  • Maven 3.8.4

Getting Started

  1. Compile the project:

    mvn clean package
  2. Build the Docker image:

    mvn jib:dockerBuild

About

Demo of the jib plugin


Languages

Language:Java 89.9%Language:Dockerfile 10.1%