Skip to content

Commit af38c0e

Browse files
qiluo-msftShuotian Cheng
authored and
Shuotian Cheng
committed
Config apt inside docker images to save disk space: auto clean, gz, no trans (#69)
1 parent 0f0f992 commit af38c0e

File tree

5 files changed

+230
-1
lines changed

5 files changed

+230
-1
lines changed

ThirdPartyLicenses.txt

+194
Original file line numberDiff line numberDiff line change
@@ -976,3 +976,197 @@ Microsoft is offering you a license to use the following components, to the exte
976976
* Public License instead of this License. But first, please read
977977
* <http://www.gnu.org/philosophy/why-not-lgpl.html>.
978978
*/
979+
980+
4. apt-clean, apt-gzip-indexes, apt-no-languages imported from docker v1.11.1
981+
/*
982+
* Apache License
983+
* Version 2.0, January 2004
984+
* https://www.apache.org/licenses/
985+
*
986+
* TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
987+
*
988+
* 1. Definitions.
989+
*
990+
* "License" shall mean the terms and conditions for use, reproduction,
991+
* and distribution as defined by Sections 1 through 9 of this document.
992+
*
993+
* "Licensor" shall mean the copyright owner or entity authorized by
994+
* the copyright owner that is granting the License.
995+
*
996+
* "Legal Entity" shall mean the union of the acting entity and all
997+
* other entities that control, are controlled by, or are under common
998+
* control with that entity. For the purposes of this definition,
999+
* "control" means (i) the power, direct or indirect, to cause the
1000+
* direction or management of such entity, whether by contract or
1001+
* otherwise, or (ii) ownership of fifty percent (50%) or more of the
1002+
* outstanding shares, or (iii) beneficial ownership of such entity.
1003+
*
1004+
* "You" (or "Your") shall mean an individual or Legal Entity
1005+
* exercising permissions granted by this License.
1006+
*
1007+
* "Source" form shall mean the preferred form for making modifications,
1008+
* including but not limited to software source code, documentation
1009+
* source, and configuration files.
1010+
*
1011+
* "Object" form shall mean any form resulting from mechanical
1012+
* transformation or translation of a Source form, including but
1013+
* not limited to compiled object code, generated documentation,
1014+
* and conversions to other media types.
1015+
*
1016+
* "Work" shall mean the work of authorship, whether in Source or
1017+
* Object form, made available under the License, as indicated by a
1018+
* copyright notice that is included in or attached to the work
1019+
* (an example is provided in the Appendix below).
1020+
*
1021+
* "Derivative Works" shall mean any work, whether in Source or Object
1022+
* form, that is based on (or derived from) the Work and for which the
1023+
* editorial revisions, annotations, elaborations, or other modifications
1024+
* represent, as a whole, an original work of authorship. For the purposes
1025+
* of this License, Derivative Works shall not include works that remain
1026+
* separable from, or merely link (or bind by name) to the interfaces of,
1027+
* the Work and Derivative Works thereof.
1028+
*
1029+
* "Contribution" shall mean any work of authorship, including
1030+
* the original version of the Work and any modifications or additions
1031+
* to that Work or Derivative Works thereof, that is intentionally
1032+
* submitted to Licensor for inclusion in the Work by the copyright owner
1033+
* or by an individual or Legal Entity authorized to submit on behalf of
1034+
* the copyright owner. For the purposes of this definition, "submitted"
1035+
* means any form of electronic, verbal, or written communication sent
1036+
* to the Licensor or its representatives, including but not limited to
1037+
* communication on electronic mailing lists, source code control systems,
1038+
* and issue tracking systems that are managed by, or on behalf of, the
1039+
* Licensor for the purpose of discussing and improving the Work, but
1040+
* excluding communication that is conspicuously marked or otherwise
1041+
* designated in writing by the copyright owner as "Not a Contribution."
1042+
*
1043+
* "Contributor" shall mean Licensor and any individual or Legal Entity
1044+
* on behalf of whom a Contribution has been received by Licensor and
1045+
* subsequently incorporated within the Work.
1046+
*
1047+
* 2. Grant of Copyright License. Subject to the terms and conditions of
1048+
* this License, each Contributor hereby grants to You a perpetual,
1049+
* worldwide, non-exclusive, no-charge, royalty-free, irrevocable
1050+
* copyright license to reproduce, prepare Derivative Works of,
1051+
* publicly display, publicly perform, sublicense, and distribute the
1052+
* Work and such Derivative Works in Source or Object form.
1053+
*
1054+
* 3. Grant of Patent License. Subject to the terms and conditions of
1055+
* this License, each Contributor hereby grants to You a perpetual,
1056+
* worldwide, non-exclusive, no-charge, royalty-free, irrevocable
1057+
* (except as stated in this section) patent license to make, have made,
1058+
* use, offer to sell, sell, import, and otherwise transfer the Work,
1059+
* where such license applies only to those patent claims licensable
1060+
* by such Contributor that are necessarily infringed by their
1061+
* Contribution(s) alone or by combination of their Contribution(s)
1062+
* with the Work to which such Contribution(s) was submitted. If You
1063+
* institute patent litigation against any entity (including a
1064+
* cross-claim or counterclaim in a lawsuit) alleging that the Work
1065+
* or a Contribution incorporated within the Work constitutes direct
1066+
* or contributory patent infringement, then any patent licenses
1067+
* granted to You under this License for that Work shall terminate
1068+
* as of the date such litigation is filed.
1069+
*
1070+
* 4. Redistribution. You may reproduce and distribute copies of the
1071+
* Work or Derivative Works thereof in any medium, with or without
1072+
* modifications, and in Source or Object form, provided that You
1073+
* meet the following conditions:
1074+
*
1075+
* (a) You must give any other recipients of the Work or
1076+
* Derivative Works a copy of this License; and
1077+
*
1078+
* (b) You must cause any modified files to carry prominent notices
1079+
* stating that You changed the files; and
1080+
*
1081+
* (c) You must retain, in the Source form of any Derivative Works
1082+
* that You distribute, all copyright, patent, trademark, and
1083+
* attribution notices from the Source form of the Work,
1084+
* excluding those notices that do not pertain to any part of
1085+
* the Derivative Works; and
1086+
*
1087+
* (d) If the Work includes a "NOTICE" text file as part of its
1088+
* distribution, then any Derivative Works that You distribute must
1089+
* include a readable copy of the attribution notices contained
1090+
* within such NOTICE file, excluding those notices that do not
1091+
* pertain to any part of the Derivative Works, in at least one
1092+
* of the following places: within a NOTICE text file distributed
1093+
* as part of the Derivative Works; within the Source form or
1094+
* documentation, if provided along with the Derivative Works; or,
1095+
* within a display generated by the Derivative Works, if and
1096+
* wherever such third-party notices normally appear. The contents
1097+
* of the NOTICE file are for informational purposes only and
1098+
* do not modify the License. You may add Your own attribution
1099+
* notices within Derivative Works that You distribute, alongside
1100+
* or as an addendum to the NOTICE text from the Work, provided
1101+
* that such additional attribution notices cannot be construed
1102+
* as modifying the License.
1103+
*
1104+
* You may add Your own copyright statement to Your modifications and
1105+
* may provide additional or different license terms and conditions
1106+
* for use, reproduction, or distribution of Your modifications, or
1107+
* for any such Derivative Works as a whole, provided Your use,
1108+
* reproduction, and distribution of the Work otherwise complies with
1109+
* the conditions stated in this License.
1110+
*
1111+
* 5. Submission of Contributions. Unless You explicitly state otherwise,
1112+
* any Contribution intentionally submitted for inclusion in the Work
1113+
* by You to the Licensor shall be under the terms and conditions of
1114+
* this License, without any additional terms or conditions.
1115+
* Notwithstanding the above, nothing herein shall supersede or modify
1116+
* the terms of any separate license agreement you may have executed
1117+
* with Licensor regarding such Contributions.
1118+
*
1119+
* 6. Trademarks. This License does not grant permission to use the trade
1120+
* names, trademarks, service marks, or product names of the Licensor,
1121+
* except as required for reasonable and customary use in describing the
1122+
* origin of the Work and reproducing the content of the NOTICE file.
1123+
*
1124+
* 7. Disclaimer of Warranty. Unless required by applicable law or
1125+
* agreed to in writing, Licensor provides the Work (and each
1126+
* Contributor provides its Contributions) on an "AS IS" BASIS,
1127+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
1128+
* implied, including, without limitation, any warranties or conditions
1129+
* of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
1130+
* PARTICULAR PURPOSE. You are solely responsible for determining the
1131+
* appropriateness of using or redistributing the Work and assume any
1132+
* risks associated with Your exercise of permissions under this License.
1133+
*
1134+
* 8. Limitation of Liability. In no event and under no legal theory,
1135+
* whether in tort (including negligence), contract, or otherwise,
1136+
* unless required by applicable law (such as deliberate and grossly
1137+
* negligent acts) or agreed to in writing, shall any Contributor be
1138+
* liable to You for damages, including any direct, indirect, special,
1139+
* incidental, or consequential damages of any character arising as a
1140+
* result of this License or out of the use or inability to use the
1141+
* Work (including but not limited to damages for loss of goodwill,
1142+
* work stoppage, computer failure or malfunction, or any and all
1143+
* other commercial damages or losses), even if such Contributor
1144+
* has been advised of the possibility of such damages.
1145+
*
1146+
* 9. Accepting Warranty or Additional Liability. While redistributing
1147+
* the Work or Derivative Works thereof, You may choose to offer,
1148+
* and charge a fee for, acceptance of support, warranty, indemnity,
1149+
* or other liability obligations and/or rights consistent with this
1150+
* License. However, in accepting such obligations, You may act only
1151+
* on Your own behalf and on Your sole responsibility, not on behalf
1152+
* of any other Contributor, and only if You agree to indemnify,
1153+
* defend, and hold each Contributor harmless for any liability
1154+
* incurred by, or claims asserted against, such Contributor by reason
1155+
* of your accepting any such warranty or additional liability.
1156+
*
1157+
* END OF TERMS AND CONDITIONS
1158+
*
1159+
* Copyright 2013-2016 Docker, Inc.
1160+
*
1161+
* Licensed under the Apache License, Version 2.0 (the "License");
1162+
* you may not use this file except in compliance with the License.
1163+
* You may obtain a copy of the License at
1164+
*
1165+
* https://www.apache.org/licenses/LICENSE-2.0
1166+
*
1167+
* Unless required by applicable law or agreed to in writing, software
1168+
* distributed under the License is distributed on an "AS IS" BASIS,
1169+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1170+
* See the License for the specific language governing permissions and
1171+
* limitations under the License.
1172+
*/

build_debian.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ sudo LANG=C chroot $FILESYSTEM_ROOT mount sysfs /sys -t sysfs
9191

9292
## Pointing apt to public apt mirrors and getting latest packages, needed for latest security updates
9393
sudo cp files/apt/sources.list $FILESYSTEM_ROOT/etc/apt/
94-
sudo cp files/apt/apt.conf.d/81norecommends $FILESYSTEM_ROOT/etc/apt/apt.conf.d/
94+
sudo cp files/apt/apt.conf.d/{81norecommends,apt-{clean,gzip-indexes,no-languages}} $FILESYSTEM_ROOT/etc/apt/apt.conf.d/
9595
sudo LANG=C chroot $FILESYSTEM_ROOT bash -c 'apt-mark auto `apt-mark showmanual`'
9696

9797
## Note: set lang to prevent locale warnings in your chroot

files/apt/apt.conf.d/apt-clean

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Since for most Docker users, package installs happen in "docker build" steps,
2+
# they essentially become individual layers due to the way Docker handles
3+
# layering, especially using CoW filesystems. What this means for us is that
4+
# the caches that APT keeps end up just wasting space in those layers, making
5+
# our layers unnecessarily large (especially since we'll normally never use
6+
# these caches again and will instead just "docker build" again and make a brand
7+
# new image).
8+
9+
# Ideally, these would just be invoking "apt-get clean", but in our testing,
10+
# that ended up being cyclic and we got stuck on APT's lock, so we get this fun
11+
# creation that's essentially just "apt-get clean".
12+
DPkg::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };
13+
APT::Update::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };
14+
15+
Dir::Cache::pkgcache "";
16+
Dir::Cache::srcpkgcache "";
17+
18+
# Note that we do realize this isn't the ideal way to do this, and are always
19+
# open to better suggestions (https://github.com/docker/docker/issues).

files/apt/apt.conf.d/apt-gzip-indexes

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Since Docker users using "RUN apt-get update && apt-get install -y ..." in
2+
# their Dockerfiles don't go delete the lists files afterwards, we want them to
3+
# be as small as possible on-disk, so we explicitly request "gz" versions and
4+
# tell Apt to keep them gzipped on-disk.
5+
6+
# For comparison, an "apt-get update" layer without this on a pristine
7+
# "debian:wheezy" base image was "29.88 MB", where with this it was only
8+
# "8.273 MB".
9+
10+
Acquire::GzipIndexes "true";
11+
Acquire::CompressionTypes::Order:: "gz";

files/apt/apt.conf.d/apt-no-languages

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# In Docker, we don't often need the "Translations" files, so we're just wasting
2+
# time and space by downloading them, and this inhibits that. For users that do
3+
# need them, it's a simple matter to delete this file and "apt-get update". :)
4+
5+
Acquire::Languages "none";

0 commit comments

Comments
 (0)