sablierapp / sablier

Start your containers on demand, shut them down automatically when there's no activity. Docker, Docker Swarm Mode and Kubernetes compatible.
https://sablierapp.dev/
GNU Affero General Public License v3.0
1.46k stars 48 forks source link

fix(docker): move sablier binary from /etc/sablier/sablier to /bin/sablier #352

Closed acouvreur closed 4 months ago

acouvreur commented 4 months ago

As the Dockerfile is using an Alpine image for the final layer, it should try to respect Alpine and Linux FHS as much as possible.

Note that the config file will remain in /etc/sablier/ folder

Fixes #348

sonarcloud[bot] commented 4 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud

acouvreur commented 4 months ago

:tada: This issue has been resolved in version 1.8.0-beta.10 :tada:

The release is available on:

Your semantic-release bot :package::rocket: