Home ci 09. deployments / build-image: build image

09. deployments / build-image: build image

Last updated on Aug 05, 2025

Build Image Overview

Title: "Build image"

URL: "https://epycbyte.com/docs/deployments/build-image/build-image"

Table of Contents

  1. Incremental Migration Frameworks
  2. Projects Builds
  3. Configure a Build Package Managers Concurrent Builds Build Features
  4. Build Image Overview
  5. Build Image (legacy)
  6. Troubleshoot a Build Deployments Domains Going Live Checklist Pricing Resources Platform Builds

Build Image Overview

The build image uses Amazon Linux 2023 as the base image and Epycbyte will automatically use it for all deployments with the 22.x or 20.x Node.js version project settings.

Pre-installed packages

  • alsa-lib
  • at-spi2-atk
  • atk
  • autoconf
  • automake
  • bsdtar
  • bzip2
  • bzip2-devel
  • cups-libs
  • expat-devel
  • gcc
  • gcc-c++
  • git
  • glib2-devel
  • glibc-devel
  • gtk3
  • gzip
  • ImageMagick-devel
  • iproute
  • java-11-amazon-corretto-headless
  • libXScrnSaver
  • libXcomposite
  • libXcursor
  • libXi
  • libXrandr
  • libXtst
  • libffi-devel
  • libglvnd-glx
  • libicu
  • libjpeg
  • libjpeg-devel
  • libpng
  • libpng-devel
  • libstdc++
  • libtool
  • libwebp-tools
  • make
  • nasm
  • ncurses-libs
  • ncurses-compat-libs
  • openssl
  • openssl-devel
  • openssl-libs
  • pango
  • procps
  • readline-devel
  • ruby-devel
  • strace
  • tar
  • unzip
  • which
  • zlib-devel
  • zstd

Running the build image locally

docker run --rm -it amazonlinux:2023.2.20231011.0 sh

When you are done, run exit to return.

Installing additional packages

You can install additional packages into the build container by configuring the Install Command within the dashboard or the "installCommand" in your epycbyte.json to use any of the following commands:

  • List all packages: dnf list
  • Search for a package: dnf search my-package-here
  • Install a package: dnf install -y my-package-here

Legal Notice

This document is updated on July 23, 2024. For previous versions, refer to the Build Image Overview (legacy).

Supported. Send feedback if needed.