1
0
mirror of https://github.com/b4tman/docker-squid.git synced 2025-07-27 22:53:27 +00:00

5 Commits

Author SHA1 Message Date
ba0d25813e dockerhub login for build in drone cloud
https://discourse.drone.io/t/how-to-prevent-dockerhub-pull-rate-limit-errors/8324
2021-05-17 17:05:24 +03:00
f1c7c6796f bump squid to 4.15 2021-05-17 16:31:10 +03:00
dependabot[bot]
0e581bd499 Bump alpine from 3.13.4 to 3.13.5
Bumps alpine from 3.13.4 to 3.13.5.

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-01 11:17:41 +03:00
dependabot[bot]
bc32b5d1da Bump alpine from 3.13.2 to 3.13.4
Bumps alpine from 3.13.2 to 3.13.4.

Signed-off-by: dependabot[bot] <support@github.com>
2021-04-01 09:04:41 +03:00
dependabot[bot]
7e71d6c43b Bump alpine from 3.13.1 to 3.13.2
Bumps alpine from 3.13.1 to 3.13.2.

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-01 08:59:31 +03:00
2 changed files with 7 additions and 3 deletions

@@ -17,6 +17,8 @@ steps:
username: b4tman
password:
from_secret: docker_password
config:
from_secret: docker_config
- name: squid-armhf image for github packages
image: plugins/docker
settings:
@@ -27,6 +29,8 @@ steps:
username: b4tman
password:
from_secret: github_password
config:
from_secret: docker_config
trigger:
ref:
- refs/tags/**

@@ -1,6 +1,6 @@
FROM alpine:3.13.1 as build
FROM alpine:3.13.5 as build
ENV SQUID_VER 4.14
ENV SQUID_VER 4.15
ENV SQUID_SIG_KEY B06884EDB779C89B044E64E3CD6DBF8EF3B17D3E
RUN set -x && \
@@ -104,7 +104,7 @@ RUN set -x && \
RUN sed -i '1s;^;include /etc/squid/conf.d/*.conf\n;' /etc/squid/squid.conf
RUN echo 'include /etc/squid/conf.d.tail/*.conf' >> /etc/squid/squid.conf
FROM alpine:3.13.1
FROM alpine:3.13.5
ENV SQUID_CONFIG_FILE /etc/squid/squid.conf
ENV TZ Europe/Moscow