ci: added scripts and release
This commit is contained in:
parent
bcc25f2f1b
commit
b28d5b0837
|
@ -0,0 +1 @@
|
|||
node_modules
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"tagMessageInChangeLog": true
|
||||
}
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue