Skip to content
This repository has been archived by the owner on Apr 15, 2020. It is now read-only.
/ docker Public archive

Docker images use by Aerobatic for CI of front-end and back-end apps

Notifications You must be signed in to change notification settings

aerobatic/docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Aerobatic docker

A collection of Dockerfiles used by Aerobatic for front-end and back-end CI builds.

aerobatic/hugo

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/

aerobatic/jekyll

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/

aerobatic/nodejs

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?

Available on Dockerhub at https://hub.docker.com/r/aerobatic/nodejs/

About

Docker images use by Aerobatic for CI of front-end and back-end apps

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published