docksal / boilerplate-drupal8

[ARCHIVED] Drupal 8 boilerplate project powered by Docksal
https://docksal.io
68 stars 60 forks source link

One time "Minimal fin version required is: 1.22.0" #16

Closed lmakarov closed 6 years ago

lmakarov commented 6 years ago

Using fin project create with drupal8 results in the error:

Minimal fin version required is: 1.22.0

Then running fin init manually - everything works as expected.

leonid@ubuntu:~/projects$ fin project create
WARNING: No swap limit support
             -= Docksal project wizard =-

1. Enter the name of your project (no spaces or slashes): drupal8

2. What would you like to install?
   [1] Drupal 7
   [2] Drupal 8
   [3] Wordpress
   [4] Magento
   [5] Static HTML site
   [6] Grav CMS
   [7] Gatsby JS
   [8] Laravel

Enter your choice (1-8): 2

Your site will be created at /home/leonid/projects/drupal8
Your site will run Drupal 8
The URL of your site will be http://drupal8.docksal

Do you wish to proceed? [y/n]: 
Please answer yes or no.
Do you wish to proceed? [y/n]: y
Cloning repository...
Cloning into 'drupal8'...
remote: Counting objects: 42945, done.
remote: Compressing objects: 100% (12/12), done.
remote: Total 42945 (delta 6), reused 0 (delta 0), pack-reused 42929
Receiving objects: 100% (42945/42945), 26.18 MiB | 4.79 MiB/s, done.
Resolving deltas: 100% (18002/18002), done.
Checking connectivity... done.
3. Installing site
WARNING: No swap limit support
WARNING: No swap limit support
Minimal fin version required is: 1.22.0
leonid@ubuntu:~/projects$ fin -v
WARNING: No swap limit support
1.43.2
leonid@ubuntu:~/projects$ cd drupal8/
leonid@ubuntu:~/projects/drupal8$ fin init
WARNING: No swap limit support
WARNING: No swap limit support
 Step 1  Initializing stack...
WARNING: No swap limit support
Removing containers...
Removing network drupal8_default
WARNING: Network drupal8_default not found.
Removing volume drupal8_project_root
WARNING: Volume drupal8_project_root not found.
Volume docksal_ssh_agent is external, skipping
Starting services...
...

Using fin project create second time - no issues. Weird.

lmakarov commented 6 years ago

Closing as obsolete.