I have tried to find out if ports-mgmt/poudriere has a command to update the jails, in which it builds the packages. Similar to
So far the man page mentions something about a jail option
I am not sure what that does. Does that mean that instead of doing a
What will happen if you build packages in an outdated jail and try to install them in an update system? Will there be any confusion? So for example my system is following RELEASE and it is updated regularly, however the packages are being build by Poudriere in a jail that follows RELEASE but is not updated at all. Will there be any problems? What about if I switch both to STABLE, but the jail that Poudriere uses is not updated regularly?
ezjail-admin update -u
So far the man page mentions something about a jail option
Code:
-t version instead of upgrading to the latest security fix of the jail
version, you can jump to the new specified version.
I am not sure what that does. Does that mean that instead of doing a
freebsd-update
inside a jail it re-downloads the most current files for the version that you specified for that jail?What will happen if you build packages in an outdated jail and try to install them in an update system? Will there be any confusion? So for example my system is following RELEASE and it is updated regularly, however the packages are being build by Poudriere in a jail that follows RELEASE but is not updated at all. Will there be any problems? What about if I switch both to STABLE, but the jail that Poudriere uses is not updated regularly?