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.
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 (default)
- Any version that
rvm
can install.
- Node.js -
NODE_VERSION
,.nvmrc
,.node-version
- 10 (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
- 1.12 (default)
- 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 than4.x
. Versions4.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 withSWIFT_VERSION
or.swift-version
.
- Rust
- Not installed by default.
- Supports any version that
rustup
can install.
-
Node.js
- Yarn -
YARN_VERSION
- 1.13.0 (default)
- Any version available via their installer.
- NPM -
NPM_VERSION
- Version corresponding with Node.js version. (default)
- Any version available via NPM.
- bower
- Yarn -
-
Python
- pip
- Version corresponding with Python version. (default)
- Pipenv
- Latest version.
- pip
-
PHP
- Composer
-
Emacs
- Cask
-
Clojure
- Leiningen
- stable
- Boot
- 2.5.2
- Leiningen
-
Hugo -
HUGO_VERSION
- 0.54 extended (default)
- Any version installable via
binrc
.
-
Gutenburg -
GUTENBERG_VERSION
- Any version installable via
binrc
.
- Any version installable via
-
Zola -
ZOLA_VERSION
- Any version installable via
binrc
.
- Any version installable via
-
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 viabrew bundle
HOMEBREW_BUNDLE_FILE
is respected