~athos-ribeiro/ubuntu-docker-images/+git/squid:4.10-20.04-snakeoil

Last commit made on 2022-12-16
Get this branch:
git clone -b 4.10-20.04-snakeoil https://git.launchpad.net/~athos-ribeiro/ubuntu-docker-images/+git/squid
Only Athos Ribeiro can upload to this branch. If you are Athos Ribeiro please log in for upload directions.

Branch merges

Branch information

Name:
4.10-20.04-snakeoil
Repository:
lp:~athos-ribeiro/ubuntu-docker-images/+git/squid

Recent commits

d351ddc... by Athos Ribeiro

Remove build-time generated certificate

In its postinst script, the ssl-cert package generates a snakeoil
self-signed certificate that is made available so applications can work
with example configuration files out-of-the-box. In Docker images, this
implies that the key becomes public for all the users with access to the
image and that they all get the same key.

This patch removes the certificate and re-generates it in the entrypoint
of the image.

Signed-off-by: Athos Ribeiro <email address hidden>

cdd4bdc... by Athos Ribeiro

Set the maximum number of file descriptors

Set the maximum number of file descriptors through squid's configuration
to mimic the behavior of the Ubuntu squid systemd service, which uses
the system-wide default soft limit set by systemd.

A detailed discussion on the issue is available at LP: #1978272.

Signed-off-by: Athos Ribeiro <email address hidden>

a52a57f... by Sergio Durigan Junior

Remove documentation (migrated to templates.git)

8f6c8ce... by Athos Ribeiro

Update documentation

Signed-off-by: Athos Ribeiro <email address hidden>

244d9bf... by Athos Ribeiro

Create focal based image

Signed-off-by: Athos Ribeiro <email address hidden>

9f46604... by Athos Ribeiro

Do not generate default volume for configuration

Configuration should be provided by users and there is no point into
storing the default, provided configurations into a volume

Signed-off-by: Athos Ribeiro <email address hidden>

cca5ec0... by Athos Ribeiro

Create missing cache directories

Ensure the needed cache directories are created before starting the
service

Signed-off-by: Athos Ribeiro <email address hidden>

c44d0c1... by Athos Ribeiro

Allow custom squid params through CMD

Change the image's entrypoint to allow users to provide custom
parameters to squid through CMD.

Signed-off-by: Athos Ribeiro <email address hidden>

561012c... by Athos Ribeiro

Update documentation

* Improve Squid description
* Add links for k8s deployment and configuration files

Signed-off-by: Athos Ribeiro <email address hidden>

2d6dcdf... by Athos Ribeiro

Initial commit

Signed-off-by: Athos Ribeiro <email address hidden>