File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ script:
1111- sh build.sh
1212after_success :
1313 - if [ -z $DOCKER_NS ] ; then
14- export DOCKER_NS=functions ;
14+ export DOCKER_NS=openfaas ;
1515 fi
1616 - if [ ! -z "$TRAVIS_TAG" ] ; then
1717 export DOCKER_CLI_EXPERIMENTAL=enabled
Original file line number Diff line number Diff line change 1- FROM functions /of-watchdog:build as build
1+ FROM openfaas /of-watchdog:build as build
22FROM scratch
33
44ARG PLATFORM
Original file line number Diff line number Diff line change 22
33if [ ! " $http_proxy " = " " ]
44then
5- docker build --no-cache --build-arg " https_proxy=$https_proxy " --build-arg " http_proxy=$http_proxy " -t functions /of-watchdog:build .
5+ docker build --no-cache --build-arg " https_proxy=$https_proxy " --build-arg " http_proxy=$http_proxy " -t openfaas /of-watchdog:build .
66else
7- docker build -t functions /of-watchdog:build .
7+ docker build -t openfaas /of-watchdog:build .
88fi
99
1010docker build --no-cache --build-arg PLATFORM=" -darwin" -t openfaas/of-watchdog:latest-dev-darwin . -f Dockerfile.packager
@@ -13,7 +13,7 @@ docker build --no-cache --build-arg PLATFORM="-arm64" -t openfaas/of-watchdog:la
1313docker build --no-cache --build-arg PLATFORM=" .exe" -t openfaas/of-watchdog:latest-dev-windows . -f Dockerfile.packager
1414docker build --no-cache --build-arg PLATFORM=" " -t openfaas/of-watchdog:latest-dev-x86_64 . -f Dockerfile.packager
1515
16- docker create --name buildoutput functions /of-watchdog:build echo
16+ docker create --name buildoutput openfaas /of-watchdog:build echo
1717
1818docker cp buildoutput:/go/src/github.com/openfaas-incubator/of-watchdog/of-watchdog ./of-watchdog
1919docker cp buildoutput:/go/src/github.com/openfaas-incubator/of-watchdog/of-watchdog-darwin ./of-watchdog-darwin
You can’t perform that action at this time.
0 commit comments