Dockerfile cunnie/sslip.io-dns-server: bump 2.2.1 → 2.2.2

Also, remove redundant "attach binaries", and change the order in which
the Dockerfile is updated.
This commit is contained in:
Brian Cunnie
2021-11-01 07:53:34 -07:00
parent eed67fdf4d
commit 9dd1a78447

View File

@@ -74,7 +74,6 @@ ssh ns-aws sudo shutdown -r now
- Drag and drop `~/Downloads/sslip.io-release-${VERSION}.tgz` to the _Attach - Drag and drop `~/Downloads/sslip.io-release-${VERSION}.tgz` to the _Attach
binaries..._ section binaries..._ section
- Drag and drop the executables in `bin/` 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 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 curl -L -o /www/sslip.io/document_root/index.html https://raw.githubusercontent.com/cunnie/sslip.io/master/k8s/document_root/index.html
exit 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 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 docker push cunnie/sslip.io-dns-server -a
git add -p git add -p