π³Build Container Container Image Labs
π― Objective
π§° Prerequisites
Intallation
sudo apt install httpieπΉ Lab 1: Build an Run Spring Boot App
Step 1: Checkout from GitHub
Step 2: Build and Run the Spring Boot App
Step 3: Stop the Spring Boot App
πΉ Lab 2: Build Containers Image using Dockerfile
Step 1: Inspect the provided Dockerfile
Step 2: Build Container Image using Dockerfile
Step 3: Run the Container Image (Build with Dockerfile)
Step 4: Stop the Container Image (Build with Dockerfile)
πΉ Lab 3: Build Containers Image using Google JIB
Step 1: Inspect the Maven pom.xml for JIB plugin
Step 2: Build Container Image using JIB
Step 3: Run the Container Image (Build with JIB)
Step 4: Stop the Container Image (Build with JIB)
πΉ Lab 4: Build Containers Image using Buildpack (Paketo)
Step 1: Build Container Image using Buildpack
Step 3: Run the Container Image (Build with Buildpack)
Step 4: Stop the Container Image (Build with Buildpack)
β
Wrap-Up
Last updated