jib VS source-to-image

Compare jib vs source-to-image and see what are their differences.

jib

🏗 Build container images for your Java applications. (by GoogleContainerTools)

source-to-image

A tool for building artifacts from source and injecting into container images (by openshift)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
jib source-to-image
46 4
13,377 2,423
0.8% 0.9%
8.0 6.5
5 days ago about 1 month ago
Java Go
Apache License 2.0 Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

jib

Posts with mentions or reviews of jib. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-15.

source-to-image

Posts with mentions or reviews of source-to-image. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-01-05.
  • Jenkins in kubernetes without docker
    2 projects | /r/devops | 5 Jan 2023
    You can try and use s2i (source to image) - https://github.com/openshift/source-to-image You deploy container to your cluster that produce another image
  • Shipwright - Building Container Images In Kubernetes
    1 project | /r/kubernetes | 30 Aug 2021
    Surprised to see it supports source-to-image (S2I). If you're using S2I, you're likely using OpenShift where your development pipeline is figured out for you. You wouldn't be using Shipwright on that platform.
  • Where can I find the IMG of version 2.0 of 351Elec?
    2 projects | /r/RG351 | 16 Aug 2021
    If that's not an option, I unfortunately don't know how to compile source code into an IMG file from github, but I have a feeling that there's quite a few people who are knowledgeable in these matters lurking around this subreddit. The only thing I found was this: https://github.com/openshift/source-to-image but I have no idea how or where exactly to execute the code outlined in the readme below. Looks promising though.
  • It's Time to Say Goodbye to Docker
    10 projects | dev.to | 2 Oct 2020
    Source-To-Image (S2I) is a toolkit for building images directly from source code without Dockerfile. This tool works well for simple, expected scenarios and workflows but quickly becomes annoying and clumsy if you need little too much customization or if your project doesn't have the expected layout. You might consider using S2I if you are not very confident with Docker yet or if you build your images on OpenShift cluster, as builds with S2I are a built-in feature.

What are some alternatives?

When comparing jib and source-to-image you can also consider the following projects:

kaniko - Build Container Images In Kubernetes

jkube - Build and Deploy java applications on Kubernetes

buildkit - concurrent, cache-efficient, and Dockerfile-agnostic builder toolkit

skopeo - Work with remote images registries - retrieving information, images, signing content

Bazel - a fast, scalable, multi-language and extensible build system

351ELEC - Handheld firmware optimized for the Anbernic RG351P/M/V devices.

docker-maven-plugin - INACTIVE: A maven plugin for Docker

shadow - Gradle plugin to create fat/uber JARs, apply file transforms, and relocate packages for applications and libraries. Gradle version of Maven's Shade plugin.

jenkins-std-lib - Bringing the Zen of Python to Jenkins.