We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab68c36 commit f4b6b3cCopy full SHA for f4b6b3c
.gitignore
@@ -0,0 +1 @@
1
+/official-images
.travis.yml
@@ -5,15 +5,15 @@ env:
5
- VARIANT=trusty
6
7
install:
8
- - git clone https://github.com/docker-library/official-images.git ~/official-images
+ - git clone https://github.com/docker-library/official-images.git official-images
9
10
before_script:
11
- env | sort
12
- image="bitcoind:$VARIANT"
13
14
script:
15
- docker build -t "$image" .
16
- - ~/official-images/test/run.sh "$image"
+ - official-images/test/run.sh "$image"
17
18
after_script:
19
- docker images
0 commit comments