Harvard-PRINCESS / Guppy

A very adaptable fish.
Other
1 stars 3 forks source link

Dockerfile add hake -armv7 and make PandaboardES,PandboardES_Min #84

Closed marikgoldstein closed 7 years ago

marikgoldstein commented 7 years ago

This PR passes circle CI (dockerfile_hake_make_arm #36)

Although the continuous integration doesn't actually run the arm builds, this pull request adds instructions to the Dockerfile to make PandaboardES and PandaboardES_Min anyway. This will at least catch things we are committing that don't build.

alexpatel commented 7 years ago

Looks great - I'm glad you're playing around with Docker (and hopefully finding it useful) :)

I will find time to set up docker compose, which is just iirc a Python wrapper on top of docker, that will allow us to have a different image for each platform/arch (but still using the same base for all of them!). This will allow us to do things like docker-compose up qemu_86 and docker-compose up pandabordES_min to run against individual builds, but then also have docker-compose up will run every build concurrently. It also integrates with CircleCI perfectly, and is necessary when you're working with Docker and need multiple images (for example, a web application and a postgres database).