Skip to content

Commit

Permalink
Update README.
Browse files Browse the repository at this point in the history
  • Loading branch information
benpye committed Mar 13, 2021
1 parent c5bdd3e commit 4e182f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Digital Ocean Alpine Linux Image Generator

![Build Status](https://travis-ci.com/benpye/alpine-droplet.svg?branch=master)
![Build Status](https://github.com/benpye/alpine-droplet/actions/workflows/build.yml/badge.svg?branch=master)

This is a tool to generate an Alpine Linux custom image for Digital Ocean. This ensures that the droplet will correctly configure networking and SSH on first boot using Digital Ocean's metadata service. To use this tool make sure you have `qemu-nbd`, `qemu-img`, `bzip2` and `e2fsprogs` installed. This will not work under the Windows Subsystem for Linux (WSL) as it mounts the image during generation.

Expand All @@ -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.12` image. If you wanna build latest version, you can pull latest alpin-make-vm-image repo: `git submodule foreach git pull origin master`

0 comments on commit 4e182f5

Please sign in to comment.