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

Added Dockerfile with Bedrock prerequisites #1407

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

carlessanagustin
Copy link

Added Dockerfile with Bedrock prerequisites installed in Debian based image ready to use. Instructions and usage come in Makefile. Documentation is updated in 2x README.md files.

@msftclas
Copy link

msftclas commented May 4, 2020

CLA assistant check
All CLA requirements met.

@jmspring jmspring requested a review from andrebriggs May 7, 2020 23:54
@jmspring
Copy link
Contributor

jmspring commented May 7, 2020

@andrebriggs - there was a plan to follow up on this?

@andrebriggs
Copy link
Member

Hi @carlessanagustin thanks for the PR! Typically when making a PR for something more substantial we ask folks follow this guidance.

I've added some feedback to the PR

Copy link
Member

@andrebriggs andrebriggs left a comment

Choose a reason for hiding this comment

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

Added some comments. Also we are planning to integrate this into Bedrock. We have a issue related to it here

@@ -1,3 +1,6 @@
from: https://youtu.be/H5uq60pb2Hs
Copy link
Member

Choose a reason for hiding this comment

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

Please remove

@@ -0,0 +1,20 @@
FROM debian:stretch
LABEL createdBy="https://twitter.com/carlesanagustin"
Copy link
Member

Choose a reason for hiding this comment

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

Please remove

then
exit 1
fi
# next 6 lines commented due to automation
Copy link
Member

Choose a reason for hiding this comment

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

All these changes to the shell scripts make it difficult to re-use as they previously were. I suggest adding an override instead of commenting out these blocks.

Choose a reason for hiding this comment

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

Setting an environment variable in the Dockerfile like ASSUME_YES or NO_INPUT, maybe prefixed with BEDROCK_ could work?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants