A collection of Dockerfiles used by Aerobatic for front-end and back-end CI builds.
Alpine based image that can be installed on a Docker enabled CI service to build to generate a Hugo site and deploy to Aerobatic. Has been tested with Bitbucket Pipelines.
What's in the box?
- python / pip (2.7.13)
- hugo (v0.19)
- node (v6.9.2)
- aerobatic-cli (1.0.14)
Available on Dockerhub at https://hub.docker.com/r/aerobatic/hugo/
Alpine based image that can be installed on a Docker enabled CI service to build to generate a Jekyll site and deploy to Aerobatic. Has been tested with Bitbucket Pipelines.
What's in the box?
- ruby (v2.3.3)
- bundler (v1.14.3)
- jekyll (v3.4.0)
- node (v6.9.2)
- aerobatic-cli (1.0.14)
Available on Dockerhub at https://hub.docker.com/r/aerobatic/jekyll/
Alpine based image that can be installed on a Docker enabled CI service to build a static site using a Node based generator such as hexo, gulpjs, or Gatsby, webpack etc. Also appropriate for plain HTML sites that just need to run the aero deploy
command and nothing else. Tested with Bitbucket Pipelines.
What's in the box?
- node (v6.9.2)
- aerobatic-cli (1.0.37)
Available on Dockerhub at https://hub.docker.com/r/aerobatic/nodejs/