File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff 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
1717script :
1818 - bats test/test.full.bats
Original file line number Diff line number Diff line change 1- FROM nginx:1.17.5 -alpine
1+ FROM nginx:1.17.8 -alpine
22
33EXPOSE 8000
44CMD ["/sbin/entrypoint.sh" ]
Original file line number Diff line number Diff line change 22.PHONY : test
33
44update-dependencies :
5- docker pull appropriate /curl:latest
5+ docker pull curlimages /curl:latest
66 docker pull postgres:9.5
77
88test :
@@ -15,4 +15,4 @@ compose-up:
1515 docker-compose up
1616
1717build :
18- docker build -t cachet/docker .
18+ docker build -t cachet/docker .
Original file line number Diff line number Diff 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 \
You can’t perform that action at this time.
0 commit comments