Jens Diemer
4e80b8540a
RUN chmod +x
2016-11-29 12:18:43 +01:00
Jens Diemer
9920d9d834
RUN chmod +x /etc/service/memcached/run is needed.
...
otherwise i get the error:
```
fatal: unable to start ./run: access denied
```
2016-11-29 12:05:34 +01:00
Matěj Týč
ac1211b0ed
Provided a fix for cron not working out of the box.
2016-11-15 16:41:47 +01:00
Achilleas Pipinellis
bb3fef5377
Expose the locales in Dockerfile
...
While the locales are generated with locale-gen, this does not enforce
the en_US.UTF-8 locale inside the container.
See the following links for more information:
- https://github.com/docker/docker/issues/2424
- http://jaredmarkell.com/docker-and-locales/
2016-09-12 09:49:24 +02:00
zhouhaibing089
d3eceae5ef
override the logrotate.conf without su root syslog
2016-09-12 10:49:28 +08:00
Andreas Elvers
ecdbe62eca
Removing -f option of docker tag since this option is gone in docker 1.12.0.
2016-08-24 15:44:16 +02:00
Hongli Lai (Phusion)
24b8bcebc8
Fix 0.9.19 release date
2016-07-08 22:51:43 +02:00
Hongli Lai (Phusion)
096c0d4d2e
Prepare for 0.9.19 release
2016-07-08 20:27:23 +02:00
Hongli Lai (Phusion)
ce8fc04b74
Add marketing blurb as suggested by GH-298
2016-07-08 20:25:11 +02:00
Hongli Lai (Phusion)
9001796aa8
Upon rotating /var/log/syslog, restart syslog-forwarder
2016-07-08 20:20:25 +02:00
Hongli Lai (Phusion)
c6cc1cb8e9
Credit Ernestas Lukoševičius
2016-07-08 20:17:21 +02:00
Ernestas Lukoševičius
50db81d8be
Fix incorrect runit service name for syslog tail
...
Closes GH-292.
2016-07-08 20:16:33 +02:00
Hongli Lai (Phusion)
82862ec7f7
Do not set the APT force-unsafe-io flag
...
Docker already does this for us. Closes GH-265.
2016-07-08 20:09:24 +02:00
Hongli Lai (Phusion)
3edd5d1564
Fixes a problem in PAM which may cause chpasswd and related tools to fail
...
This is caused by Docker bug 6345 which is already closed, but for some
reason the problem still persists. Closes GH-181. Patch contributed
by Michael Zedeler.
2016-07-08 20:00:02 +02:00
Hongli Lai (Phusion)
6d5518974f
Fix typo in my_init
2016-07-08 18:50:44 +02:00
Hongli Lai (Phusion)
a81f293bfb
Update Ubuntu version mentions in READMEs
2016-07-08 18:42:03 +02:00
Hongli Lai (Phusion)
c93a14391a
During shutdown, repeatedly tell Runit to shutdown services
...
Works around a potential race condition in Runit itself.
Closes GH-315. Thanks to Chris Kite for submitting this patch.
2016-07-08 18:37:03 +02:00
Hongli Lai (Phusion)
1f39ac326f
Update Changelog
2016-07-08 18:07:54 +02:00
Hongli Lai (Phusion)
823ff30f36
Merge pull request #284
...
Changes to upgrade this to Ubuntu-16.04
2016-07-08 18:05:58 +02:00
Pierre Jacomet
e436d1c4af
Changes to upgrade this to Ubuntu-16.04
2016-04-28 19:10:08 -07:00
Hongli Lai
5f0849ba4b
Merge pull request #284 from BlackGlory/patch-1
...
Remove the original content has been translated
2016-04-06 15:00:25 +02:00
BlackGlory
3fe0878edb
Remove the original content has been translated
2016-02-05 19:10:19 +08:00
pavlobaron
ea6b0ace79
configure process kill timeouts through environment with fallbacks
2016-01-22 09:49:48 +01:00
Alexander Buddenbrock
17eadef537
Use COPY instead of ADD
...
While COPY and ADD are essentially interchangeable here, it is still
considered good practice to use COPY whenever possible. From the docker
docks on best practices:
"Although ADD and COPY are functionally similar, generally speaking,
COPY is preferred. That’s because it’s more transparent than ADD.
[...] For other items (files, directories) that do not require ADD’s tar
auto-extraction capability, you should always use COPY."
Additionally, ADD commands were not cached prior to 0.7.3 (which was
released on 2013-01-02).
2015-12-14 21:34:23 +01:00
Hongli Lai (Phusion)
8ec76f25ca
Update Changelog
2015-12-08 12:32:52 +01:00
Hongli Lai (Phusion)
6052c7a3e7
Merge branch 'next'
2015-12-08 12:31:34 +01:00
Hongli Lai (Phusion)
bfd971a084
Fix test runner: obtain container IP with 'docker inspect'
2015-12-08 12:25:42 +01:00
Hongli Lai (Phusion)
d141556910
Bump version to 0.9.18
2015-12-08 12:01:06 +01:00
Hongli Lai (Phusion)
19d67d820c
Update Changelog
2015-12-08 11:59:53 +01:00
Hongli Lai
14ec533a16
Merge pull request #235 from endersonmaia/PR-182-fix
...
Fixed bug introduced in PR-182
2015-07-16 09:01:32 +02:00
Hongli Lai
784d9837ee
Merge pull request #236 from endersonmaia/fix-README
...
Fix README changed on PR-182
2015-07-15 22:44:28 +02:00
Enderson Maia
d3f2382c73
Fix README changed on PR-182
...
There no point in changing the build process of an image based on this
baseimage, since the services would be already installed (or note) on
the original image. The point for optional services installation is
just useful when build your own image based on this baseimage source
repository, change the `image/buildconfig` file.
2015-07-15 17:34:35 -03:00
Enderson Maia
e053f04cf6
Fixed bug introduced in PR-182
...
If you disable the installation of all services, you could have a != 0
output, and break the `docker build` process.
2015-07-15 17:31:01 -03:00
Hongli Lai (Phusion)
bbc639b372
Update imagelayers.io image: show size for 0.9.17
2015-07-15 22:17:08 +02:00
Hongli Lai (Phusion)
f8c4992d03
Touch README.md to refresh imagelayers.io image
2015-07-15 22:14:36 +02:00
Hongli Lai (Phusion)
567a53db24
Note 0.9.17 release date
2015-07-15 21:55:24 +02:00
Hongli Lai (Phusion)
850d7374c4
Update Changelog
2015-07-15 21:54:42 +02:00
Hongli Lai (Phusion)
c1ed635f33
Merge branch 'endersonmaia-optional-default-services' into next
2015-07-15 21:08:48 +02:00
Enderson Maia
9adbd423d0
Made services installation optional during build
...
You can user `ENV` directive in Dockerfile to disable the installation
for some services or change `image/buildconfig`.
The flags are :
DISABLE_SSHD
DISABLE_CRON
DISABLE_SYSLOG
2015-07-15 15:03:33 -03:00
Hongli Lai (Phusion)
7425da2825
Fix a potential hang in my_init during shutdown
...
Thanks to SAPikachu. Closes GH-151.
2015-07-15 17:35:45 +02:00
Hongli Lai (Phusion)
23d0a30e59
Update copyright statement
2015-07-15 17:01:34 +02:00
Hongli Lai
6ec9f8ca59
Merge pull request #234 from endersonmaia/patch-1
...
Provide information about image size
2015-07-15 16:25:46 +02:00
Enderson Tadeu S. Maia
6b09bb736f
Provide information about image size
2015-07-15 11:20:49 -03:00
Hongli Lai (Phusion)
06b010919b
Update Changelog
2015-07-15 16:18:46 +02:00
Hongli Lai (Phusion)
c56b1a332f
Document the fact that 0.9.17 fixes OpenSSL CVE-2015-1793
2015-07-15 15:49:33 +02:00
Hongli Lai (Phusion)
afb0835328
Add OS upgrade instructions
2015-07-15 15:46:03 +02:00
Hongli Lai (Phusion)
a9e956d9f9
syslog-ng: do not forward messages to /dev/tty10
...
Closes GH-222.
2015-07-15 15:27:03 +02:00
Hongli Lai (Phusion)
43af4a393e
my_init container_environment.sh: ensure that environment variable names don't include characters unsupported by Bash
...
Closes GH-230.
2015-07-15 15:12:18 +02:00
Hongli Lai (Phusion)
b72ef2eba3
Remove nano, replace VIM with vim-tiny
...
This reduces the virtual size by 42 MB.
2015-07-15 15:02:13 +02:00
Hongli Lai (Phusion)
404832ba47
Remove some unnecessary cron jobs
...
Closes GH-205.
2015-07-15 14:52:41 +02:00