Skip to content

Commit

Permalink
Upgrade to core-base 20.4 release and Python version 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
drscream committed Jul 26, 2021
1 parent 7312478 commit 3768bbe
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2017 SkyLime GmbH, All rights reserved.
Copyright (c) 2021 SkyLime GmbH, All rights reserved.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
6 changes: 3 additions & 3 deletions customize
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ set -o errexit
# Configuring image specific packages
echo "* Configuring image specific packages.";

echo "* Use default python 3.7"
pkg_alternatives manual python37
echo "* Use default python 3.8"
pkg_alternatives manual python38

echo "* Cleanup /var/munin in order to set the dataset mountpoint (must be empty)"
rm -r /var/munin/*
Expand All @@ -33,7 +33,7 @@ curl -L "https://github.com/drscream/munin_master_admin/archive/v${MUNIN_MASTER_
chown -R www:www /opt/munin_master_admin

echo "* Install required python packages"
pip3.7 install -r /opt/munin_master_admin/req.txt
pip install -r /opt/munin_master_admin/req.txt

echo "* Create nginx ssl folder"
mkdir -p /opt/local/etc/nginx/ssl
Expand Down
4 changes: 2 additions & 2 deletions manifest
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name="core-munin"
organization="SkyLime"
brand="Instance"
version="19.3.0"
version="20.4.0"
description="core.io Munin Server"
homepage="https://github.com/skylime/mi-core-munin"
users="root admin"
base="06d72570-a857-4ae4-98ae-a175f1507f53"
base="b17e3cc1-5993-4af9-9e5e-70653fa856f6"
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "core-munin",
"version": "19.3.0",
"version": "20.4.0",
"description": "core.io Munin Server",
"organization": "SkyLime",
"brand": "Instance",
"homepage": "https://github.com/skylime/mi-core-munin",
"base": "06d72570-a857-4ae4-98ae-a175f1507f53",
"base": "b17e3cc1-5993-4af9-9e5e-70653fa856f6",
"customer_metadata": {
"admin_authorized_keys": {"type": "text", "description": "SSH public authorized key(s) for the admin user"},
"root_authorized_keys": {"type": "text", "description": "SSH public authorized key(s) for the root user"},
Expand Down
8 changes: 4 additions & 4 deletions packages
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
munin-master
munin-node
nginx
py37-gunicorn
py37-pip
py37-expat
py37-sqlite3
py38-gunicorn
py38-pip
py38-expat
py38-sqlite3
spawn-fcgi

0 comments on commit 3768bbe

Please sign in to comment.