biarms / squid

The squid http proxy inside a docker image build for arm devices

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Brothers in ARMs' squid http proxy

GitHub release (latest by date) GitHub release (latest SemVer including pre-releases)

TravisCI build status image CircleCI build status image

Docker Pulls image Docker Stars image Highest Docker release

Overview

This project, inspired from sameersbn/docker-squid, build a squid-cache container.

Resulting docker images are pushed on docker hub.

Caution: only arm32v7, arm64v8 and amd64 images are produced (no arm32v6), so this image won't be supported on Raspberry Zero or one.

References

How to build locally

  1. Option 1: with CircleCI Local CLI:
  2. Option 2: with make:
    • Install GNU make. Version 3.81 (which came out-of-the-box on MacOS) should be OK.
    • Call make build

About

The squid http proxy inside a docker image build for arm devices

License:MIT License


Languages

Language:Makefile 84.8%Language:Shell 8.6%Language:Dockerfile 6.6%