Skip to content
This repository has been archived by the owner on Jan 25, 2023. It is now read-only.

Latest commit

 

History

History
87 lines (79 loc) · 2.79 KB

included_software.md

File metadata and controls

87 lines (79 loc) · 2.79 KB

Included Software: Xenial

This is the Xenial build image. It runs on Ubuntu version 16.04 (aka Xenial), and includes the languages and software versions listed below.

For instructions on how to run this image locally to test your build, please see the README.

Languages

The specific patch versions included will depend on when the image was last built (except Ruby). It is highly suggested you depend only on minor versions, so that we can ensure the language has the latest updates (especially if security related).

  • Ruby - RUBY_VERSION, .ruby-version
    • 2.6.2
    • 2.7.2 (default)
    • Any version that rvm can install.
  • Node.js - NODE_VERSION, .nvmrc, .node-version
    • 12.18.0 (default)
    • Any version that nvm can install.
  • Python - PYTHON_VERSION, runtime.txt, Pipfile
    • 2.7 (default)
    • 3.5
    • 3.7
  • PHP - PHP_VERSION
    • 5.6 (default)
    • 7.2
    • 7.4
  • Go - GO_VERSION
  • Java
    • 8 (default)
  • Emacs
    • 25 (default)
  • Erlang
    • 21 (default)
  • Elixir
    • 1.7 (default)
  • Swift - SWIFT_VERSION, .swift-version
    • Not installed by default.
    • Supports any version that swiftenv can install later than 4.x. Versions 4.x and earlier will not work due to incompatible shared libraries.
    • 5.2 is installed if Package.swift is present and no version is specified with SWIFT_VERSION or .swift-version.
  • Rust
    • Not installed by default.
    • Supports any version that rustup can install.

Tools

  • Node.js

    • Yarn - YARN_VERSION
      • 1.22.10 (default)
      • Any version available via their installer.
    • npm - NPM_VERSION
      • Version corresponding with Node.js version. (default)
      • Any version available via npm.
    • bower
  • Python

    • pip
      • Version corresponding with Python version. (default)
    • Pipenv
      • Latest version.
  • PHP

    • Composer
  • Emacs

    • Cask
  • Clojure

    • Leiningen
      • stable
    • Boot
      • 2.5.2
  • Hugo - HUGO_VERSION

    • 0.54 extended (default)
    • Any version installable via binrc.
  • Gutenburg - GUTENBERG_VERSION

    • Any version installable via binrc.
  • Zola - ZOLA_VERSION

    • Any version installable via binrc.
  • jq - 1.5

  • ImageMagick - 6.7.7

  • GNU Make - 3.81

  • OptiPNG - 0.6.4

  • Doxygen - 1.8.6

  • Homebrew - EARLY ALPHA

    • this is not production ready
    • it might be removed or changed significantly
    • Any linux formula is supported: https://formulae.brew.sh/formula-linux/
    • Formulae from a Brewfile.netlify are installed automatically via brew bundle
    • HOMEBREW_BUNDLE_FILE is respected