Release of VPL Jail System 4.0.3
Download VPL Jail System 4.0.2
This document outlines the key changes introduced in VPL Jail System since the version 3.0.1. The highlight of this changes is the introduction of Docker support, among other significant improvements and fixes.
Dockerfile.no_https
: HTTP without HTTPS support.Dockerfile
: HTTP and HTTPS support.Dockerfile.letsencrypt
: HTTP and HTTPS with Let's Encrypt certificates.compose.no_https.yaml
, compose.yaml
, compose.letsencrypt.yaml
) corresponding to the Dockerfiles.CERTBOT_WEBROOT_PATH
configuration parameter to support certbot.VPL_JAIL_
, followed by the config parameter name.
export VPL_JAIL_PORT=8000
to set the PORT parameter.help
: Display help information.
update
: Update the VPL-Jail-System server software.
start
: Start the VPL-Jail-System service post-installation.
noninteractive
: Enable installation without user interaction.
[inst_level]
: Set installation level (minimum
, basic
, standard
, full
).
list
: Show packages to be installed per [inst_level]
.
Examples of installer launch
./install-vpl.sh update
: Update server software../install-vpl.sh standard noninteractive start
: Non-interactive installation of standard packages and start the server../install-vpl.sh full
: Interactive installation of all development packages.package_files
directory.VNC Launching Enhancements:
Terminal and Task Execution Changes:
Download VPL Jail System 3.0.0
More details in the 3.0.0 manual version
This release includes new features and improvements.
Download VPL Jail System 3.0.1
More details in the 3.0.1 manual version
This release brings with it a number of fixes and enhancements.
Download VPL Jail System 2.7.2
More details in the version 2.7.2 manual
This is a bug-fix release of version 2.7.1 with small improvements.
VPL Jail System 4.0.3 Release Notes
The 4.0.3 version includes critical security fixes. Updates should be made immediately following the instructions below.
This document outlines fixes and improvements introduced in the VPL Jail System since version 3.0.1. The highlights of these changes include critical security fixes and the introduction of Docker support, among other significant improvements.
Server Bug Fixes
Docker Support
Dockerfile.no_https
: HTTP without HTTPS support.Dockerfile
: HTTP and HTTPS support.Dockerfile.letsencrypt
: HTTP and HTTPS with Let's Encrypt certificates.compose.no_https.yaml
,compose.yaml
,compose.letsencrypt.yaml
) corresponding to the Dockerfiles.VPL Jail System Images Available on Docker Hub
You can access built images of the VPL Jail System running on different operating systems. The official account that distributes these images is jcrodriguezvpl. There is a repository for each operating system. These images have been built with the VPL Jail System installed along with a full suite of development software. For example, one of the repositories is jail-fedora-full.
Server Enhancements
CERTBOT_WEBROOT_PATH
configuration parameter to support certbot.VPL_JAIL_
, followed by the config parameter name.export VPL_JAIL_PORT=8000
to set the PORT parameter.Installer Updates
help
: Display help information.update
: Update the VPL Jail System server software.start
: Start the VPL Jail System service post-installation.noninteractive
: Enable installation without user interaction.[inst_level]
: Set installation level (minimum
,basic
,standard
,full
).list
: Show packages to be installed per[inst_level]
.Examples of installer launch:
./install-vpl.sh update
: Update server software../install-vpl.sh standard noninteractive start
: Non-interactive installation of standard packages and start the server../install-vpl.sh full
: Interactive installation of all development packages.package_files
directory.Running Tasks Enhancement
VNC Launching Enhancements:
Terminal and Task Execution Changes:
Other Improvements and Fixes
CERTBOT
.Compatibility and Requirements