bepasty-server
bepasty-server copied to clipboard
Docker Image
This provides a Docker image for bepasty.
Goals:
- run as unprivileged user
- no write access to config
- tries to be simple
- basic configuration via environment variables
- extended configuration via file mount
I'm not entirely sure if a Docker image is wanted. Neither found one in the repository nor the issues.
Codecov Report
Merging #262 (528c9bf) into master (f4f8d97) will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #262 +/- ##
=======================================
Coverage 71.38% 71.38%
=======================================
Files 44 44
Lines 2558 2558
=======================================
Hits 1826 1826
Misses 732 732
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update f4f8d97...528c9bf. Read the comment docs.
can somebody who is familiar with docker please review this?
This is nice, please merge this PR
@duchenpaul so you practically tried it?
Codecov Report
Merging #262 (14a165e) into master (f4f8d97) will decrease coverage by
1.05%
. The diff coverage isn/a
.
:exclamation: Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.
@@ Coverage Diff @@
## master #262 +/- ##
==========================================
- Coverage 71.38% 70.33% -1.05%
==========================================
Files 44 44
Lines 2558 2623 +65
==========================================
+ Hits 1826 1845 +19
- Misses 732 778 +46
A docker image would bi amazing, is there any plan for this?