diff --git a/Dockerfile b/Dockerfile index 481c4d2..ecde2bf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,5 @@ FROM alpine:3.12 -MAINTAINER Werner Beroux - +LABEL maintainer="Giles Bradshaw " # https://github.com/sgerrand/alpine-pkg-glibc ARG GLIBC_VERSION=2.31-r0 diff --git a/Dockerfile.armhf b/Dockerfile.armhf index 7d905c8..3434ea1 100644 --- a/Dockerfile.armhf +++ b/Dockerfile.armhf @@ -1,4 +1,5 @@ FROM resin/raspberrypi3-alpine +LABEL maintainer="Giles Bradshaw " RUN [ "cross-build-start" ] diff --git a/README.md b/README.md index 9e93821..37c1245 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,6 @@ -[![Docker repository](https://img.shields.io/docker/automated/wernight/ngrok.svg)](https://hub.docker.com/r/wernight/ngrok/) [![Build passing](https://img.shields.io/docker/build/wernight/ngrok.svg)](https://hub.docker.com/r/wernight/ngrok/) [![Codenvy badge](http://beta.codenvy.com/factory/resources/codenvy-contribute.svg)](http://beta.codenvy.com/f?url=https://github.com/wernight/docker-ngrok 'Start development on Codenvy') +This is a direct copy of https://github.com/wernight/docker-ngrok -# Supported tags and respective `Dockerfile` links - - * [`latest`](https://github.com/wernight/docker-ngrok/blob/master/Dockerfile) [![](https://images.microbadger.com/badges/image/wernight/ngrok.svg)](http://microbadger.com/images/wernight/ngrok "Get your own image badge on microbadger.com") - * [`armhf`](https://github.com/wernight/docker-ngrok/blob/master/Dockerfile.armhf) +It's been copied to push to docker hub with tags rather than just using "latest" so clients can control the version which is pulled. A [Docker][docker] image for [ngrok][ngrok] v2, introspected tunnels to localhost. It's based on the excellent work of [wizardapps/ngrok][wizardapps/ngrok] and [fnichol/ngrok][fnichol/ngrok]. diff --git a/package.json b/package.json new file mode 100644 index 0000000..50c7e1b --- /dev/null +++ b/package.json @@ -0,0 +1,19 @@ +{ + "private": true, + "name": "ngrok", + "version": "1.0.0", + "description": "nginx certbot", + "scripts": { + "release": "standard-version", + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "https://sigyl.com/git/docker/ngrok" + }, + "author": "Giles Bradshaw", + "license": "ISC", + "devDependencies": { + "standard-version": "git+https://github.com/gilesbradshaw/standard-version.git" + } +} \ No newline at end of file