Hi there,

Are you setting a box_version in your Vagrantfile? If not, Vagrant will use
the latest downloaded version of that box. For example, this will give you
a CentOS 7.5 VM:

Vagrant.configure("2") do |config|
  config.vm.box = "centos/7"
  config.vm.box_version = "1809.01"
end

If that doesn't work, please share a copy of your Vagrantfile so we can get
a better idea what's going on.

Cheers!
Jeff

On Sun, May 10, 2020 at 8:22 AM yusuf yazıcı <yusuf.yaz...@gmail.com> wrote:

> Hello everyone,
>
> Vagrant automatically updates box to the latest release. I want to work
> with centos 7.5 image due to some application requirements, so i have
> selected old box version from vagrant cloud.
> i have set "config.vm.box_check_update = false" parameter.
>
> But, still box is updated to version 7.8 after deploy. Could you please
> help me to disable upgrade?
>
> Thank you
>
> --
> This mailing list is governed under the HashiCorp Community Guidelines -
> https://www.hashicorp.com/community-guidelines.html. Behavior in
> violation of those guidelines may result in your removal from this mailing
> list.
>
> GitHub Issues: https://github.com/hashicorp/vagrant/issues
> Discuss: https://discuss.hashicorp.com/c/vagrant/24
> ---
> You received this message because you are subscribed to the Google Groups
> "Vagrant" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to vagrant-up+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/vagrant-up/d00e0827-185b-4421-825d-c8a27e751025%40googlegroups.com
> <https://groups.google.com/d/msgid/vagrant-up/d00e0827-185b-4421-825d-c8a27e751025%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>

-- 
This mailing list is governed under the HashiCorp Community Guidelines - 
https://www.hashicorp.com/community-guidelines.html. Behavior in violation of 
those guidelines may result in your removal from this mailing list.

GitHub Issues: https://github.com/hashicorp/vagrant/issues
Discuss: https://discuss.hashicorp.com/c/vagrant/24
--- 
You received this message because you are subscribed to the Google Groups 
"Vagrant" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vagrant-up+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/vagrant-up/CAAf6Gaca2LV69mFgqQ1eOisac7aSaGi%3D5fhCtZwsXo%2B5tZvEQQ%40mail.gmail.com.

Reply via email to