<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Org:devkitspaces on jrbeverly</title><link>https://workbench.jrbeverly.ca/tags/orgdevkitspaces/</link><description>Recent content in Org:devkitspaces on jrbeverly</description><generator>Hugo</generator><language>en-CA</language><lastBuildDate>Thu, 24 Oct 2019 01:48:46 +0000</lastBuildDate><atom:link href="https://workbench.jrbeverly.ca/tags/orgdevkitspaces/index.xml" rel="self" type="application/rss+xml"/><item><title>packer-on-github</title><link>https://workbench.jrbeverly.ca/2019/10/devkitspaces-packer-on-github/</link><pubDate>Thu, 24 Oct 2019 01:48:46 +0000</pubDate><guid>https://workbench.jrbeverly.ca/2019/10/devkitspaces-packer-on-github/</guid><description>&lt;h1 id="packer-with-github-actions"&gt;Packer with GitHub Actions&lt;/h1&gt;
&lt;p&gt;Experimenting with GitHub Actions for building machine images with Packer. Ideally trying to figure out what it takes for building the following on GitHub Actions:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;VirtualBox ISO&lt;/li&gt;
&lt;li&gt;Hyper-V ISO&lt;/li&gt;
&lt;li&gt;Docker Image&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="docker-image"&gt;Docker Image&lt;/h2&gt;
&lt;p&gt;A base case. I want to confirm that I am in fact able to use packer without issue on GitHub Actions.&lt;/p&gt;</description></item><item><title>vagrant-cicd</title><link>https://workbench.jrbeverly.ca/2019/10/devkitspaces-vagrant-cicd/</link><pubDate>Sat, 05 Oct 2019 20:31:43 +0000</pubDate><guid>https://workbench.jrbeverly.ca/2019/10/devkitspaces-vagrant-cicd/</guid><description>&lt;h1 id="vagrant-continuous-integration-prototype"&gt;Vagrant Continuous Integration Prototype&lt;/h1&gt;
&lt;p&gt;&lt;strong&gt;Pre-built Vagrant Box&lt;/strong&gt;:
-&lt;a
 href="https://app.vagrantup.com/ubuntu/boxes/trusty64" target="_blank" rel="noreferrer"&gt;&lt;code&gt;vagrant init ubuntu/trusty64&lt;/code&gt;&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;This example vagrant configuration installs and configures Ubuntu Trusty using simple Ruby scripts.&lt;/p&gt;
&lt;p&gt;The objective is to move as much of the Vagrantfile configuration into external ruby scripts. These scripts could then be split into testable functions and modules. Currently the focus is on providing a consistent installation process using &lt;code&gt;shellcheck&lt;/code&gt; and &lt;code&gt;rubocop&lt;/code&gt;.&lt;/p&gt;</description></item><item><title>packer-desktop</title><link>https://workbench.jrbeverly.ca/2018/11/devkitspaces-packer-desktop/</link><pubDate>Fri, 02 Nov 2018 00:52:23 +0000</pubDate><guid>https://workbench.jrbeverly.ca/2018/11/devkitspaces-packer-desktop/</guid><description>&lt;h1 id="packer-desktop"&gt;Packer Desktop&lt;/h1&gt;
&lt;h2 id="summary"&gt;Summary&lt;/h2&gt;
&lt;p&gt;This build configuration installs the &lt;code&gt;vagrant-desktop&lt;/code&gt; environments onto minimal ubuntu images that can be used with Virtualbox.&lt;/p&gt;
&lt;h2 id="getting-started"&gt;Getting Started&lt;/h2&gt;
&lt;p&gt;Make sure all the required software (listed above) is installed, then you can build the images as follows:&lt;/p&gt;</description></item><item><title>boxstarter-workspace</title><link>https://workbench.jrbeverly.ca/2018/11/devkitspaces-boxstarter-workspace/</link><pubDate>Fri, 02 Nov 2018 00:40:42 +0000</pubDate><guid>https://workbench.jrbeverly.ca/2018/11/devkitspaces-boxstarter-workspace/</guid><description>&lt;h1 id="boxstarterworkspace"&gt;Boxstarter.Workspace&lt;/h1&gt;
&lt;h2 id="summary"&gt;Summary&lt;/h2&gt;
&lt;p&gt;A set of chocolatey packages for setting up a Windows PC.&lt;/p&gt;
&lt;h2 id="getting-started"&gt;Getting Started&lt;/h2&gt;
&lt;p&gt;The packages are not available on &lt;code&gt;chocolatey.org&lt;/code&gt;, so they will need to be manually built. You can pack them up using the following:&lt;/p&gt;</description></item><item><title>vagrant-desktop-homelab</title><link>https://workbench.jrbeverly.ca/2017/09/devkitspaces-vagrant-desktop-homelab/</link><pubDate>Sat, 23 Sep 2017 17:15:23 +0000</pubDate><guid>https://workbench.jrbeverly.ca/2017/09/devkitspaces-vagrant-desktop-homelab/</guid><description>&lt;h1 id="vagrant-homelab-desktop"&gt;Vagrant Homelab Desktop&lt;/h1&gt;
&lt;h2 id="summary"&gt;Summary&lt;/h2&gt;
&lt;p&gt;Provide a method of reproducible graphical development environments based on Linux. This repository provides a base Homelab Desktop environment, sandboxed on your local computer.&lt;/p&gt;
&lt;h2 id="getting-started"&gt;Getting Started&lt;/h2&gt;
&lt;p&gt;You can use this locally with &lt;code&gt;vagrant up&lt;/code&gt;, calling as such:&lt;/p&gt;</description></item><item><title>boxstarter-scripts</title><link>https://workbench.jrbeverly.ca/2017/05/devkitspaces-boxstarter-scripts/</link><pubDate>Wed, 31 May 2017 22:54:37 +0000</pubDate><guid>https://workbench.jrbeverly.ca/2017/05/devkitspaces-boxstarter-scripts/</guid><description>&lt;h1 id="automated-windows-setup"&gt;Automated Windows Setup&lt;/h1&gt;
&lt;p&gt;A script for setting up a Windows PC using BoxStarter and Chocolatey.&lt;/p&gt;
&lt;h2 id="getting-started"&gt;Getting Started&lt;/h2&gt;
&lt;p&gt;There are a few options for launching a BoxStarter script check out the &lt;a
 href="http://boxstarter.org/InstallingPackages" target="_blank" rel="noreferrer"&gt;offical documentation&lt;/a&gt;
 for
all the various methods.&lt;/p&gt;</description></item><item><title>vagrant-desktop</title><link>https://workbench.jrbeverly.ca/2017/05/devkitspaces-vagrant-desktop/</link><pubDate>Wed, 31 May 2017 22:52:01 +0000</pubDate><guid>https://workbench.jrbeverly.ca/2017/05/devkitspaces-vagrant-desktop/</guid><description>&lt;h1 id="vagrant-linux-desktop"&gt;Vagrant Linux Desktop&lt;/h1&gt;
&lt;h2 id="summary"&gt;Summary&lt;/h2&gt;
&lt;p&gt;Provide a method of reproducible graphical development environments based on Linux. This repository provides a base Linux Desktop environment, sandboxed on your local computer.&lt;/p&gt;
&lt;h2 id="getting-started"&gt;Getting Started&lt;/h2&gt;
&lt;p&gt;You can use this locally with &lt;code&gt;vagrant up&lt;/code&gt;, calling as such:&lt;/p&gt;</description></item></channel></rss>