Commit Graph

9 Commits

Author SHA1 Message Date
herlesupreeth
9f0cbb7a99 Fix setting max_connections in mysql 2021-07-07 12:37:36 +02:00
herlesupreeth
aa039bcd0e Use Ubuntu focal as base image for ims related components 2021-06-22 09:24:55 +02:00
herlesupreeth
a533f71544 Further fixes for mysql issue 2021-01-08 08:15:57 +01:00
herlesupreeth
736e9f66b8 Fixes for mysql container boot up fail issue 2021-01-08 07:44:29 +01:00
herlesupreeth
24a3fa33c4 Add sleep of 5 sec for mysql to come up properly 2020-12-16 16:48:51 +01:00
herlesupreeth
d5435b5f87 Resolve issues during mysql installation due to ca-certificates error 2020-11-20 06:00:46 +01:00
herlesupreeth
cc2c596987 Do not use two methods of syncing time at the same time
Method 1:

      - /etc/timezone:/etc/timezone:ro
      - /etc/localtime:/etc/localtime:ro

Mount these inside container so that host and container time are in sync

Method 2:

Pass the TZ environment variable and run the following inside container

$ ln -snf /usr/share/zoneinfo/Europe/Berlin /etc/localtime && echo Europe/Berlin > /etc/timezone
2020-09-25 08:37:47 +02:00
herlesupreeth
27fad29530 Add alternate method to sync time inside the docker 2020-09-25 08:09:00 +02:00
herlesupreeth
3ec7dc79c2 Add Docker files to build MySQL server used by IMS and FHoSS 2020-07-26 16:20:18 +02:00