Skip to content

Commit

Permalink
Update to latest alpine-make-vm-image for alpine 3.15 (#6)
Browse files Browse the repository at this point in the history
* Update to latest

* Update readme to show bump to 3.15

* Exit build-image.sh if errors
  • Loading branch information
jkenlooper authored Jan 30, 2022
1 parent 0a95c42 commit 8522942
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ Note: Need root permission.

This will produce `alpine-virt-image-{timestamp}.qcow2.bz2` which can then be uploaded to Digital Ocean and used to create your droplet. Check out their instructions at https://blog.digitalocean.com/custom-images/ for uploading the image and creating your droplet.

In this commit, the script will produce alpine `version 3.12` image. If you wanna build latest version, you can pull latest alpin-make-vm-image repo: `git submodule foreach git pull origin master`
In this commit, the script will produce alpine `version 3.15` image. If you wanna build latest version, you can pull latest [alpine-make-vm-image repo](https://github.com/alpinelinux/alpine-make-vm-image): `git submodule foreach git pull origin master`
2 changes: 1 addition & 1 deletion alpine-make-vm-image
3 changes: 3 additions & 0 deletions build-image.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
#!/bin/sh

set -o errexit

F=alpine-virt-image-$(date +%Y-%m-%d-%H%M)

if [ "$CI" = "true" ]
Expand Down

0 comments on commit 8522942

Please sign in to comment.