We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(Noting to help document!) I ran into a problem running out of disk space in this recipe: #37
@icarito pointed me at this line which we can change to double the disk size from 1GB to 2GB:
pi-builder/builder/build.sh
Line 87 in f9481e4
Here's the commit i used to make the change:
bd98bbe
- wget -q -O "${BUILD_RESULT_PATH}/${RAW_IMAGE}.zip" "https://github.com/hypriot/image-builder-raw/releases/download/${RAW_IMAGE_VERSION}/${RAW_IMAGE}.zip" + wget -q -O "${BUILD_RESULT_PATH}/${RAW_IMAGE}.zip" "https://jenkins.laboratoriopublico.org/job/image-builder-raw/ws/${RAW_IMAGE}.zip"
Additionally, the checksum in /versions.config must be modified:
/versions.config
-RAW_IMAGE_VERSION="v0.2.2" -RAW_IMAGE_CHECKSUM="2fbeb13b7b0f2308dbd0d82780b54c33003ad43d145ff08498b25fb8bbe1c2c6" +RAW_IMAGE_VERSION="master" +RAW_IMAGE_CHECKSUM="e32c0b9f3cdb9c60bad97a724103fc1283cdc135848e6142d588cd96fac1d6a8"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
(Noting to help document!) I ran into a problem running out of disk space in this recipe: #37
@icarito pointed me at this line which we can change to double the disk size from 1GB to 2GB:
pi-builder/builder/build.sh
Line 87 in f9481e4
Here's the commit i used to make the change:
bd98bbe
Additionally, the checksum in
/versions.config
must be modified:The text was updated successfully, but these errors were encountered: