Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
docker-baseimage-ubuntu
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
JetBrains YouTrack
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Prosper
docker-baseimage-ubuntu
Commits
3434e9cb
Commit
3434e9cb
authored
3 years ago
by
Griefed
Browse files
Options
Downloads
Patches
Plain Diff
docs: Add info regarding origin and intention
parent
4a4cd0ba
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
root/etc/cont-init.d/10-adduser
+13
-7
13 additions, 7 deletions
root/etc/cont-init.d/10-adduser
with
13 additions
and
7 deletions
root/etc/cont-init.d/10-adduser
+
13
−
7
View file @
3434e9cb
...
...
@@ -8,23 +8,28 @@ usermod -o -u "$PUID" abc
echo
'
-------------------------------------
Original baseimage by
_ ()
| | ___ _ __
| | / __| | | / \
| | \__ \ | | | () |
|_| |___/ |_| \__/
Brought to you by linuxserver.io
Changed to fit the needs of Griefed.de
This fork was mainly created because I
wanted to gather experience in writing
my own baseimage.
Linuxserver.io provide top quality
images with great complexity, making
them perfect for learning.
-------------------------------------'
if
[[
-f
/donate.txt
]]
;
then
echo
'
To support the app dev(s) visit:'
cat
/donate.txt
fi
echo
'
To support LSIO projects visit:
https://www.linuxserver.io/donate/
'
echo
'
-------------------------------------
GID/UID
-------------------------------------'
...
...
@@ -52,4 +57,5 @@ fi
chown
abc:abc /app
chown
abc:abc /config
chown
abc:abc /data
chown
abc:abc /defaults
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