Buildpacks
- Popular Topics
.Net Core
The .NET buildpack will automatically be applied as long as your project has one or more of the following: A…
Go
Features Installing a Specific Go Version By default the Go buildpack will read the version specified in your go.mod file….
Buildpacks
Stackblaze’s build system supports many languages automatically. This section of the documentation explains how each buildpack works and how you…
Java
The Java buildpack will automatically detect the type of project and artifacts. However, you can override the default settings through…
Node.js
The Node.js buildpack will automatically be applied as long as your project has one or more of the following: A…
PHP
With Composer + Apache # Use an official PHP Apache image as the base FROM php:8.0-apache # Set the working…
Python
Deploying a Python web service on Stackblaze is straightforward – most Python packaging tools are supported, and all web-frameworks are…
Ruby
Built-in Language Support You can build and deploy a Ruby application without a Dockerfile using Stackblaze’s built-in automatic builds. Specifying…
Static Sites
The Static Sites buildpack allows you to serve HTML/CSS/JS from a folder using either HTTPD or Nginx. This buildpack can…