Ross ROSS = Recommend OSS · open-source software intelligence for agents

openshift/source-to-image

A tool for building artifacts from source and injecting into container images observed · 2026-08-28

github.com/openshift/source-to-image · Go · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

93/100

  • Activity 99
  • Release rhythm 82
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: 84
  • age_days: 4600
  • days_rel: 41
  • days_push: 8
  • n_releases_24m: 6

Full methodology

Adoption not part of the score

2543 stars · 701 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

Source-to-Image (S2I) is a Go toolkit and CLI for building reproducible container images directly from source code without writing a Dockerfile. It injects source into builder images that assemble ready-to-run images, supporting multi-step builds for compiled languages.

Use cases

  • build a container image from a git repo without a Dockerfile
  • create reusable builder images for my team's build environments
  • build slim runtime images by compiling in one image and copying artifacts to another
  • reproduce the same build environment across CI and local development
  • turn a Python or Node app repo into a runnable docker image in one command

When to choose

  • you use OpenShift or want Dockerfile-less reproducible image builds
  • you want to version and share standardized build environments as builder images
  • you need multi-stage builds for compiled languages with slim runtime images

When to avoid

  • you prefer explicit Dockerfiles and full control over build steps
  • your stack is already well served by Docker multi-stage builds or BuildKit
  • you need general-purpose CI pipelines beyond image building

Facets

cli-tool · maturity maintenance

build-tool container-runtime deployment developer-tools cloud-computing developer-tools windows go cli source-to-image s2i builder-images openshift container-images reproducible-builds devops containers linux macos docker

1 source

Member repositories

RepositoryRoleHealth v2
openshift/source-to-imagemain93

For agents

markdown · JSON · MCP: product_card(name="openshift/source-to-image")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem