Skip to content

Commit 728f6f1

Browse files
ivanayovalexellis
authored andcommitted
Move faas-netesd from functions/ to openfaas/ ns
This moves faas-netesd to a better name for images and also gives free image-scanning and gives more confidence to users that components ship regularly and makes any vulnerabilities in components clear Signed-off-by: Ivana Yovcheva (VMware) <[email protected]>
1 parent 63acbc7 commit 728f6f1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ local-go:
1010
local: local-fmt local-go
1111

1212
build-arm64:
13-
docker build -t functions/faas-netesd:$(TAG)-arm64 . -f Dockerfile.arm64
13+
docker build -t openfaas/faas-netesd:$(TAG)-arm64 . -f Dockerfile.arm64
1414

1515
build-armhf:
16-
docker build -t functions/faas-netesd:$(TAG)-armhf . -f Dockerfile.armhf
16+
docker build -t openfaas/faas-netesd:$(TAG)-armhf . -f Dockerfile.armhf
1717

1818
build:
19-
docker build --build-arg http_proxy="${http_proxy}" --build-arg https_proxy="${https_proxy}" -t functions/faas-netesd:$(TAG) . --squash=${SQUASH}
19+
docker build --build-arg http_proxy="${http_proxy}" --build-arg https_proxy="${https_proxy}" -t openfaas/faas-netesd:$(TAG) . --squash=${SQUASH}
2020

2121
push:
2222
docker push alexellis2/faas-netes:$(TAG)

0 commit comments

Comments
 (0)