An open API service indexing awesome lists of open source software.

Projects in Awesome Lists tagged with jib

A curated list of projects in awesome lists tagged with jib .

https://github.com/ivangfr/graalvm-quarkus-micronaut-springboot

The goal of this project is to compare some Java Microservice Frameworks like: Quarkus, Micronaut and Spring Boot. For it, we will implement applications using those frameworks, build their JVM and Native Docker images and measure start-up times, memory footprint, etc.

cadvisor docker elasticsearch graalvm java jib kafka micronaut mysql native quarkus spring-boot webflux

Last synced: 05 Apr 2025

https://github.com/ivangfr/springboot-kafka-connect-jdbc-streams

Project goal: Explore Kafka, Kafka Connect, and Kafka Streams. Components: store-api: Inserts/updates MySQL records. Source Connectors: Monitor MySQL changes, push messages to Kafka. Sink Connectors: Listen to Kafka, insert/update Elasticsearch docs. store-streams: Listens to Kafka, processes with Kafka Streams, pushes new messages to Kafka.

avro docker elasticsearch java jib json kafka kafka-connect kafka-streams mysql schema-registry spring-boot spring-cloud-stream spring-data-jpa spring-web-mvc springdoc-openapi

Last synced: 05 Apr 2025

https://github.com/ivangfr/spring-cloud-stream-kafka-elasticsearch

The goal of this project is to implement a "News" processing pipeline composed of five Spring Boot applications: producer-api, categorizer-service, collector-service, publisher-api and news-client.

docker elasticsearch eureka java jib kafka spring-boot spring-cloud-openfeign spring-cloud-stream spring-data-elasticsearch spring-web-mvc springdoc-openapi thymeleaf zipkin

Last synced: 11 Sep 2025

https://github.com/maeddes/java-and-container

Sample code and instructions for steps through different container image build options.

buildpacks docker dockerfile jib mav paketo-buildpack

Last synced: 09 Apr 2025

https://github.com/albertoimpl/k8s-for-the-busy

Kubernetes for the busy developer - A practical guide

docker gradle java jib k8s kubernetes spring spring-boot

Last synced: 22 Mar 2025

https://github.com/piomin/course-kubernetes-microservices

Source code examples built for the purpose of video course: Microservices On Kubernetes

docker jib kotlin kubectl kubernetes micronaut microservices quarkus skaffold spring-boot

Last synced: 07 May 2025

https://github.com/ivangfr/axon-springboot-websocket

The goal is to explore Axon. We will develop a food-ordering app comprising 3 Spring Boot applications: customer-service, restaurant-service, and food-ordering-service. These services are implemented with CQRS and Event Sourcing, utilizing the Axon Framework. They connect to axon-server, which serves as the Event Store and Message Routing solution.

axon axon-server cqrs docker event-sourcing java jib mongodb mysql postresql semantic-ui spring-boot spring-data-jpa spring-web-mvc springdoc-openapi thymeleaf websocket

Last synced: 10 Apr 2025

https://github.com/ivangfr/spring-data-jpa-r2dbc-mysql-stream-million-records

In this project, we will implement two Spring Boot Java Web application called, streamer-data-jpa and streamer-data-r2dbc. They both will fetch 1 million of customer's data from MySQL and stream them to Kafka. The main goal is to compare the application's performance and resource utilization.

cadvisor docker java jconsole jib kafdrop kafka mysql spring-boot spring-cloud-stream spring-data-jpa spring-data-r2dbc spring-web-mvc spring-webflux

Last synced: 10 Apr 2025

https://github.com/ivangfr/spring-cloud-stream-event-sourcing-testcontainers

Goal: create a Spring Boot application that handles users using Event Sourcing. So, whenever a user is created, updated, or deleted, an event informing this change is sent to Kafka. Also, we will implement another application that listens to those events and saves them in Cassandra. Finally, we will use Testcontainers for end-to-end testing.

avro cassandra docker graalvm java jib json kafka mapstruct mysql native schema-registry spring-boot spring-cloud-stream spring-data-cassandra spring-data-jpa spring-web-mvc springdoc-openapi testcontainers

Last synced: 21 Aug 2025

https://github.com/ivangfr/springboot-vault-examples

The goal of this project is to explore the capabilities of Vault. To achieve this, we will develop applications that utilize Vault for storing and retrieving secrets. Vault dynamically generates credentials for accessing databases and relies on Consul as the backend. The authentication method employed in Vault is AppRole.

cassandra consul docker java jib mysql spring-boot spring-cloud-vault spring-data-jpa spring-vault spring-web-mvc springdoc-openapi vault

Last synced: 10 Apr 2025

https://github.com/piomin/kubernetes-quickstart

Demo Java apps for several scenarios on Kubernetes

java jib kafka kubernetes skaffold spring-boot

Last synced: 16 Mar 2025

https://github.com/ivangfr/spring-kafka-de-serialization-types

The goal is to play with Spring Kafka. We've implemented 5 examples of producer and consumer services that exchanges messages through Kafka using different types of serialization and approaches.

avro docker java jib json kafka schema-registry spring-boot spring-kafka spring-web-mvc

Last synced: 10 Apr 2025

https://github.com/peter-evans/kotlin-jib

Containerising Kotlin with Jib

distroless docker jib kotlin kotlin-dsl

Last synced: 06 May 2025

https://github.com/lotharschulz/ktorjib

Continuous Delivery to Kubernetes with Kotlin, Ktor, Gradle, Jib, Skaffold and Kubernetes (EKS)

container docker eks jib kotlin ktor kubernetes minikube

Last synced: 23 Apr 2025

https://github.com/ivangfr/springboot-elasticsearch-thymeleaf

The goal of this project is to implement an application called product-app. It consists of two Spring Boot services: product-api (backend) and product-ui (frontend). Data will be stored in Elasticsearch

elasticsearch http-interface java jib spring-boot spring-data-elasticsearch spring-web-mvc springdoc-openapi thymeleaf

Last synced: 06 Oct 2025

https://github.com/mathieusoysal/jib-container-publish.yml

GitHub Actions for your Java project to build container with jib and publish it to GitHub Packages.

actions docker github-actions hacktoberfest java java-to-github-packages jib maven

Last synced: 23 Mar 2025

https://github.com/ivangfr/spring-cloud-stream-kafka-multi-topics

The goal of this project is to create two applications: one as a Spring Boot producer and the other as a Spring Boot consumer. We'll be using Spring for Apache Kafka and Spring Cloud Stream.

docker java jib kafdrop kafka spring-boot spring-cloud-stream spring-kafka spring-webflux

Last synced: 10 Apr 2025

https://github.com/coollog/micronaut-jib

Dockerize and run a "Hello World" Micronaut app.

docker gradle groovy java jib kubernetes micronaut microservices

Last synced: 02 Apr 2025

https://github.com/ivangfr/okta-springboot

The goal of this project is to develop a straightforward Spring Boot REST API application, named simple-service, which utilizes Okta for authentication handling.

java jib oauth2-client oauth2-resource-server okta spring-boot spring-security spring-web-mvc thymeleaf

Last synced: 10 Apr 2025

https://github.com/shihyuho/jcconf2024-jib

Talk about Jib's benefits, usage, and extending its functionality.

container container-image image java jcconf jib talks

Last synced: 22 Apr 2025

https://github.com/atty303/mill-jib

Dockerize java applications on mill builds.

docker jib mill mill-plugin scala

Last synced: 14 Apr 2025

https://github.com/suppierk/kotlin-k8s-dev-env-workshop

This tutorial helps you to set up cloud-ready developer environment that can be accessed from any type of device on Google Kubernetes Engine, Google's hosting solution for containerized applications - and more!

google-cloud gradle helm jib kotlin kubernetes-engine skaffold spring-boot-application

Last synced: 06 Sep 2025

https://github.com/TuxCoding/PaperBox

OCI/Docker image for Minecraft Paper server based on distroless with a cache-optimized image layer layout

cache container distroless docker image java jib minecraft oci papermc paperspigot reproducible

Last synced: 26 Oct 2025

https://github.com/bentito/operator-example

Derived from Instana Example Operator: `mvn io.quarkus:quarkus-maven-plugin:1.4.1.Final:create -DprojectGroupId=com.instana -DprojectArtifactId=operator-example -DclassName="com.instana.operator.example.GreetingResource" -Dpath="/hello"`

codereadycontainers jib openshift quarkus

Last synced: 15 Oct 2025

https://github.com/dinushchathurya/springboot-gradle-jib-cicd

Complete CI pipeline using GitHub Action to dockerize your Java SpringBoot Gradle application using Jib and push image to Docker Hub

devops docker dockerhub github github-action github-actions github-actions-enabled github-workflow java java-gradle jib jib-docker-package jib-gradle jib-plugin pipeline spring-boot springboot

Last synced: 29 Sep 2025

https://github.com/claudioaltamura/spring-boot-jib

Demo project for Spring Boot with Jib

github-actions jib maven minikube spring-boot

Last synced: 26 Feb 2025

https://github.com/cch0/vertx-graalvm-native-image

Demo application using Vert.x and GraalVM

graalvm graalvm-native-image java jib jib-maven-plugin sdkman vertx

Last synced: 23 Oct 2025

https://github.com/sakebook/gitlab-issue-reminder

Issue reminder of GitLab

docker gitlab jib kotlin slack

Last synced: 28 Mar 2025

https://github.com/devkimchi/container-orchestration-sample

This provides sample apps using .NET and Java, with various usage with Dockerfile, without Dockerfile, container orchestration with Docker Compose and .NET Aspire, and deployment to a k8s cluster with .NET Aspire and Aspir8.

asp-net-core asp-net-core-web-api aspirate aspire blazor container docker docker-compose docker-desktop docker-networking dotnet gradle jib maven msbuild spring-boot

Last synced: 03 Apr 2025

https://github.com/hendisantika/spring-boot-skaffold2

Spring Boot Skaffold2 with Gradle

jib jib-gradle jib-maven-plugin k8s skaffold

Last synced: 30 Apr 2025

https://github.com/lvthillo/spring-boot-hello-world-jib

Spring Boot application for jib tutorial

java jib minikube skaffold spring-boot

Last synced: 28 Dec 2025

https://github.com/ashutoshsahoo/spring-data-jpa-practice

Sample project with spring boot, spring data jpa, h2, postgresql, flyway and jib maven plugin

data-migration flyway flyway-h2 flyway-postgresql flyway-spring h2 h2-database jib jib-maven-plugin jpa postgresql spring-boot spring-data-jpa springboo

Last synced: 31 Dec 2025

https://github.com/ivangfr/spring-cloud-stream-solace-pubsub

The goal of this project is to play with Solace PubSub+. For it, we will implement a producer and consumer of different types of news about many countries and cities.

docker java jib solace-pubsub spring-boot spring-cloud-stream spring-webflux

Last synced: 08 Oct 2025

https://github.com/claudioaltamura/springboot-jib-helloworld

helloworld example with spring boot and jib

gradle jib spring-boot

Last synced: 11 Jun 2025

https://github.com/sakebook/slackal

Show google calendar from Slack

cloudrun docker googleapis googleapps heroku jib kotlin ktor slack

Last synced: 22 Jul 2025

https://github.com/kamikototkach/imagecomposer

Программная сборка Docker-образов через Jib Core по YAML-конфигурациям.

ci-cd container deployment docker image-builder java jib

Last synced: 20 Sep 2025

https://github.com/limitium/cicd-demo

Example of usage gradle with spotless and jib. The simplest spring boot http server formatted with spotless, packed in a docker image with jib via github actions and pushed to github packages.

github-actions gradle jib spotless springboot

Last synced: 31 Dec 2025

https://github.com/scnewma/jib-spring-example

An example project that uses JIB to create Docker containers for Spring Boot.

containers docker java jib spring spring-boot

Last synced: 14 Aug 2025

https://github.com/onecricketeer/kafka-streams-jib-example

Using GoogleContainerTools/jib to package a Kafka Streams Application

docker jib kafka-streams maven

Last synced: 09 Jul 2025

https://github.com/sakebook/gitlab-release-reminder

A reminder to look back on the release.

docker gitlab jib konf kotlin slack

Last synced: 28 Mar 2025

https://github.com/le2sky/jenkins-docker

jenkins, gradle, docker, jib practice

docker gradle jenkins jib

Last synced: 28 Oct 2025

https://github.com/gulybyte/demo-docker-jib-gradle

Running automated a Spring in Docker

docker gradle java jib

Last synced: 23 Mar 2025

https://github.com/shavo007/spring-boot-jib

showcase spring boot cloud native app built using jib on google cloud run

cloudrun docker gcp google-jib-plugin gradle jib spring-boot

Last synced: 14 May 2025

https://github.com/joschi/asdf-jib

Google Jib CLI plugin for asdf version manager

asdf asdf-plugin asdf-vm containers docker docker-registry java jib oci

Last synced: 31 Mar 2025

https://github.com/daggerok/github-jib-issue-2267

2.0.0 jib-maven-plugin breaking changes when using packaged containerizingMode. #2267 https://github.com/GoogleContainerTools/jib/issues/2267

github-issue jib jib-maven-plugin

Last synced: 27 Feb 2025

https://github.com/daggerok/boot-skaffold

Use awesome Skaffold tool to simplify your java k8s development workflow

jib jib-maven-plugin k3d k8s k8s-cluster kubernetes skaffold skaffold-example spring-boot

Last synced: 06 Oct 2025