ci: package.json and release

This commit is contained in:
Giles Bradshaw 2020-08-11 17:35:27 +01:00
parent e18e5fb95c
commit 8833a30e16
6 changed files with 1611 additions and 1 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
node_modules

3
.versionrc Normal file
View File

@ -0,0 +1,3 @@
{
"tagMessageInChangeLog": true
}

View File

@ -1,5 +1,6 @@
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
ENV DEBIAN_FRONTEND noninteractive

View File

@ -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
================================

19
package.json Normal file
View File

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

1581
yarn.lock Normal file

File diff suppressed because it is too large Load Diff