Skip to content
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.

[dockerfile_for_local_execution] Intial test version #67

Closed
wants to merge 3 commits into from

Conversation

oskarpearson
Copy link

Docker file for running bootstrap in a container, so that the process of
installing dependent libraries is simplified.

  • Added README on how to run things in the container

Docker file for running bootstrap in a container, so that the process of
installing dependent libraries is simplified.

* Added README on how to run things in the container
@oskarpearson oskarpearson force-pushed the dockerfile_for_local_execution branch from ef193e4 to cce973f Compare April 9, 2015 15:07
@coveralls
Copy link

Coverage Status

Coverage remained the same at 53.26% when pulling cce973f on dockerfile_for_local_execution into ef86a54 on master.

@@ -0,0 +1,47 @@
FROM ubuntu:14.04

MAINTAINER WebOps MoJ <webops@digital.justice.gov.uk>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be platforms@ as webops@ includes people from OPG.

Clean up container after each command
@oskarpearson
Copy link
Author

Currently this doesn't support git over SSH - so it's pending. I'm currently focussed elsewhere, but will come back to it as soon as I can.

This needs to work in the container:

python -c 'import pygit2; print pygit2.features & pygit2.GIT_FEATURE_SSH'

@ashb
Copy link
Contributor

ashb commented Apr 14, 2015

Remind me to tell you about our deb pkg repo - that should have a libgit2 (maybe called dsd-libgit2) that is compiled with libssh2 support

@ashb ashb deleted the dockerfile_for_local_execution branch May 21, 2015 16:30
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants