Josh Curl
05132c0dd6
Remove python-pip and tox from Dockerfile.dapper
2016-08-25 17:42:37 -07:00
Darren Shepherd
abbff8d89a
os-base v2016.05-5
2016-08-17 14:30:55 -07:00
Darren Shepherd
d90d9b7f19
Bump kernel version
2016-08-16 15:47:28 -07:00
Josh Curl
80c72d0761
Make it easier to switch between Docker engines
2016-08-15 15:06:26 -07:00
Darren Shepherd
c1cd100dae
Merge pull request #1122 from joshwget/refactor-integration-tests
...
Refactor integration tests
2016-07-20 20:28:22 -07:00
Josh Curl
0c7fb4f1f9
Refactor integration tests
2016-07-20 10:42:16 -07:00
Darren Shepherd
df6d77fff7
Merge pull request #1121 from ibuildthecloud/vendor
...
Bump cniglue
2016-07-19 19:22:33 -07:00
Darren Shepherd
eec5363a20
Bump cniglue
2016-07-19 18:59:55 -07:00
Josh Curl
da80b76883
Bump SELinux policy
2016-07-07 10:04:10 -07:00
Darren Shepherd
16ea661b6b
Fix rootfs build for ARM
2016-07-01 13:32:43 -07:00
Darren Shepherd
70bf02df1f
Various fixes for ARM build
2016-06-29 23:03:28 -07:00
Darren Shepherd
ddff0d3e6f
rancher/docker:v1.11.2-1
2016-06-28 21:41:13 -07:00
Wang Long
f2187f1bf8
Fix multi-arch support for releases
...
Signed-off-by: Wang Long <long.wanglong@huawei.com>
2016-06-27 20:47:28 +08:00
Darren Shepherd
50f334281f
Merge pull request #1028 from ibuildthecloud/new-kernel
...
Ubuntu-4.4.0-23.41-rancher2-2
2016-06-17 14:29:33 -07:00
Darren Shepherd
a164f385ba
Ubuntu-4.4.0-23.41-rancher2-2
2016-06-17 13:24:14 -07:00
Darren Shepherd
2a60981b09
Build script updates
...
Always compress with gzip unless we are doing a release. Also download
rootfs.tar to ${DOWNLOAD} so `dapper -m bind` works better.
2016-06-17 08:00:33 -07:00
Ivan Mikushin
4f9cc68175
use latest arm64 kernel build
...
for v0.5 branch
2016-06-13 16:01:34 -07:00
Josh Curl
02cfe37d30
Bump os-base
2016-06-09 16:46:35 -07:00
Darren Shepherd
57a2f99484
Optimize scripts for slow disks
2016-06-07 11:21:27 -07:00
Darren Shepherd
355095d41f
Kernel Ubuntu-4.4.0-23.41-rancher2
2016-06-06 15:27:55 -07:00
Darren Shepherd
c9c095f202
Build script
2016-06-06 08:08:04 -07:00
Darren Shepherd
8ab32c820f
Docker 1.11.1
2016-06-03 11:38:25 -07:00
Darren Shepherd
5bf4d2c117
More build script changes
2016-05-31 21:11:03 -07:00
Josh Curl
6ec9ce1bc6
Replace wait-for-network services with retries
2016-05-26 18:54:42 -07:00
Darren Shepherd
0d5223db23
Fix tests
2016-05-22 23:51:46 -07:00
Darren Shepherd
d34ead2fbf
Speed up build and run tests
2016-05-22 23:16:27 -07:00
Darren Shepherd
dd7b2554e7
More build script enhancements
2016-05-08 10:35:48 -07:00
Darren Shepherd
ab6cc149d3
Fix rootfs.tar
2016-05-06 15:45:16 -07:00
Darren Shepherd
3732ab5661
Add missing rootfs.tar
2016-05-06 15:42:56 -07:00
Darren Shepherd
ec410addb9
Refactor build scripts
2016-05-06 10:58:54 -07:00
Darren Shepherd
6a3367ce24
Merge pull request #825 from imikushin/qemu-arm
...
Run tests on qemu-system-aarch64
2016-04-04 11:33:39 -07:00
Josh Curl
6e9ce6aea3
Include VirtualBox guest modules
2016-03-31 15:35:45 -07:00
Ivan Mikushin
99c3207b14
Hook cloud-config into qemu-system-aarch46
2016-03-31 13:16:26 -07:00
Ivan Mikushin
29aff3d807
Dockerfile.dapper: make sure to update apt repos before fetching build deps and sources
...
Also, use dapper -d flag in scripts/shell.sh for better visibility
2016-03-31 13:14:25 -07:00
Ivan Mikushin
7d1a7f04de
Make sure /usr/bin/go from gccgo exists
...
Fix dapper image build, which broke at some point: apparently because of gccgo packaging change
2016-03-22 11:27:20 -07:00
Ivan Mikushin
a8dfd7089e
Support SELinux on arm/arm64
2016-03-18 08:39:40 -07:00
Ivan Mikushin
8802fe2c6e
Run qemu and tests on different architectures
2016-03-17 04:30:11 -07:00
Ivan Mikushin
356f25be20
cross-build is back
...
`HOST_ARCH=arm64 ./make.sh minimal` builds vmlinuz and initrd for arm64 on arm64 (sourcing .docker-env.arm64 in the process)
`ARCH=arm ./make.sh rootfs` builds rootfs.tar.gz for arm on your current docker environment
2016-03-15 09:01:10 -07:00
Ivan Mikushin
142ec23778
Build for ARM64 on ARM64, installer included
2016-03-14 12:08:11 -07:00
Ivan Mikushin
60d3a828ae
use docker-1.10.2 at build time
2016-03-14 11:59:11 -07:00
Ivan Mikushin
17e432545c
Get back generated os-config.yml
2016-02-28 11:17:03 -08:00
Ivan Mikushin
8b72377a3c
generate os-config.yml
2016-02-26 17:46:55 -08:00
Josh Curl
f28d463504
Enable SELinux
2016-02-19 16:11:32 -08:00
Ivan Mikushin
2f27271a2c
Multi-arch build
...
Currently, for amd64 (the default) and arm.
Run `dapper make ARCH=arm rootfs` to build rootfs.tar.gz for arm.
2016-02-08 16:49:49 -08:00
Ivan Mikushin
51f68eaf6f
Update to Go-1.5.3
...
Security update: https://groups.google.com/forum/#!topic/golang-announce/MEATuOi_ei4
2016-01-14 13:38:20 +05:00
Darren Shepherd
808fbdbe1f
Use a subdirectory of the state partition
2015-12-22 15:16:22 -07:00
Ivan Mikushin
99bec55a2f
Use drone-0.4 for CI and migrate build to dapper
2015-12-18 19:24:24 +05:00