ci: added scripts and release

This commit is contained in:
Giles Bradshaw 2020-08-11 17:07:02 +01:00
parent bcc25f2f1b
commit b28d5b0837
5 changed files with 1609 additions and 0 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,3 +1,8 @@
This is a direct copy of https://github.com/wrouesnel/docker-squid4
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.
# Squid4 with SSL proxying
This dockerfile builds a Squid 4 instance and includes all the necessary

19
package.json Normal file
View File

@ -0,0 +1,19 @@
{
"private": true,
"name": "squid-4",
"version": "1.0.0",
"description": "squid-4 for ssl proxying",
"scripts": {
"release": "standard-version",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://sigyl.com/git/docker/squid-4"
},
"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