bschwedler / sol-eng-demo-server

Docker containers used for the Solutions Engineering demo server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository contains Docker assets for the Solutions Engineering Demo server (lovingly known as "Colorado").

Getting Started

Because these images are stored in AWS ECR, they are not easily accessible on DockerHub.

Rather, you need to know how to:

Disclaimers

We love open source!! However, these resources have a very narrow vision for a very specific environment. If you are looking for a bit more generic solution that may apply better to your environment, we suggest you check out some of the following resources:

Dev Workflow

Build Pipeline

  • All branches / PRs are built on Jenkins
  • Only master pushes to the ECR repository

Run tests locally

  • Install dgoss
  • Run make test
  • To edit tests interactively run make edit
  • NOTE: this requires that you have built (or pulled) the images locally

Excluding Packages

Some packages are ok to fail... and we have more failures for older R versions...

  • Add packages that are OK failing to pkg_failing.txt
  • Run make vars to regenerate the goss_vars.yaml
  • Ultimately, we need to take some additional passes at these to find out why they are failing

Adding Images

To add an image, you will need to create a repository in ECS (in the subaccount):

https://us-east-1.console.aws.amazon.com/ecr/repositories?region=us-east-1

Be sure to copy the Policy JSON / Permissions from one of the existing repositories.

About

Docker containers used for the Solutions Engineering demo server


Languages

Language:Dockerfile 97.5%Language:Makefile 1.8%Language:R 0.8%