sophia
d500daea03
Support centos flavors of redhat
2020-04-03 14:27:44 -04:00
sophia
d87d421586
Install docker using docker repo instead of convenience script
...
This approach will be more stable than depending on a convenience
script provided by docker
ref: https://docs.docker.com/install/linux/docker-ce/ubuntu/#install-using-the-convenience-script
2020-04-01 15:05:48 -04:00
sophia
f7d6070b0d
Raise error when trying to install docker on centos8
2020-03-27 10:05:01 -04:00
sophia
60b05426e1
Install containerd.io from docker on rhel_8
...
containerd.io is required for docker howerver it is not avilable
in official yum repos. It needs to be installed directly from
docker.
ref:
https://docs.docker.com/install/linux/docker-ce/centos/
https://linuxconfig.org/how-to-install-docker-in-rhel-8
2020-03-25 10:40:31 -04:00
sophia
9d53e8ccab
Recognize rhel8 flavor
2020-03-25 10:36:02 -04:00
sophia
2fbc6fdac0
Update CHANGELOG
2020-03-24 10:29:38 -04:00
Sophia Castellarin
2dadeb3ee5
Merge pull request #11461 from soapy1/get-docker-image-id
...
Get correct docker image from build output
2020-03-24 09:27:20 -05:00
sophia
a706a0cb6c
Update CHANGELOG
2020-03-24 10:25:40 -04:00
Sophia Castellarin
e07d3c80e2
Merge pull request #11355 from terryburton/master
...
docker provider: Don't explode when removing an image if it is in use
2020-03-24 09:22:36 -05:00
Terry Burton
b566b0ee13
rmi docker provider tests: May also be in use by a stopped container
2020-03-23 23:28:18 +00:00
Terry Burton
d372ba0b5d
Merge pull request #1 from soapy1/rmi-test
...
Test rmi functionality for docker provider
2020-03-23 23:24:12 +00:00
sophia
114742f3f8
Test rmi functionality for docker provider
2020-03-23 15:39:30 -05:00
sophia
324294993e
Check for docker buildkit output first
...
When buildkit is enabled docker will write out
`writing image <image id>`
When buildkit is not enables docker will write out
`Successfully builld <image id>`
It is more likely that searching for the `writing image` will not
clash with build output than when searching for `Successfully built`.
eg. when installing python packages with pip, it is common to use
the verbage `Successfully built`.
2020-03-23 13:54:49 -05:00
sophia
380c25a7ae
Get last image id from docker output
2020-03-23 10:10:19 -05:00
sophia
ea7cc687f2
Add test for multiple Successsfully built messages
2020-03-23 09:55:30 -05:00
Jeff Bonhag
94c1c605cd
Update CHANGELOG
2020-03-11 10:45:33 -04:00
Jeff Bonhag
6efdcd2068
Merge pull request #11430 from chrisroberts/winssh-hacks
...
Fix issues with Windows SSH provisioner (continued...)
2020-03-11 10:39:44 -04:00
Chris Roberts
dbb4bb0be9
Merge pull request #11447 from chrisroberts/fix/test-path-restrictions
...
Add path filtering to pull requests
2020-03-10 16:10:15 -07:00
Chris Roberts
92e26b480b
Update CHANGELOG
2020-03-10 16:09:44 -07:00
Chris Roberts
2286ba797e
Merge pull request #11446 from chrisroberts/enhancement/verbosity
...
When not running as a pre-release version, disable verbose output
2020-03-10 16:07:56 -07:00
Chris Roberts
97b127297f
Add path filtering to pull requests
...
Also include `./bin` directory contents
2020-03-10 15:59:08 -07:00
Chris Roberts
ce90110d4e
Update CHANGELOG
2020-03-10 15:39:44 -07:00
Chris Roberts
88b656da5f
Merge pull request #11445 from chrisroberts/fix/active
...
Explicitly activate vagrant specification when not activated
2020-03-10 15:38:16 -07:00
Chris Roberts
24da7476a1
When not running as a pre-release version, disable verbose output
...
This will restrict output of warnings for things like method
deprections to only being visble while running a pre-release
version of Vagrant (typically in development)
2020-03-10 15:34:06 -07:00
Chris Roberts
21e5913cef
Explicitly activate vagrant specification when not activated
2020-03-10 15:08:56 -07:00
Chris Roberts
26985088e0
Update CHANGELOG
2020-03-10 14:43:31 -07:00
Chris Roberts
9336ca5529
Merge pull request #11363 from chrisroberts/enhancement/solutions
...
Add support for caching solutions. Remove GEMRC modifications.
2020-03-10 14:42:28 -07:00
Brian Cain
2045a5e04b
Merge pull request #11444 from briancain/ci/only-run-on-code-changes
...
Only run workflow tests on code paths
2020-03-10 14:38:28 -07:00
Jeff Bonhag
1e6c98f539
Document potential issue with PowerShell progress bar
...
Since PowerShell subprocesses don't inherit the setting for
`$ProgressPreference`, it's probably a good idea to set this variable to
`SilentlyContinue` globally when using the WinSSH communicator.
This commit also fixes a formatting issues with the list of supported
Windows guests.
2020-03-10 16:13:49 -04:00
Brian Cain
b33dfa968d
Add glob syntax to include files inside path folders
2020-03-10 10:07:49 -07:00
Brian Cain
52bd7ba797
Only run workflow tests on code paths
2020-03-10 09:54:56 -07:00
Brian Cain
59c82f44b6
Merge pull request #11443 from briancain/gh/add-default-issue-option
...
Add bug report template for Vagrant GitHub issues
2020-03-10 09:49:43 -07:00
Brian Cain
febe17fd1e
Add bug report template for Vagrant GitHub issues
2020-03-10 09:46:31 -07:00
Brian Cain
c202a675b3
Merge pull request #11329 from hashicorp/briancain-patch-1
...
Update issue templates
2020-03-10 09:39:37 -07:00
Chris Roberts
4272e4e363
Merge pull request #11429 from EnMod/nq.website.update-middleman-hashicorp
...
[Website] Update middleman-hashicorp to 0.3.44
2020-03-09 16:55:02 -07:00
Chris Roberts
db075e51d1
Update CHANGELOG
2020-03-09 16:54:20 -07:00
Chris Roberts
bee56a09df
Merge pull request #11366 from dmitrivereshchagin/fix-curl-invocation
...
Fix use of -q option in curl invocation
2020-03-09 16:53:12 -07:00
Chris Roberts
d96f7c4293
Fix documentation disable in generation hooks
2020-03-09 16:52:39 -07:00
Chris Roberts
351e053aeb
Start adding test coverage to bundler class
2020-03-09 16:52:39 -07:00
Chris Roberts
18f9de9a59
Update CHANGELOG
2020-03-09 16:49:31 -07:00
Chris Roberts
7d44fef00e
Merge pull request #11428 from chrisroberts/fix/windows-reboot
...
Catch any StandardError exception while waiting for Windows reboot
2020-03-09 16:48:27 -07:00
Chris Roberts
295ae381d8
Update CHANGELOG
2020-03-09 16:47:45 -07:00
Chris Roberts
193eb11277
Merge pull request #11427 from chrisroberts/fix/auto-hook-creation
...
Update dynamic action hooks implementation
2020-03-09 16:46:27 -07:00
Chris Roberts
dbec9ae68c
Clean specs on public key removal
2020-03-09 15:45:04 -07:00
Chris Roberts
d595c03732
Fix test coverage on windows public key cap
2020-03-09 15:07:17 -07:00
Jeff Bonhag
247903f962
Update CHANGELOG
2020-03-09 16:04:04 -04:00
Jeff Bonhag
1678cfa757
Fix #11439 : Quote each exported directory ( #11441 )
...
This commit changes the Darwin NFS template for /etc/exports to put each
exported directory in quotes.
This fixes an issue with directory names that have spaces in them.
Quotes were chosen (rather than escaping the spaces) in order to match
the template for Linux NFS exports.
2020-03-09 16:02:03 -04:00
Brian Cain
7b43402b3c
Merge pull request #11433 from meitar/patch-1
...
Document ability to specify which host-only network.
2020-03-06 15:54:24 -08:00
Meitar M
9f0d4ef074
Actually remove all references to symbol syntax.
2020-03-06 18:35:55 -05:00
Meitar M
945e623f6d
Remove referencese to symbol syntax.
2020-03-06 17:46:04 -05:00