mirror of
https://github.com/phusion/baseimage-docker.git
synced 2026-03-26 12:29:07 +00:00
Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e8d48f3af4 | ||
|
|
d37f7aff3f | ||
|
|
f802be0dfe | ||
|
|
5493db5179 | ||
|
|
0c9eaf3c43 | ||
|
|
d796c2e32c | ||
|
|
f936902c23 | ||
|
|
43791943e5 |
2
Makefile
2
Makefile
@@ -1,5 +1,5 @@
|
|||||||
NAME = phusion/baseimage
|
NAME = phusion/baseimage
|
||||||
VERSION = 0.10.2
|
VERSION = 0.11
|
||||||
|
|
||||||
.PHONY: all build test tag_latest release ssh
|
.PHONY: all build test tag_latest release ssh
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
FROM ubuntu:16.04
|
FROM ubuntu:18.04
|
||||||
MAINTAINER Phusion <info@phusion.nl>
|
MAINTAINER Phusion <info@phusion.nl>
|
||||||
|
|
||||||
COPY . /bd_build
|
COPY . /bd_build
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
@version: 3.5
|
@version: 3.13
|
||||||
@include "scl.conf"
|
@include "scl.conf"
|
||||||
@include "`scl-root`/system/tty10.conf"
|
|
||||||
|
|
||||||
# Syslog-ng configuration file, compatible with default Debian syslogd
|
# Syslog-ng configuration file, compatible with default Debian syslogd
|
||||||
# installation.
|
# installation.
|
||||||
@@ -134,6 +133,8 @@ log { source(s_src); filter(f_mail); destination(d_mail); };
|
|||||||
log { source(s_src); filter(f_news); filter(f_crit); destination(d_newscrit); };
|
log { source(s_src); filter(f_news); filter(f_crit); destination(d_newscrit); };
|
||||||
log { source(s_src); filter(f_news); filter(f_err); destination(d_newserr); };
|
log { source(s_src); filter(f_news); filter(f_err); destination(d_newserr); };
|
||||||
log { source(s_src); filter(f_news); filter(f_notice); destination(d_newsnotice); };
|
log { source(s_src); filter(f_news); filter(f_notice); destination(d_newsnotice); };
|
||||||
|
#log { source(s_src); filter(f_cnews); destination(d_console_all); };
|
||||||
|
#log { source(s_src); filter(f_cother); destination(d_console_all); };
|
||||||
|
|
||||||
#log { source(s_src); filter(f_ppp); destination(d_ppp); };
|
#log { source(s_src); filter(f_ppp); destination(d_ppp); };
|
||||||
|
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ source /bd_build/buildconfig
|
|||||||
set -x
|
set -x
|
||||||
|
|
||||||
## Often used tools.
|
## Often used tools.
|
||||||
$minimal_apt_get_install curl less vim-tiny psmisc
|
$minimal_apt_get_install curl less vim-tiny psmisc gpg-agent dirmngr
|
||||||
ln -s /usr/bin/vim.tiny /usr/bin/vim
|
ln -s /usr/bin/vim.tiny /usr/bin/vim
|
||||||
|
|
||||||
## This tool runs a command as another user and sets $HOME.
|
## This tool runs a command as another user and sets $HOME.
|
||||||
|
|||||||
Reference in New Issue
Block a user