Sebastian Serth
5e90beeff5
Upgrade to Ubuntu 24.04 Noble
2024-04-20 19:41:23 +02:00
Skyler Mäntysaari
29f719fe03
Image: Upgrade to Ubuntu 22.04. ( #611 )
2022-05-18 19:34:12 +03:00
Skyler Mäntysaari
d282e2e5e6
CI: Login to Docker Hub and other tweaks
2021-09-02 01:39:27 +03:00
Travis Rowland
1a389f0456
Merge branch 'master' into upgrade-to-ubuntu-focal
2020-06-04 01:59:29 -07:00
Travis Rowland
453f835df0
MAINTAINER has been deprecated
2020-05-29 13:15:25 -07:00
Skyler Mäntysaari
a418256b45
Upgraded BASE_IMAGE to 20.04.
2020-05-03 19:00:15 +03:00
Mark Ison
e4ae9aac10
Multiarch implementation for amd64, arm64 and arm32
2019-05-22 16:27:12 +01:00
Matyas Markovics
36bd41108f
Default to ubuntu BASE_IMAGE in Dockerfile, modify make to only add --build-arg to build target if BASE_IMAGE is defined, document the use of BASE_IMAGE in README
2019-04-08 09:45:37 +02:00
Matyas Markovics
4f65f0a270
build-arg to define base-image, fix locale for Debian
2019-03-12 23:28:58 +01:00
Travis Rowland
5493db5179
Update Dockerfile
2018-08-15 23:54:56 -07:00
Arnold Hendriks
43791943e5
Update the baseimage to use, see https://hub.docker.com/r/library/ubuntu/tags/
...
Taking the bionic tag because so far the 'latest' and 18.04 tags haven't been updated yet
2018-04-27 20:40:48 +02:00
Zsolt Ero
d6702be8c3
fix_pam_bug removed ( #431 )
2017-08-01 01:35:38 +02:00
Matthew Baggett
a3faefd3d3
Remove 3 unnecessary layers from the layer count.
2017-05-18 13:59:29 +01:00
Zsolt Ero
2a8c9ebe38
apt-get fixes ( #406 )
...
* apt-fixes
* DEBIAN_FRONTEND teletype at the end
2017-05-09 11:39:43 +02:00
Travis Rowland
6216f70411
Revert "Merge branch 'i386' into next"
...
This reverts commit 34408d8013 , reversing
changes made to 5d80f284b0 .
2017-03-21 03:15:25 -07:00
Kingdon Barrett
a09aae6dba
fix libgc bug for i386 baseimage-docker
2017-03-21 02:40:54 +00:00
Travis Rowland
4e5a7e91ce
Merge pull request #336 from axilleas/fix-locales
...
Reconfigure locales and expose them in Dockerfile
2017-03-19 01:04:14 -07:00
Travis Rowland
241c41e093
Merge pull request #203 from UnrealQuester/copy
...
Use COPY instead of ADD
2017-03-19 00:21:29 -07: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
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
Pierre Jacomet
e436d1c4af
Changes to upgrade this to Ubuntu-16.04
2016-04-28 19:10:08 -07: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)
f57320388c
Get rid of default HOME environment variable
...
Closes GH-231.
2015-07-15 14:36:10 +02:00
Hongli Lai (Phusion)
9e65ebfbdc
Rename /build to /bd_build for fewer AUFS layer collissions
2015-07-15 14:28:55 +02:00
Bryan Bishop
81af926a78
remove Dockerfile step for mkdir /build
...
The ADD command will create /build automatically, so the RUN mkdir step
can be safely removed. Also, this has the benefit of reducing the number
of steps in the Dockerfile which is helpful for not as quickly hitting
the 127 layer limit.
2014-11-24 10:56:23 -06:00
Paul Jimenez
17f000b744
Upgrade from Precise to Trusty
...
Conflicts:
image/sources.list
2014-05-10 12:26:34 +00:00
Hongli Lai (Phusion)
aa46e10163
Remove all EXPOSEd ports. Fixes GH-15.
2014-02-25 10:49:08 +01:00
Hongli Lai (Phusion)
9661f84da9
Initial commit
2013-11-12 11:39:25 +01:00