moded for sigyl docker
This commit is contained in:
parent
c32a1512f2
commit
704a293c35
|
@ -1,6 +1,5 @@
|
||||||
FROM alpine:3.12
|
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
|
# https://github.com/sgerrand/alpine-pkg-glibc
|
||||||
ARG GLIBC_VERSION=2.31-r0
|
ARG GLIBC_VERSION=2.31-r0
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
FROM resin/raspberrypi3-alpine
|
FROM resin/raspberrypi3-alpine
|
||||||
|
LABEL maintainer="Giles Bradshaw <giles.bradshaw@sigyl.com>"
|
||||||
|
|
||||||
RUN [ "cross-build-start" ]
|
RUN [ "cross-build-start" ]
|
||||||
|
|
||||||
|
|
|
@ -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
|
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.
|
||||||
|
|
||||||
* [`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)
|
|
||||||
|
|
||||||
A [Docker][docker] image for [ngrok][ngrok] v2, introspected tunnels to localhost.
|
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].
|
It's based on the excellent work of [wizardapps/ngrok][wizardapps/ngrok] and [fnichol/ngrok][fnichol/ngrok].
|
||||||
|
|
|
@ -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"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue