Projects in Awesome Lists tagged with jib
A curated list of projects in awesome lists tagged with jib .
https://github.com/googlecontainertools/jib
🏗 Build container images for your Java applications.
containers docker docker-registry gradle gradle-plugin java jib kubernetes maven maven-plugin microservices oci
Last synced: 12 May 2025
https://github.com/GoogleContainerTools/jib
🏗 Build container images for your Java applications.
containers docker docker-registry gradle gradle-plugin java jib kubernetes maven maven-plugin microservices oci
Last synced: 23 Mar 2025
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/le2sky/mealkitary-server
🍣 온라인 밀키트 예약 서비스, 밀키터리 🍣
fcm-notifications gradle-kotlin-dsl gradle-multi-modules hexagonal-architecture jacoco jacoco-kotlin jib jib-gradle kotest kotlin-spring-boot ktlint qodana spring-rest-docs testfixtures
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/softleader/jib-jvm-flags-extension-maven
Jib JVM Flags extension
containers docker docker-registry java jib jib-extension jvm-flags kubernetes maven maven-plugin microservices oci
Last synced: 27 Oct 2025
https://github.com/softleader/memory-calculator
JVM Memory Calculator
jib jib-maven-plugin jvm libjvm memory memory-calculator
Last synced: 22 Jun 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/daggerok/idea-cloud-code-plugin-skaffold
Skaffold with IDEA Cloud Code plugin
code-cloud jib jib-maven-plugin k8s kubernetes skaffold skaffold-example
Last synced: 27 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/hendisantika/customer-sample
Customer Sample using Spring Boot Tailwind CSS & Thymeleaf
h2 h2-database jib jib-maven-plugin k8s k8s-cluster k8s-deployment kubernetes kubernetes-cluster mysql spring-boot
Last synced: 02 Jul 2025
https://github.com/psharpx/productsmanagement
A Java application using Spring Boot, Docker and k8s
aws azure bash docker docker-compose github-actions java java11 jib k8s kubernetes maven postgres shell skaffold spring terraform
Last synced: 30 Dec 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/bitxon/java-spring-containerization
buildpack docker dockerfile java jib spring
Last synced: 20 Feb 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/ashutoshsahoo/spring-boot-jib-maven
Spring Boot with Jib maven plugin
docker docker-image jib jib-maven-plugin jib-plugin maven spring-boot
Last synced: 30 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
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/ashutoshsahoo/gs-graphql-practice
Spring boot and GraphQL Playground
docker gradle graphql graphql-java graphql-playground graphql-schema graphql-tools h2 h2-database jib jib-docker-package jib-gradle jib-plugin spring-boot
Last synced: 25 Oct 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/le2sky/jenkins-docker
jenkins, gradle, docker, jib practice
Last synced: 28 Oct 2025
https://github.com/gulybyte/demo-docker-jib-gradle
Running automated a Spring in Docker
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/survey
In progress: Cloud Native Survey System
jib jib-maven-plugin k8s kubernetes skaffold skaffold-example spring spring-boot spring-mvc springboot springframework springmvc
Last synced: 27 Feb 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