-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding support for --user for Alpine based images and some minor clea…
…ning. #5
- Loading branch information
Showing
15 changed files
with
105 additions
and
65 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
root:$6$5sgrRV/p.pxx/ac/$XbuTxCOspW1Emdesk5HsML6CI8SiYjtJdDODAM26pixFEpw7T6yO3AAe0nOmWGJNpIvZ9Z6Ip4fHqz7YzSTue/:17852:0::::: | ||
bin:!::0::::: | ||
daemon:!::0::::: | ||
adm:!::0::::: | ||
lp:!::0::::: | ||
sync:!::0::::: | ||
shutdown:!::0::::: | ||
halt:!::0::::: | ||
mail:!::0::::: | ||
news:!::0::::: | ||
uucp:!::0::::: | ||
operator:!::0::::: | ||
man:!::0::::: | ||
postmaster:!::0::::: | ||
cron:!::0::::: | ||
ftp:!::0::::: | ||
sshd:!::0::::: | ||
at:!::0::::: | ||
squid:!::0::::: | ||
xfs:!::0::::: | ||
games:!::0::::: | ||
postgres:!::0::::: | ||
cyrus:!::0::::: | ||
vpopmail:!::0::::: | ||
ntp:!::0::::: | ||
smmsp:!::0::::: | ||
guest:!::0::::: | ||
nobody:!::0::::: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,4 @@ | ||
#!/bin/sh | ||
|
||
# Install bash | ||
apk --no-cache add bash bash-completion | ||
|
||
# Setting up autocomplete for hugo | ||
mkdir /etc/bash_completion.d | ||
hugo gen autocomplete > /dev/null | ||
|
||
# Notify user | ||
echo "Shell ready." | ||
echo | ||
|
||
# Start bash | ||
bash | ||
bash -l |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
#!/bin/sh | ||
|
||
PS1="\e[1;32mhugo\e[m:\e[1;34m\w\e[m\$ " | ||
HOME=/src | ||
|
||
alias hugo="sh /run.sh" | ||
alias h="hugo" |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/bin/sh | ||
|
||
# Start bash | ||
bash | ||
bash -l |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
#!/bin/sh | ||
|
||
PS1="\e[1;32mhugo\e[m:\e[1;34m\w\e[m\$ " | ||
HOME=/src | ||
|
||
alias hugo="sh /run.sh" | ||
alias h="hugo" |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/bin/sh | ||
|
||
# Start bash | ||
bash | ||
bash -l |