apt cacher for debian
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 
Giles Bradshaw e8b61d5992 ci: copy drone to docker secrets 2 år sedan
.drone ci: copy drone to docker secrets 2 år sedan
docker-dind ci: copy drone to docker secrets 2 år sedan
git-hooks ci: better hook 2 år sedan
.gitignore ci: jsonnet-drone@0.1.0 2 år sedan
.versionrc ci: compare message format 2 år sedan
CHANGELOG.md chore(release): 0.0.8 2 år sedan
LICENSE Initial commit 2 år sedan
README.md ci: jsonnet-drone@0.1.0 2 år sedan
docker-compose.yml ci: jsonnet-drone@0.1.0 2 år sedan
openssl.cnf . 2 år sedan
package.json chore(release): 0.0.8 2 år sedan
squid.conf Merge branch 'home-deploy' of https://sigyl.com/git/stack/squid into home-deploy 2 år sedan
yarn.lock ci: yarn.lock 2 år sedan

README.md

squid

apt cacher for debian

inspired by https://github.com/salrashid123/squid_proxy

making a CA

openssl genrsa -out CA_key.pem 2048
openssl req -x509 -days 600 -new -nodes -key CA_key.pem -out CA_crt.pem -extensions v3_ca -config openssl.cnf    -subj "/C=UK/ST=Devon/L=Rose Ash/O=Google/OU=SiGyl/CN=Proxy-ca"

then set drone secrets ca-crt and ca-key to the created files

making dockerconfigjson

the drone secret dockerconfigjson allows images to be pulled from the local docker repository

if you login to this repository with:

docker login $LOCAL_DOCKER_REGISTRY --username client --password $REGISTRY_PASSWORD

then you will find the required content with:

cat ~/.docker/config.json

releasing

see here