mirror of
https://github.com/retspen/webvirtcloud
synced 2024-12-24 23:25:24 +00:00
commit
f620b88f73
4 changed files with 7 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
||||||
FROM phusion/baseimage:focal-1.1.0
|
FROM phusion/baseimage:jammy-1.0.0
|
||||||
|
|
||||||
EXPOSE 80
|
EXPOSE 80
|
||||||
EXPOSE 6080
|
EXPOSE 6080
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
Django==3.2.13
|
Django==3.2.13
|
||||||
django_bootstrap5==21.2
|
django_bootstrap5==21.2
|
||||||
django-icons==21.1
|
django-icons==21.1
|
||||||
django-login-required-middleware==0.7
|
django-login-required-middleware==0.8
|
||||||
django-otp==1.1.3
|
django-otp==1.1.3
|
||||||
django-qr-code==2.3.0
|
django-qr-code==2.3.0
|
||||||
gunicorn==20.1.0
|
gunicorn==20.1.0
|
||||||
libsass==0.21.0
|
libsass==0.21.0
|
||||||
libvirt-python==8.2.0
|
libvirt-python==8.4.0
|
||||||
lxml==4.8.0
|
lxml==4.9.0
|
||||||
qrcode==7.3.1
|
qrcode==7.3.1
|
||||||
rwlock==0.0.7
|
rwlock==0.0.7
|
||||||
websockify==0.10.0
|
websockify==0.10.0
|
||||||
|
|
|
@ -111,7 +111,7 @@ __parse_version_string() {
|
||||||
# enough.
|
# enough.
|
||||||
#-------------------------------------------------------------------------------
|
#-------------------------------------------------------------------------------
|
||||||
__sort_release_files() {
|
__sort_release_files() {
|
||||||
KNOWN_RELEASE_FILES=$(echo "(arch|centos|debian|ubuntu|fedora|redhat|suse|\
|
KNOWN_RELEASE_FILES=$(echo "(arch|centos|almalinux|rocky|debian|ubuntu|fedora|redhat|suse|\
|
||||||
mandrake|mandriva|gentoo|slackware|turbolinux|unitedlinux|lsb|system|\
|
mandrake|mandriva|gentoo|slackware|turbolinux|unitedlinux|lsb|system|\
|
||||||
os)(-|_)(release|version)" | sed -r 's:[[:space:]]::g')
|
os)(-|_)(release|version)" | sed -r 's:[[:space:]]::g')
|
||||||
primary_release_files=""
|
primary_release_files=""
|
||||||
|
@ -208,6 +208,7 @@ __gather_linux_system_info() {
|
||||||
;;
|
;;
|
||||||
arch ) n="Arch Linux" ;;
|
arch ) n="Arch Linux" ;;
|
||||||
centos ) n="CentOS" ;;
|
centos ) n="CentOS" ;;
|
||||||
|
almalinux ) n="AlmaLinux" ;;
|
||||||
debian ) n="Debian" ;;
|
debian ) n="Debian" ;;
|
||||||
ubuntu ) n="Ubuntu" ;;
|
ubuntu ) n="Ubuntu" ;;
|
||||||
fedora ) n="Fedora" ;;
|
fedora ) n="Fedora" ;;
|
||||||
|
|
|
@ -3,5 +3,5 @@ coverage==6.2
|
||||||
django-debug-toolbar==3.2.4
|
django-debug-toolbar==3.2.4
|
||||||
pycodestyle==2.8.0
|
pycodestyle==2.8.0
|
||||||
pyflakes==2.4.0
|
pyflakes==2.4.0
|
||||||
pylint==2.13.7
|
pylint==2.13.9
|
||||||
yapf==0.32.0
|
yapf==0.32.0
|
||||||
|
|
Loading…
Reference in a new issue