1
0
mirror of https://github.com/stucki/docker-lineageos synced 2024-12-19 17:12:29 -05:00
Commit Graph

63 Commits

Author SHA1 Message Date
Sean Leonard
0f2f1a0b8c Add lz4 tools to the dockerfile
Install liblz4-tool for lz4 and lz4c required to package cyanogenmod images.
2015-04-18 13:20:01 -07:00
Michael Stucki
1e59b60875 [RELEASE] v0.3.1 2015-04-03 20:31:05 +02:00
Michael Stucki
000fe51fef After successful build, delete existing containers 2015-04-03 20:29:37 +02:00
Michael Stucki
a352f54870 Fix check if build is needed 2015-04-03 19:58:10 +02:00
Michael Stucki
6581eb9300 Add CHANGELOG.md 2015-03-31 23:13:37 +02:00
Michael Stucki
ba5afade76 run.sh: Add tag to repository name 2015-03-31 22:39:42 +02:00
Michael Stucki
8a4556437a startup.sh: Be more verbose 2015-03-16 11:05:32 +01:00
Michael Stucki
7d9c9884a5 docker: Don't set workdir as long as USER does not work with screen 2015-03-16 11:05:13 +01:00
Michael Stucki
e7583870b2 docker: Use the cache during build 2015-03-16 11:05:13 +01:00
Michael Stucki
0f61d93e3a Fix permissions (transfer ownership from root to cmbuild) 2015-03-16 11:05:02 +01:00
Michael Stucki
33f7fd052e Move ccache initialization to startup.sh
This fixes a major problem with ccache being initialized before the volume is mounted.
The contents of /srv/ccache were therefore empty and CCACHE_MAXSIZE=50G was not set.
The result was that ccache could only use up to 1 GB of cache data (default value).
2015-03-16 10:54:27 +01:00
Michael Stucki
80450d6cc1 Don't run as root 2015-03-16 10:19:07 +01:00
Michael Stucki
275d35d8ab Fix issues with SELinux (continued)
Hmm, this obviously won't work if the old line is not removed :-/

Fixes: #6
2015-01-20 12:21:59 +01:00
Michael Stucki
84b74e67ee Fix issues with SELinux
Fixes: #6
2015-01-20 12:19:25 +01:00
Michael Stucki
f0098a15b9 Install rsync 2015-01-20 12:19:17 +01:00
Michael Stucki
92628eaa2c run.sh: Add FORCE_BUILD flag 2014-12-22 18:38:39 +01:00
Michael Stucki
92fa90f7f5 Update README.md for cm-12.0
No need to run `get-prebuilts` anymore, see
66e2bc5c8c
2014-12-22 18:36:09 +01:00
Michael Stucki
06fa92cf44 Install OpenJDK 7 2014-12-22 18:35:28 +01:00
Michael Stucki
27e1ade072 Remove obsolete note from README.md 2014-09-17 22:56:05 +02:00
Michael Stucki
00e104c3b0 Merge pull request #5 from swrh/master
Update documentation to Ubuntu 14.04
2014-07-25 14:37:51 +02:00
Fernando Silveira
acdd2933d2 Update documentation to Ubuntu 14.04 2014-07-25 09:23:43 -03:00
Michael Stucki
661beacc6f Revert "Use Java 7"
Seems like OpenJDK 7 is not supported yet.

This reverts commit 4502de2ad2.
2014-07-20 13:04:21 +02:00
Michael Stucki
926f0e46f6 Add .dockerignore 2014-07-19 13:40:25 +02:00
Michael Stucki
b0c7f5c2a9 Print a message before building the image 2014-07-19 13:40:24 +02:00
Michael Stucki
489818b663 Always use bash for run.sh 2014-07-19 13:40:24 +02:00
Michael Stucki
d4879ad7cf Add ccache to .gitignore 2014-07-19 13:40:24 +02:00
Michael Stucki
985e697544 Use ccache (really) 2014-07-19 13:40:23 +02:00
Michael Stucki
26e6bc2072 Move environment variables to /etc/env-android.sh 2014-07-19 13:36:58 +02:00
Michael Stucki
4502de2ad2 Use Java 7 2014-07-18 23:52:55 +02:00
Michael Stucki
da6aa95939 Remove unused software-properties-common, replace git-core with git 2014-07-18 23:52:09 +02:00
Michael Stucki
b028d884c5 Fix some typos 2014-07-18 23:48:18 +02:00
Tom Hiller
9fd7f89abd refactor(run.sh): Combined run and build scripts
fix(Dockerfile): Removed unnecessary PPA
fix(Dockerfile): Removed duplicate curl package
chore(Readme.md): Update documentation
2014-07-18 23:38:44 +02:00
Michael Stucki
e3c581772b Merge pull request #4 from kaystrobach/patch-1
[TASK] Fix typo in README.md
2014-07-18 23:26:58 +02:00
Kay Strobach
980b50c199 [TASK] Fix typo in README.md 2014-07-18 20:24:20 +02:00
Michael Stucki
24159b1fbd Follow-up on #2: Change permission of the screen directory 2014-06-23 15:57:49 +02:00
Michael Stucki
d14aa4b258 Install screen with setuid root (see comment) 2014-06-23 15:43:51 +02:00
Michael Stucki
8a73532a7c Remove version in Dockerfile (not needed) 2014-06-23 14:51:50 +02:00
Michael Stucki
15c12e72f7 Update to Ubuntu 14.04 2014-06-23 14:51:25 +02:00
Michael Stucki
bdb173a9d6 Merge pull request #1 from gmacario/fix-docker-name
Fix "docker --name" command line option.
2014-05-04 17:12:37 +02:00
Gianpaolo Macario
60b182cbe0 Fix "docker --name" command line option.
Option "-name" to docker is obsolete.

Signed-off-by: Gianpaolo Macario <gmacario@gmail.com>
2014-03-31 15:33:33 +02:00
Michael Stucki
8628adf390 Cleanup 2014-03-08 18:41:24 +01:00
Michael Stucki
10b8bdc894 Fix sources.list (add universe) for Ubuntu images 2014-03-08 18:41:03 +01:00
Michael Stucki
c19e8b793e Fix order of update command during build 2014-03-02 13:23:18 +01:00
Michael Stucki
4ed5aed97f Remove intermediate containers during "docker build" 2014-03-02 13:09:37 +01:00
Michael Stucki
eddf8c87b3 Upgrade all packages during "docker build" 2014-03-02 13:07:54 +01:00
Michael Stucki
6416e72603 Do not use cache when building the image 2014-03-02 13:07:49 +01:00
Michael Stucki
7900497b42 Fix ischroot detection (see https://github.com/dotcloud/docker/issues/1724) 2014-03-02 12:09:59 +01:00
Michael Stucki
4446c6e738 Fix docker invocation 2014-02-20 20:08:15 +01:00
Michael Stucki
b16b03a7b8 Add note on dotcloud/docker#2224 2014-02-20 17:15:51 +01:00
Michael Stucki
f2cc846b2e Add "file" as this seems to be missing in recent base images 2014-02-20 16:52:21 +01:00