mirror of
https://github.com/phusion/baseimage-docker.git
synced 2026-03-26 20:38:58 +00:00
Compare commits
4 Commits
noble-1.0.
...
noble-1.0.
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2403c58254 | ||
|
|
1485f7c4e8 | ||
|
|
eb88d59d31 | ||
|
|
f627e59aaf |
@@ -1,4 +1,4 @@
|
|||||||
Copyright (c) 2013-2015 Phusion Holding B.V.
|
Copyright (c) 2013-2025 Phusion Holding B.V.
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|||||||
2
Makefile
2
Makefile
@@ -1,4 +1,4 @@
|
|||||||
VERSION ?= noble-1.0.0
|
VERSION ?= noble-1.0.2
|
||||||
ifdef BASE_IMAGE
|
ifdef BASE_IMAGE
|
||||||
BUILD_ARG = --build-arg BASE_IMAGE=$(BASE_IMAGE)
|
BUILD_ARG = --build-arg BASE_IMAGE=$(BASE_IMAGE)
|
||||||
ifndef NAME
|
ifndef NAME
|
||||||
|
|||||||
@@ -586,7 +586,7 @@ Start a virtual machine with Docker in it. You can use the Vagrantfile that we'v
|
|||||||
|
|
||||||
First, install `vagrant-disksize` plug-in:
|
First, install `vagrant-disksize` plug-in:
|
||||||
|
|
||||||
vagrant plugin install vagrant-disksize:
|
vagrant plugin install vagrant-disksize
|
||||||
|
|
||||||
Then, start the virtual machine
|
Then, start the virtual machine
|
||||||
|
|
||||||
|
|||||||
@@ -50,6 +50,7 @@ case $(lsb_release -is) in
|
|||||||
;;
|
;;
|
||||||
Debian)
|
Debian)
|
||||||
$minimal_apt_get_install locales locales-all
|
$minimal_apt_get_install locales locales-all
|
||||||
|
echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
;;
|
;;
|
||||||
|
|||||||
Reference in New Issue
Block a user