Skip to content

Commit 8eb7a28

Browse files
committed
Use upstream curl image
1 parent bc48a24 commit 8eb7a28

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ before_install:
1212
- curl -L https://github.com/docker/compose/releases/download/${DOCKER_COMPOSE_VERSION}/docker-compose-`uname -s`-`uname -m` > docker-compose
1313
- chmod +x docker-compose
1414
- sudo mv docker-compose /usr/local/bin
15-
- docker pull appropriate/curl:latest
15+
- docker pull curlimages/curl:latest
1616

1717
script:
1818
- bats test/test.full.bats

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ SILENT :
22
.PHONY : test
33

44
update-dependencies:
5-
docker pull appropriate/curl:latest
5+
docker pull curlimages/curl:latest
66
docker pull postgres:9.5
77

88
test:
@@ -15,4 +15,4 @@ compose-up:
1515
docker-compose up
1616

1717
build:
18-
docker build -t cachet/docker .
18+
docker build -t cachet/docker .

test/test_helpers.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ function curl_container {
3131
local -r container=$1
3232
local -r path=$2
3333
shift 2
34-
docker run --rm --net=docker_default --label bats-type="curl" appropriate/curl --silent \
34+
docker run --rm --net=docker_default --label bats-type="curl" curlimages/curl --silent \
3535
--connect-timeout 5 \
3636
--max-time 20 \
3737
--retry 4 --retry-delay 5 \

0 commit comments

Comments
 (0)