1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/pkg/system
John Starks 194eaa5c0f Add os_version and os_features to Image
These fields are needed to specify the exact version of Windows that an
image can run on. They may be useful for other platforms in the future.

This also changes image.store.Create to validate that the loaded image is
supported on the current machine. This change affects Linux as well, since
it now validates the architecture and OS fields.

Signed-off-by: John Starks <jostarks@microsoft.com>
2016-04-04 13:14:57 -07:00
..
chtimes.go Fixing 'docker save' on Windows. 2016-02-08 18:08:49 -08:00
chtimes_test.go This fixes Chtimes on systems with 32 bit Timespec 2015-11-19 11:08:29 -08:00
chtimes_unix.go Fixing 'docker save' on Windows. 2016-02-08 18:08:49 -08:00
chtimes_unix_test.go Fixing 'docker save' on Windows. 2016-02-08 18:08:49 -08:00
chtimes_windows.go Fixing 'docker save' on Windows. 2016-02-08 18:08:49 -08:00
chtimes_windows_test.go This fixes Chtimes on systems with 32 bit Timespec 2015-11-19 11:08:29 -08:00
errors.go fix golint warnings/errors on pkg/system and pkg/stdcopy 2015-08-13 18:47:13 +08:00
events_windows.go fix golint warnings/errors on pkg/system and pkg/stdcopy 2015-08-13 18:47:13 +08:00
filesys.go Windows: Fix use of IsAbs check 2015-08-26 12:38:28 -07:00
filesys_windows.go Windows: Fix use of IsAbs check 2015-08-26 12:38:28 -07:00
lstat.go fix golint warnings/errors on pkg/system and pkg/stdcopy 2015-08-13 18:47:13 +08:00
lstat_unix_test.go Fixed file modified time not changing on Windows 2015-10-01 10:45:32 -07:00
lstat_windows.go fix golint warnings/errors on pkg/system and pkg/stdcopy 2015-08-13 18:47:13 +08:00
meminfo.go Add MemInfo to the system pkg. 2014-10-22 14:05:45 -07:00
meminfo_linux.go fix typos 2016-03-11 23:22:16 +08:00
meminfo_unix_test.go Replace pkg/units with docker/go-units. 2015-12-16 12:26:49 -05:00
meminfo_unsupported.go fix golint warnings/errors on pkg/system and pkg/stdcopy 2015-08-13 18:47:13 +08:00
meminfo_windows.go Windows: Implement ReadMemInfo() 2015-06-01 12:40:33 -07:00
mknod.go fix golint warnings/errors on pkg/system and pkg/stdcopy 2015-08-13 18:47:13 +08:00
mknod_windows.go fix golint warnings/errors on pkg/system and pkg/stdcopy 2015-08-13 18:47:13 +08:00
path_unix.go builder: remove container package dependency 2015-12-15 17:24:07 +01:00
path_windows.go builder: remove container package dependency 2015-12-15 17:24:07 +01:00
stat.go Correct mismatched function names (UID() and Gid()) 2015-10-12 10:58:33 -04:00
stat_freebsd.go fix golint warnings/errors on pkg/system and pkg/stdcopy 2015-08-13 18:47:13 +08:00
stat_linux.go fix golint warnings/errors on pkg/system and pkg/stdcopy 2015-08-13 18:47:13 +08:00
stat_openbsd.go Cli binary can now be build on OpenBSD 2016-03-18 14:56:21 +01:00
stat_solaris.go Fix downstream client API build errors on Solaris 2015-12-30 18:25:42 -05:00
stat_unix_test.go Correct mismatched function names (UID() and Gid()) 2015-10-12 10:58:33 -04:00
stat_unsupported.go Cli binary can now be build on OpenBSD 2016-03-18 14:56:21 +01:00
stat_windows.go fix golint warnings/errors on pkg/system and pkg/stdcopy 2015-08-13 18:47:13 +08:00
syscall_unix.go Replace execdrivers with containerd implementation 2016-03-18 13:38:32 -07:00
syscall_windows.go Add os_version and os_features to Image 2016-04-04 13:14:57 -07:00
syscall_windows_test.go Add os_version and os_features to Image 2016-04-04 13:14:57 -07:00
umask.go fix golint warnings/errors on pkg/system and pkg/stdcopy 2015-08-13 18:47:13 +08:00
umask_windows.go fix golint warnings/errors on pkg/system and pkg/stdcopy 2015-08-13 18:47:13 +08:00
utimes_darwin.go Fixed file modified time not changing on Windows 2015-10-01 10:45:32 -07:00
utimes_freebsd.go Fixed file modified time not changing on Windows 2015-10-01 10:45:32 -07:00
utimes_linux.go Fix typos found across repository 2015-12-13 18:04:12 +02:00
utimes_unix_test.go Fixed file modified time not changing on Windows 2015-10-01 10:45:32 -07:00
utimes_unsupported.go Fixed file modified time not changing on Windows 2015-10-01 10:45:32 -07:00
xattrs_linux.go fix golint warnings/errors on pkg/system and pkg/stdcopy 2015-08-13 18:47:13 +08:00
xattrs_unsupported.go fix golint warnings/errors on pkg/system and pkg/stdcopy 2015-08-13 18:47:13 +08:00