Skip to content

Commit

Permalink
Use external docker image: ayufan/rock64-dockerfiles:x86_64
Browse files Browse the repository at this point in the history
  • Loading branch information
ayufan committed Feb 11, 2018
1 parent d1131c6 commit c6f4ac9
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 61 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ node('docker && linux-build') {
stage('Environment') {
checkout scm

def environment = docker.build('build-environment:build-rock64-image', 'environment')
def environment = docker.image('ayufan/rock64-dockerfiles:x86_64')

environment.inside("--privileged -u 0:0") {
withEnv([
Expand Down
4 changes: 1 addition & 3 deletions Makefile.dev.mk
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ pull-trees:

.PHONY: shell # run docker shell to build image
shell:
@echo Building environment...
@docker build -q -t rock64-linux:build-environment environment/
@echo Entering shell...
@docker run --rm \
-it \
Expand All @@ -44,4 +42,4 @@ shell:
-h rock64-build-env \
-v $(CURDIR):$(CURDIR) \
-w $(CURDIR) \
rock64-linux:build-environment
ayufan/rock64-dockerfiles:x86_64
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@ You can easily compile everything stored in this repository by ensuring that you

```bash
$ make shell
Building environment...
sha256:0aa8a81c687f58bc9b46e33ea6b5f01188c85874ceb729767dfe882b2783abd2
Entering shell...
ayufan@rock64-build-env:~/Sources/linux-build$ make sync
repo init -u https://github.com/ayufan-rock64/linux-manifests -b default --depth=1 --no-clone-bundle
Expand Down
55 changes: 0 additions & 55 deletions environment/Dockerfile

This file was deleted.

0 comments on commit c6f4ac9

Please sign in to comment.