base-builder VS bellsoft-liberica

Compare base-builder vs bellsoft-liberica and see what are their differences.

bellsoft-liberica

A Cloud Native Buildpack that provides the Bellsoft Liberica implementations of JREs and JDKs (by paketo-buildpacks)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
base-builder bellsoft-liberica
1 3
24 67
- -
0.0 9.3
10 months ago 5 days ago
Go Go
- 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.

base-builder

Posts with mentions or reviews of base-builder. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-10-06.
  • Buildpack with Spring Boot
    4 projects | dev.to | 6 Oct 2021
    in the above paketo-buildpacks/bellsoft-liberica buildpack provides JDK/JRE and paketo-buildpacks/spring-boot actually provides spring boot dependencies and slices an application to multiple layers. To see the full list of buildpacks available withing the builder see (https://github.com/paketo-buildpacks/base-builder/blob/main/builder.toml).

bellsoft-liberica

Posts with mentions or reviews of bellsoft-liberica. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-21.
  • Spring Boot - Builder lifecycle 'creator' failed with status code 51 - Maven Build Issue
    2 projects | /r/SpringBoot | 21 Apr 2023
    [INFO] > Running creator [INFO] [creator] ===> ANALYZING [INFO] [creator] Image with name "com.food.ordering.system/order.service:0.0.1-SNAPSHOT" not found [INFO] [creator] ===> DETECTING [INFO] [creator] 6 of 26 buildpacks participating [INFO] [creator] paketo-buildpacks/ca-certificates 3.6.1 [INFO] [creator] paketo-buildpacks/bellsoft-liberica 10.1.0 [INFO] [creator] paketo-buildpacks/syft 1.28.0 [INFO] [creator] paketo-buildpacks/executable-jar 6.6.3 [INFO] [creator] paketo-buildpacks/dist-zip 5.5.2 [INFO] [creator] paketo-buildpacks/spring-boot 5.23.0 [INFO] [creator] ===> RESTORING [INFO] [creator] ===> BUILDING [INFO] [creator] [INFO] [creator] Paketo Buildpack for CA Certificates 3.6.1 [INFO] [creator] https://github.com/paketo-buildpacks/ca-certificates [INFO] [creator] Launch Helper: Contributing to layer [INFO] [creator] Creating /layers/paketo-buildpacks_ca-certificates/helper/exec.d/ca-certificates-helper [INFO] [creator] [INFO] [creator] Paketo Buildpack for BellSoft Liberica 10.1.0 [INFO] [creator] https://github.com/paketo-buildpacks/bellsoft-liberica [INFO] [creator] Build Configuration: [INFO] [creator] $BP_JVM_JLINK_ARGS --no-man-pages --no-header-files --strip-debug --compress=1 configure custom link arguments (--output must be omitted) [INFO] [creator] $BP_JVM_JLINK_ENABLED false enables running jlink tool to generate custom JRE [INFO] [creator] $BP_JVM_TYPE JRE the JVM type - JDK or JRE [INFO] [creator] $BP_JVM_VERSION 17 the Java version [INFO] [creator] Launch Configuration: [INFO] [creator] $BPL_DEBUG_ENABLED false enables Java remote debugging support [INFO] [creator] $BPL_DEBUG_PORT 8000 configure the remote debugging port [INFO] [creator] $BPL_DEBUG_SUSPEND false configure whether to suspend execution until a debugger has attac hed [INFO] [creator] $BPL_HEAP_DUMP_PATH write heap dumps on error to this path [INFO] [creator] $BPL_JAVA_NMT_ENABLED true enables Java Native Memory Tracking (NMT) [INFO] [creator] $BPL_JAVA_NMT_LEVEL summary configure level of NMT, summary or detail [INFO] [creator] $BPL_JFR_ARGS configure custom Java Flight Recording (JFR) arguments [INFO] [creator] $BPL_JFR_ENABLED false enables Java Flight Recording (JFR) [INFO] [creator] $BPL_JMX_ENABLED false enables Java Management Extensions (JMX) [INFO] [creator] $BPL_JMX_PORT 5000 configure the JMX port [INFO] [creator] $BPL_JVM_HEAD_ROOM 0 the headroom in memory calculation [INFO] [creator] $BPL_JVM_LOADED_CLASS_COUNT 35% of classes the number of loaded classes in memory calculation [INFO] [creator] $BPL_JVM_THREAD_COUNT 250 the number of threads in memory calculation [INFO] [creator] $JAVA_TOOL_OPTIONS the JVM launch flags [INFO] [creator] Using Java version 19 extracted from MANIFEST.MF [INFO] [creator] No valid JRE available, providing matching JDK instead. Using a JDK at runtime has security implications. [INFO] [creator] : Contributing to layer [INFO] [creator] Warning: Dependency has no SHA256. Skipping cache. [INFO] [creator] Downloading from [INFO] [creator] unable to invoke layer creator [INFO] [creator] unable to get dependency [INFO] [creator] unable to download [INFO] [creator] unable to request [INFO] [creator] Get "": unsupported protocol scheme "" [INFO] [creator] ERROR: failed to build: exit status 1 [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for food-ordering-system 0.0.1-SNAPSHOT: [INFO] [INFO] food-ordering-system ............................... SUCCESS [ 0.663 s] [INFO] common ............................................. SUCCESS [ 0.083 s] [INFO] common-domain ...................................... SUCCESS [ 6.900 s] [INFO] order-service ...................................... SUCCESS [ 0.116 s] [INFO] order-domain ....................................... SUCCESS [ 0.085 s] [INFO] order-domain-core .................................. SUCCESS [ 3.181 s] [INFO] order-application-service .......................... SUCCESS [ 17.563 s] [INFO] common-application ................................. SUCCESS [ 3.449 s] [INFO] order-application .................................. SUCCESS [ 2.688 s] [INFO] common-dataaccess .................................. SUCCESS [ 3.188 s] [INFO] order-dataaccess ................................... SUCCESS [ 4.135 s] [INFO] infrastructure ..................................... SUCCESS [ 0.105 s] [INFO] kafka .............................................. SUCCESS [ 0.080 s] [INFO] kafka-model ........................................ SUCCESS [ 7.408 s] [INFO] kafka-config-data .................................. SUCCESS [ 3.269 s] [INFO] kafka-producer ..................................... SUCCESS [ 3.667 s] [INFO] kafka-consumer ..................................... SUCCESS [ 2.176 s] [INFO] order-messaging .................................... SUCCESS [ 3.215 s] [INFO] order-container .................................... FAILURE [ 20.277 s] [INFO] customer-service ................................... SKIPPED [INFO] payment-service .................................... SKIPPED [INFO] payment-domain ..................................... SKIPPED [INFO] payment-domain-core ................................ SKIPPED [INFO] payment-application-service ........................ SKIPPED [INFO] payment-dataaccess ................................. SKIPPED [INFO] payment-messaging .................................. SKIPPED [INFO] payment-container .................................. SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:24 min [INFO] Finished at: 2023-04-21T18:40:05+03:00 [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.springframework.boot:spring-boot-maven-plugin:3.0.5:build-image (default) on project order-container: Execution default of goal org.springframework.b oot:spring-boot-maven-plugin:3.0.5:build-image failed: Builder lifecycle 'creator' failed with status code 51 -> [Help 1]
  • Teamwork makes the dream work for this multi-architecture builder.
    31 projects | dev.to | 12 Dec 2022
    Inspecting builder: dashaun/builder:tiny REMOTE: Description: Tiny base image (bionic build image, distroless-like run image) with buildpacks for Java, Java Native Image and Go Created By: Name: Pack CLI Version: 0.28.0+git-b10e41f.build-3729 Trusted: No Stack: ID: io.paketo.stacks.tiny Lifecycle: Version: 0.15.2 Buildpack APIs: Deprecated: (none) Supported: 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9 Platform APIs: Deprecated: (none) Supported: 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 0.10 Run Images: index.docker.io/paketobuildpacks/run:tiny-cnb gcr.io/paketo-buildpacks/run:tiny-cnb Buildpacks: ID NAME VERSION HOMEPAGE paketo-buildpacks/apache-tomcat Paketo Buildpack for Apache Tomcat 7.9.1 https://github.com/paketo-buildpacks/apache-tomcat paketo-buildpacks/apache-tomee Paketo Buildpack for Apache Tomee 1.4.0 https://github.com/paketo-buildpacks/apache-tomee paketo-buildpacks/azure-application-insights Paketo Buildpack for Azure Application Insights 5.9.3 https://github.com/paketo-buildpacks/azure-application-insights paketo-buildpacks/bellsoft-liberica Paketo Buildpack for BellSoft Liberica 9.10.1 https://github.com/paketo-buildpacks/bellsoft-liberica paketo-buildpacks/ca-certificates Paketo Buildpack for CA Certificates 3.5.1 https://github.com/paketo-buildpacks/ca-certificates paketo-buildpacks/clojure-tools Paketo Buildpack for Clojure Tools 2.6.1 https://github.com/paketo-buildpacks/clojure-tools paketo-buildpacks/datadog Paketo Buildpack for Datadog 3.1.0 https://github.com/paketo-buildpacks/datadog paketo-buildpacks/dist-zip Paketo Buildpack for DistZip 5.4.0 https://github.com/paketo-buildpacks/dist-zip paketo-buildpacks/encrypt-at-rest Paketo Buildpack for Encrypt-at-Rest 4.3.2 https://github.com/paketo-buildpacks/encrypt-at-rest paketo-buildpacks/environment-variables Paketo Buildpack for Environment Variables 4.4.0 https://github.com/paketo-buildpacks/environment-variables paketo-buildpacks/executable-jar Paketo Buildpack for Executable JAR 6.5.0 https://github.com/paketo-buildpacks/executable-jar paketo-buildpacks/git Paketo Buildpack for Git 1.0.0 https://github.com/paketo-buildpacks/git paketo-buildpacks/go Paketo Buildpack for Go 4.0.0 https://github.com/paketo-buildpacks/go paketo-buildpacks/go-build Paketo Buildpack for Go Build 2.0.7 https://github.com/paketo-buildpacks/go-build paketo-buildpacks/go-dist Paketo Buildpack for Go Distribution 2.2.2 https://github.com/paketo-buildpacks/go-dist paketo-buildpacks/go-mod-vendor Paketo Buildpack for Go Mod Vendor 1.0.6 https://github.com/paketo-buildpacks/go-mod-vendor paketo-buildpacks/google-stackdriver Paketo Buildpack for Google Stackdriver 7.0.0 https://github.com/paketo-buildpacks/google-stackdriver paketo-buildpacks/gradle Paketo Buildpack for Gradle 6.10.0 https://github.com/paketo-buildpacks/gradle paketo-buildpacks/image-labels Paketo Buildpack for Image Labels 4.3.0 https://github.com/paketo-buildpacks/image-labels paketo-buildpacks/jattach Paketo Buildpack for JAttach 1.2.0 https://github.com/paketo-buildpacks/jattach paketo-buildpacks/java Paketo Buildpack for Java 8.1.0 https://paketo.io/docs/howto/java paketo-buildpacks/java-memory-assistant Paketo Buildpack for Java Memory Assistant 1.2.0 https://github.com/paketo-buildpacks/java-memory-assistant paketo-buildpacks/java-native-image Paketo Buildpack for Java Native Image 7.42.0 https://paketo.io/docs/howto/java/#build-an-app-as-a-graalvm-native-image-application paketo-buildpacks/leiningen Paketo Buildpack for Leiningen 4.4.0 https://github.com/paketo-buildpacks/leiningen paketo-buildpacks/liberty Paketo Buildpack for Liberty 3.1.0 https://github.com/paketo-buildpacks/liberty paketo-buildpacks/maven Paketo Buildpack for Maven 6.11.0 https://github.com/paketo-buildpacks/maven paketo-buildpacks/native-image Paketo Buildpack for Native Image 5.6.0 https://github.com/paketo-buildpacks/native-image paketo-buildpacks/procfile Paketo Buildpack for Procfile 5.5.0 https://github.com/paketo-buildpacks/procfile paketo-buildpacks/sbt Paketo Buildpack for SBT 6.9.0 https://github.com/paketo-buildpacks/sbt paketo-buildpacks/spring-boot Paketo Buildpack for Spring Boot 5.20.0 https://github.com/paketo-buildpacks/spring-boot paketo-buildpacks/syft Paketo Buildpack for Syft 1.23.0 https://github.com/paketo-buildpacks/syft paketo-buildpacks/upx Paketo Buildpack for UPX 3.3.0 https://github.com/paketo-buildpacks/upx paketo-buildpacks/watchexec Paketo Buildpack for Watchexec 2.7.0 https://github.com/paketo-buildpacks/watchexec Detection Order: ├ Group #1: │ └ paketo-buildpacks/[email protected] │ └ Group #1: │ ├ paketo-buildpacks/[email protected] (optional) │ ├ paketo-buildpacks/[email protected] (optional) │ ├ paketo-buildpacks/[email protected] │ ├ paketo-buildpacks/[email protected] (optional) │ ├ paketo-buildpacks/[email protected] (optional) │ ├ paketo-buildpacks/[email protected] (optional) │ ├ paketo-buildpacks/[email protected] (optional) │ ├ paketo-buildpacks/[email protected] (optional) │ ├ paketo-buildpacks/[email protected] (optional) │ ├ paketo-buildpacks/[email protected] (optional) │ ├ paketo-buildpacks/[email protected] │ ├ paketo-buildpacks/[email protected] (optional) │ ├ paketo-buildpacks/[email protected] (optional) │ └ paketo-buildpacks/[email protected] (optional) ├ Group #2: │ └ paketo-buildpacks/[email protected] │ └ Group #1: │ ├ paketo-buildpacks/[email protected] (optional) │ ├ paketo-buildpacks/[email protected] │ ├ paketo-buildpacks/[email protected] (optional) │ ├ paketo-buildpacks/[email protected] (optional) │ ├ paketo-buildpacks/[email protected] (optional) │ ├ paketo-buildpacks/[email protected] (optional) │ ├ paketo-buildpacks/[email protected] (optional) │ ├ paketo-buildpacks/[email protected] (optional) │ ├ paketo-buildpacks/[email protected] (optional) │ ├ paketo-buildpacks/[email protected] (optional) │ ├ paketo-buildpacks/[email protected] (optional) │ ├ paketo-buildpacks/[email protected] (optional) │ ├ paketo-buildpacks/[email protected] (optional) │ ├ paketo-buildpacks/[email protected] (optional) │ ├ paketo-buildpacks/[email protected] (optional) │ ├ paketo-buildpacks/[email protected] (optional) │ ├ paketo-buildpacks/[email protected] (optional) │ ├ paketo-buildpacks/[email protected] (optional) │ ├ paketo-buildpacks/[email protected] (optional) │ ├ paketo-buildpacks/[email protected] (optional) │ ├ paketo-buildpacks/[email protected] (optional) │ ├ paketo-buildpacks/[email protected] (optional) │ ├ paketo-buildpacks/[email protected] (optional) │ └ paketo-buildpacks/[email protected] (optional) ├ Group #3: │ ├ paketo-buildpacks/[email protected] │ │ └ Group #1: │ │ ├ paketo-buildpacks/[email protected] (optional) │ │ ├ paketo-buildpacks/[email protected] (optional) │ │ ├ paketo-buildpacks/[email protected] │ │ ├ paketo-buildpacks/[email protected] (optional) │ │ ├ paketo-buildpacks/[email protected] │ │ ├ paketo-buildpacks/[email protected] │ │ ├ paketo-buildpacks/[email protected] (optional) │ │ ├ paketo-buildpacks/[email protected] (optional) │ │ └ paketo-buildpacks/[email protected] (optional) │ └ paketo-buildpacks/[email protected] │ └ Group #2: │ ├ paketo-buildpacks/[email protected] (optional) │ ├ paketo-buildpacks/[email protected] (optional) │ ├ paketo-buildpacks/[email protected] │ ├ paketo-buildpacks/[email protected] (optional) │ ├ paketo-buildpacks/[email protected] │ ├ paketo-buildpacks/[email protected] (optional) │ ├ paketo-buildpacks/[email protected] (optional) │ └ paketo-buildpacks/[email protected] (optional) └ Group #4: └ paketo-buildpacks/[email protected] LOCAL: (not present)
  • Buildpack with Spring Boot
    4 projects | dev.to | 6 Oct 2021
    .... .... Pulling builder image 'docker.io/paketobuildpacks/builder:base' 100% ..... [INFO] [INFO] > Running creator [INFO] [creator] ===> DETECTING [INFO] [creator] 5 of 18 buildpacks participating [INFO] [creator] paketo-buildpacks/ca-certificates 2.4.1 [INFO] [creator] paketo-buildpacks/bellsoft-liberica 8.6.0 [INFO] [creator] paketo-buildpacks/executable-jar 5.2.1 [INFO] [creator] paketo-buildpacks/dist-zip 4.2.1 [INFO] [creator] paketo-buildpacks/spring-boot 4.6.0 [INFO] [creator] ===> ANALYZING [INFO] [creator] Restoring metadata for "paketo-buildpacks/spring-boot:helper" from app image [INFO] [creator] Restoring metadata for "paketo-buildpacks/spring-boot:spring-cloud-bindings" from app image [INFO] [creator] Restoring metadata for "paketo-buildpacks/spring-boot:web-application-type" from app image [INFO] [creator] ===> RESTORING [INFO] [creator] ===> BUILDING [INFO] [creator] [INFO] [creator] Paketo CA Certificates Buildpack 2.4.1 [INFO] [creator] https://github.com/paketo-buildpacks/ca-certificates [INFO] [creator] Launch Helper: Contributing to layer [INFO] [creator] Creating /layers/paketo-buildpacks_ca-certificates/helper/exec.d/ca-certificates-helper [INFO] [creator] [INFO] [creator] Paketo BellSoft Liberica Buildpack 8.6.0 [INFO] [creator] https://github.com/paketo-buildpacks/bellsoft-liberica [INFO] [creator] Build Configuration: [INFO] [creator] $BP_JVM_TYPE JRE the JVM type - JDK or JRE [INFO] [creator] $BP_JVM_VERSION 11.* the Java version [INFO] [creator] Launch Configuration: [INFO] [creator] $BPL_HEAP_DUMP_PATH write heap dumps on error to this path [INFO] [creator] $BPL_JVM_HEAD_ROOM 0 the headroom in memory calculation [INFO] [creator] $BPL_JVM_LOADED_CLASS_COUNT 35% of classes the number of loaded classes in memory calculation [INFO] [creator] $BPL_JVM_THREAD_COUNT 250 the number of threads in memory calculation [INFO] [creator] $JAVA_TOOL_OPTIONS the JVM launch flags

What are some alternatives?

When comparing base-builder and bellsoft-liberica you can also consider the following projects:

ca-certificates - A Cloud Native Buildpack that adds custom CA certificates to a build and a created image

Spring Boot - Spring Boot

php-dist

nodejs - A Cloud Native Buildpack for Node.JS

gradle - A Cloud Native Buildpack that builds Gradle-based applications from source

go-mod-vendor - A Cloud Native Buildpack for Go Modules

procfile - A buildpack for translating a Procfile into Process Types

apache-tomcat - A Cloud Native Buildpack that contributes Apache Tomcat and Process Types for WARs

java-memory-assistant - A Cloud Native Buildpack that configures the SAP Java Memory Assistant (JMA) Agent for Java applications.

azure-application-insights - A Cloud Native Buildpack that contributes the Application Insights Agent and configures it to connect to the service