Merge lint.sh into compile.sh, remove unused alpine-build-go

Signed-off-by: Riyaz Faizullabhoy <riyaz.faizullabhoy@docker.com>
This commit is contained in:
Riyaz Faizullabhoy
2017-01-23 13:14:19 -08:00
parent 4278e0d78e
commit 4c810a27f9
12 changed files with 23 additions and 80 deletions

View File

@@ -5,10 +5,10 @@ generally with tags based on the image contents.
- `mobylinux/alpine-base` the base packages for Moby, before we add Docker and our code and config
- `mobylinux/alpine-build-c` for building C code
- `mobylinux/alpine-build-go` for building Go code
- `mobylinux/alpine-bios` for building BIOS image
- `mobylinux/alpine-efi` for building efi images
- `mobylinux/alpine-qemu` for Qemu eg for the tests
- `mobylinux/go-compile` for building Go code
The `Dockerfile`s for these are under `alpine/base`. To update, modify the `Dockerfile` if you wish