Added Mysql CT

This commit is contained in:
2021-09-18 00:10:15 +00:00
parent 23ff5d6408
commit 5bab220db2
22 changed files with 692 additions and 8 deletions

View File

@@ -263,6 +263,7 @@ packages:
sets:
- packages:
- alpine-base
- tzdata
action: install
- packages:
- nano
@@ -301,8 +302,10 @@ actions:
for svc_name in networking crond; do
ln -s /etc/init.d/${svc_name} /etc/runlevels/default/${svc_name}
done
types:
- container
#Set TimeZone
echo "Europe/Amsterdam" > /etc/timezone
ln -s /usr/share/zoneinfo/Europe/Amsterdam /etc/localtime
mappings:
architecture_map: alpinelinux