moded for sigyl docker

This commit is contained in:
Giles Bradshaw 2020-08-10 17:49:23 +01:00
parent c32a1512f2
commit 704a293c35
4 changed files with 23 additions and 7 deletions

View File

@ -1,6 +1,5 @@
FROM alpine:3.12
MAINTAINER Werner Beroux <werner@beroux.com>
LABEL maintainer="Giles Bradshaw <giles.bradshaw@sigyl.com>"
# https://github.com/sgerrand/alpine-pkg-glibc
ARG GLIBC_VERSION=2.31-r0

View File

@ -1,4 +1,5 @@
FROM resin/raspberrypi3-alpine
LABEL maintainer="Giles Bradshaw <giles.bradshaw@sigyl.com>"
RUN [ "cross-build-start" ]

View File

@ -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].

19
package.json Normal file
View File

@ -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"
}
}