Skip to content
This repository has been archived by the owner on Jan 1, 2021. It is now read-only.

Commit

Permalink
Replace existing boot2docker with new code
Browse files Browse the repository at this point in the history
  • Loading branch information
tianon committed Sep 13, 2018
1 parent b59760b commit c2b60ab
Show file tree
Hide file tree
Showing 71 changed files with 598 additions and 7,206 deletions.
3 changes: 0 additions & 3 deletions .dockerignore

This file was deleted.

1 change: 1 addition & 0 deletions .dockerignore
17 changes: 6 additions & 11 deletions .gitignore
@@ -1,12 +1,7 @@
# OS or Editor folders
.DS_Store
Thumbs.db
.cache
.project
.settings
.tmproj
*.esproj
nbproject
*.sublime-project
*.sublime-workspace
*.iso
*.md
*.qcow2
*.sh
.dockerignore
.git
Dockerfile
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -5,10 +5,10 @@ services:
- docker

script:
- kernDups="$(tcl/files/kernel-config.d/.check-dups.sh)" && [ -z "$kernDups" ] || { echo >&2 "KERNEL CONFIG DUPLICATES!"; echo >&2 "$kernDups"; false; }
- kernDups="$(files/kernel-config.d/.check-dups.sh)" && [ -z "$kernDups" ] || { echo >&2 "KERNEL CONFIG DUPLICATES!"; echo >&2 "$kernDups"; false; }
- |
set -e
docker build -t boot2docker/boot2docker tcl
docker build -t boot2docker/boot2docker .
docker run --rm boot2docker/boot2docker > boot2docker.iso
after_script:
Expand Down

0 comments on commit c2b60ab

Please sign in to comment.