ci: package.json and release
This commit is contained in:
parent
e18e5fb95c
commit
8833a30e16
|
@ -0,0 +1 @@
|
||||||
|
node_modules
|
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"tagMessageInChangeLog": true
|
||||||
|
}
|
|
@ -1,5 +1,6 @@
|
||||||
FROM ubuntu:trusty
|
FROM ubuntu:trusty
|
||||||
MAINTAINER Panagiotis Moustafellos <pmoust@gmail.com>
|
#MAINTAINER Panagiotis Moustafellos <pmoust@gmail.com>
|
||||||
|
LABEL maintainer="Giles Bradshaw <giles.bradshaw@sigyl.com>"
|
||||||
|
|
||||||
# update and install squid-deb-proxy
|
# update and install squid-deb-proxy
|
||||||
ENV DEBIAN_FRONTEND noninteractive
|
ENV DEBIAN_FRONTEND noninteractive
|
||||||
|
|
|
@ -1,3 +1,8 @@
|
||||||
|
This is a direct copy of https://github.com/mikepurvis/squid-deb-proxy
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
||||||
|
|
||||||
squid-deb-proxy Docker container
|
squid-deb-proxy Docker container
|
||||||
================================
|
================================
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,19 @@
|
||||||
|
{
|
||||||
|
"private": true,
|
||||||
|
"name": "squid-deb-proxy",
|
||||||
|
"version": "1.0.0",
|
||||||
|
"description": "squid-3 for debian packages",
|
||||||
|
"scripts": {
|
||||||
|
"release": "standard-version",
|
||||||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
|
},
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://sigyl.com/git/docker/squid-deb-proxy"
|
||||||
|
},
|
||||||
|
"author": "Giles Bradshaw",
|
||||||
|
"license": "ISC",
|
||||||
|
"devDependencies": {
|
||||||
|
"standard-version": "git+https://github.com/gilesbradshaw/standard-version.git"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue