Skip to content

Choose a tag to compare

@alexandrecuer alexandrecuer released this 17 Sep 15:26
· 73 commits to main since this release

workflows enhancement

use BUILD_FROM in admin dockerfile

specific admin dockerfile including a numpy build (for general knowledge)

In emoncms alpine persistent :

  • alpine3.19 by default,
  • PHP_VER82,
  • add USE_REDISPY_APK, BRANCH, CUSTOM_APACHE_CONF,
  • remove ENFORCE_SECURITY,
  • all security conf migrated to a security.conf file which may be overriden by the user,
  • expose 443
  • redirect apache log to docker log via standard output
  • use root to install and run mysql and not user mysql

gather security doc in the secure_access_from_outside.md file

tflite for armv7 :

  • add apt packages swig, libjpeg-dev, zlib1g-dev, python3-dev, python-is-python3, unzip, wget, python3-pip, curl, git, cmake, make, in order to be able to install tensorflow and numpy via pip
  • all those extra packages are removed before producing the image

dockerfile for emonhub :

  • default value for BUILD_FROM is alpine3.19
  • using python venv to install dependancies (EMONHUB_ENV=/opt/v) then inject into path to run the emonhub exe

dockerfile for mariadb :

  • default value for BUILD_FROM is alpine3.16

Add aiohttp and PyFina to tf and tf_armv7 dockerfile