Skip to content

Commit 0698db1

Browse files
alaindomissyvsoch
authored andcommitted
Vagrant Cloud repository page (#90)
* Vagrant Cloud repository page Atlas service has been moved over to Vagrant Cloud. Also link to our repo on Vagrant Cloud for older versions of the vagrant box. * Vagrant Cloud repo link for old versions * 2.3.1-dist in bash code instructions for mac singularity --version now returns 2.3.1-dist
1 parent 42370a3 commit 0698db1

2 files changed

Lines changed: 12 additions & 14 deletions

File tree

pages/docs/install/install-mac.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,27 +25,26 @@ brew cask install vagrant-manager
2525

2626
## Option 1: Singularityware Vagrant Box
2727

28-
We are maintaining a set of Vagrant Boxes via <a href="https://atlas.hashicorp.com/" target="_blank">Atlas</a>, one of <a href="https://www.hashicorp.com/#open-source-tools" target="_blank">Hashicorp</a> many tools that likely you've used and haven't known it. We currently have boxes for the following versions of Singularity:
29-
30-
- [singularityware/singularity-2.2.99](https://atlas.hashicorp.com/singularityware/boxes/singularity-2.2.99)
31-
- [singularityware/singularity-2.3](https://atlas.hashicorp.com/singularityware/boxes/singularity-2.3)
32-
- [singularityware/singularity-2.3.1](https://atlas.hashicorp.com/singularityware/boxes/singularity-2.3.1)
28+
We are maintaining a set of Vagrant Boxes via <a href="https://www.vagrantup.com" target="_blank">Vagrant Cloud</a>, one of <a href="https://www.hashicorp.com/#open-source-tools" target="_blank">Hashicorp</a> many tools that likely you've used and haven't known it. The current stable version of Singularity is available here:
29+
- [singularityware/singularity-2.3.1](https://app.vagrantup.com/singularityware/boxes/singularity-2.3.1/versions/2.3.1)
30+
31+
For other versions of Singularity see [our Vagrant Cloud repository](https://app.vagrantup.com/singularityware)
3332

3433
```bash
3534
mkdir singularity-vm
3635
cd singularity-vm
37-
vagrant init singularityware/singularity-2.3
36+
vagrant init singularityware/singularity-2.3.1
3837
vagrant up
3938
vagrant ssh
4039
```
4140

42-
You are then ready to go with Singularity 2.3!
41+
You are then ready to go with Singularity 2.3.1!
4342

4443
```
4544
vagrant@vagrant:~$ which singularity
4645
/usr/local/bin/singularity
4746
vagrant@vagrant:~$ singularity --version
48-
2.3-master.gadf5259
47+
2.3.1-dist
4948
vagrant@vagrant:~$ singularity create test.img
5049
Initializing Singularity image subsystem
5150
Opening image file: test.img

pages/docs/install/install-windows.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,10 @@ First, install the following software:
1818

1919
## Singularityware Vagrant Box
2020

21-
We are maintaining a set of Vagrant Boxes via <a href="https://atlas.hashicorp.com/" target="_blank">Atlas</a>, one of <a href="https://www.hashicorp.com/#open-source-tools" target="_blank">Hashicorp</a> many tools that likely you've used and haven't known it. We currently have boxes for the following versions of Singularity:
22-
23-
- [singularityware/singularity-2.2.99](https://atlas.hashicorp.com/singularityware/boxes/singularity-2.2.99)
24-
- [singularityware/singularity-2.3](https://atlas.hashicorp.com/singularityware/boxes/singularity-2.3)
25-
- [singularityware/singularity-2.3.1](https://atlas.hashicorp.com/singularityware/boxes/singularity-2.3.1)
21+
We are maintaining a set of Vagrant Boxes via <a href="https://www.vagrantup.com" target="_blank">Vagrant Cloud</a>, one of <a href="https://www.hashicorp.com/#open-source-tools" target="_blank">Hashicorp</a> many tools that likely you've used and haven't known it. The current stable version of Singularity is available here:
22+
- [singularityware/singularity-2.3.1](https://app.vagrantup.com/singularityware/boxes/singularity-2.3.1/versions/2.3.1)
23+
24+
For other versions of Singularity see [our Vagrant Cloud repository](https://app.vagrantup.com/singularityware)
2625

2726
Run GitBash. The default home directory will be C:\Users\your_username
2827

@@ -40,7 +39,7 @@ You are then ready to go with Singularity 2.3.1!
4039
vagrant@vagrant:~$ which singularity
4140
/usr/local/bin/singularity
4241
vagrant@vagrant:~$ singularity --version
43-
2.3-master.gadf5259
42+
2.3.1-dist
4443
vagrant@vagrant:~$ singularity create test.img
4544
Initializing Singularity image subsystem
4645
Opening image file: test.img

0 commit comments

Comments
 (0)