From 9dd1a78447bbbc96a080c2e6b48adb715d9fcd64 Mon Sep 17 00:00:00 2001 From: Brian Cunnie Date: Mon, 1 Nov 2021 07:53:34 -0700 Subject: [PATCH] =?UTF-8?q?Dockerfile=20cunnie/sslip.io-dns-server:=20bump?= =?UTF-8?q?=202.2.1=20=E2=86=92=202.2.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Also, remove redundant "attach binaries", and change the order in which the Dockerfile is updated. --- docs/DEVELOPER.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/DEVELOPER.md b/docs/DEVELOPER.md index a8abe45..cca1715 100644 --- a/docs/DEVELOPER.md +++ b/docs/DEVELOPER.md @@ -74,7 +74,6 @@ ssh ns-aws sudo shutdown -r now - Drag and drop `~/Downloads/sslip.io-release-${VERSION}.tgz` to the _Attach binaries..._ section - Drag and drop the executables in `bin/` to the _Attach binaries..._ section. -- Drag and drop the BOSH release in `~/Downloads/` to the _Attach binaries..._ section. Prepare the BOSH release ``` @@ -97,9 +96,8 @@ ssh nono.io curl -L -o /www/sslip.io/document_root/index.html https://raw.githubusercontent.com/cunnie/sslip.io/master/k8s/document_root/index.html exit ``` -Update the Dockefile with the new release: +Update the Dockerfile with the new release: ``` -sed -i '' "s~/$OLD_VERSION/~/$VERSION/~g" k8s/Dockerfile-sslip.io-dns-server docker build k8s/ -f k8s/Dockerfile-sslip.io-dns-server -t cunnie/sslip.io-dns-server:$VERSION -t cunnie/sslip.io-dns-server:latest docker push cunnie/sslip.io-dns-server -a git add -p