Skip to content

Conversation

achow101
Copy link
Contributor

@achow101 achow101 commented Jun 1, 2018

Adds the option to specify a docker image hash to use for the base vm and for descriptors

Adds the option to specify a docker image hash to use for the base vm
and for descriptors
# if docker_image_digests are supplied, it must be the same length as suites
if docker_image_digests.size > 0 and suites.size != docker_image_digests.size
raise "`suites` and `docker_image_digests` must both be the same size if both are supplied"
elsif ENV["USE_DOCKER"] and docker_image_digests.size > 0 and suites.size == docker_image_digests.size
Copy link
Owner

Choose a reason for hiding this comment

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

The third clause here seems superfluous

@devrandom devrandom merged commit 4053f3c into devrandom:master Jun 18, 2018
devrandom added a commit that referenced this pull request Jun 18, 2018
4053f3c Option to specify docker image hash (Andrew Chow)
@devrandom
Copy link
Owner

Thank you.

maflcko pushed a commit to bitcoin/bitcoin that referenced this pull request Jul 15, 2018
86967b2 Add option to use docker for gitian-build.sh (Andrew Chow)

Pull request description:

  Updates gitian-build.sh script for the docker virtualization method recently added to gitian-builder.

  Second commit depends on devrandom/gitian-builder#185

Tree-SHA512: 0fa50b6c1be35a7a39f4a82816369637d3d0082922ac9876b80ae8156c795dec0ff34ad384b5348777042df8ddb6a72bbaeddd7002ef80557b10e2acf46632aa
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants