Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
N
nut-upsd
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Docker
nut-upsd
Commits
69216788
Commit
69216788
authored
5 years ago
by
Erick Hitter
Browse files
Options
Downloads
Plain Diff
Merge branch 'develop' into 'master'
Refinements See merge request
!2
parents
6f7f3391
b07d7914
No related branches found
Branches containing commit
No related tags found
1 merge request
!2
Refinements
Pipeline
#1851
passed with stages
in 22 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.hadolint.yaml
+0
-1
0 additions, 1 deletion
.hadolint.yaml
README.md
+2
-0
2 additions, 0 deletions
README.md
context/Dockerfile
+1
-1
1 addition, 1 deletion
context/Dockerfile
with
3 additions
and
2 deletions
.hadolint.yaml
+
0
−
1
View file @
69216788
ignored
:
-
DL3008
This diff is collapsed.
Click to expand it.
README.md
+
2
−
0
View file @
69216788
# nut-upsd
[

](https://git.ethitter.com/docker/nut-upsd/commits/master)
Fully-customizable
`nut`
instance in a container. Many images exist, but they are
feature-limited due to how
`nut`
's configuration is handled. This image aims to
provide all
`nut`
options without making too many compromises.
...
...
This diff is collapsed.
Click to expand it.
context/Dockerfile
+
1
−
1
View file @
69216788
...
...
@@ -7,7 +7,7 @@ RUN echo "deb http://security.debian.org/ buster/updates main" >> /etc/apt/sourc
RUN
apt-get update
\
&&
apt-get
-y
--no-install-recommends
install
\
nut
\
nut
=
2.7.4-8
\
&&
apt-get autoremove
-y
\
&&
apt-get clean
\
&&
rm
-rf
/var/lib/apt/lists/
*
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment