Closed goldyfruit closed 1 month ago
Quick status update request; How is this progressing? Interested to do some testing.
Gonna see how I can progress with the new changes.
The pull request introduces several updates to Dockerfiles and dependency management across multiple projects, including phal-admin
, phal
, and a base project. Key changes involve transitioning the TAG
argument to a specific version 0.1.0
, modifying FROM
directives to include quotes, and adjusting LABEL
declarations for improved clarity. The package management system has shifted from apt-get
to apk
, streamlining the installation process. Additionally, the requirements.txt
file has been simplified by consolidating multiple entries into a single dependency, and new environment variables have been added to configuration files.
File(s) | Change Summary |
---|---|
phal-admin/Dockerfile , phal/Dockerfile , base/Dockerfile , ggwave-plugin/Dockerfile , sound-base/Dockerfile |
Updated ARG TAG from alpha to 0.1.0 , modified FROM directives to include quotes, adjusted LABEL instructions for clarity, switched package management from apt-get to apk , and updated WORKDIR instructions. |
phal/files/requirements.txt |
Consolidated dependencies by removing individual plugin entries and adding ovos-PHAL[linux] . |
compose/.env-raspberrypi , compose/.env.example |
Added new environment variable AUDIO_GID with value 29 . |
compose/docker-compose.raspberrypi.yml , compose/docker-compose.yml |
Modified services to include $AUDIO_GID in group_add and updated image references for the ovos_listener service. |
audio/files/entrypoint.sh , listener/files/entrypoint.sh |
Updated package installation command to include --no-cache-dir and changed state file paths to user-specific directories. |
🐇 In the meadow where code takes flight,
Docker dances, everything feels right.
From alpha to version, a leap we make,
Dependencies trimmed, for efficiency's sake.
With each little change, our project grows,
Hopping with joy, as progress flows! 🎉
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Summary by CodeRabbit
New Features
0.1.0
.AUDIO_GID
for audio group identification in configuration files.Bug Fixes
ovos-PHAL[linux]
entry.Chores
node_modules
to.gitignore
for better dependency management.