mirror of
https://github.com/openfaas/faas.git
synced 2025-06-27 09:13:24 +00:00
Move MarkdownRender to new namespace
This commit is contained in:
@ -1,12 +1,12 @@
|
||||
#!/bin/sh
|
||||
echo Building alexellis2/faas-markdownrender:build
|
||||
echo Building functions/markdownrender:build
|
||||
|
||||
docker build --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy \
|
||||
-t alexellis2/faas-markdownrender . -f Dockerfile.build
|
||||
-t functions/markdownrender . -f Dockerfile.build
|
||||
|
||||
docker create --name render_extract alexellis2/faas-markdownrender
|
||||
docker create --name render_extract functions/markdownrender
|
||||
docker cp render_extract:/go/src/app/app ./app
|
||||
docker rm -f render_extract
|
||||
|
||||
echo Building alexellis2/faas-markdownrender:latest
|
||||
docker build --no-cache -t alexellis2/faas-markdownrender:latest .
|
||||
echo Building functions/markdownrender:latest
|
||||
docker build --no-cache -t functions/markdownrender:latest .
|
||||
|
Reference in New Issue
Block a user