mirror of
https://github.com/b4tman/docker-squid.git
synced 2025-08-19 00:57:31 +00:00
Compare commits
5 Commits
05d3fc71a7
...
v6.8.0
Author | SHA1 | Date | |
---|---|---|---|
fb56ae5164 | |||
|
bb4a85b410 | ||
abfd29ad78
|
|||
16e644983a
|
|||
33429ba79f |
4
.github/workflows/dockerimage.yml
vendored
4
.github/workflows/dockerimage.yml
vendored
@@ -39,7 +39,7 @@ jobs:
|
||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||
|
||||
- name: Cache Docker layers
|
||||
uses: actions/cache@v4.0.0
|
||||
uses: actions/cache@v4.0.1
|
||||
with:
|
||||
path: /tmp/.buildx-cache
|
||||
key: ${{ runner.os }}-buildx-${{ github.sha }}
|
||||
@@ -153,7 +153,7 @@ jobs:
|
||||
uses: docker/setup-buildx-action@v3
|
||||
|
||||
- name: Cache Docker layers
|
||||
uses: actions/cache@v4.0.0
|
||||
uses: actions/cache@v4.0.1
|
||||
with:
|
||||
path: /tmp/.buildx-cache
|
||||
key: ${{ runner.os }}-buildx-${{ github.sha }}
|
||||
|
@@ -1,6 +1,6 @@
|
||||
FROM alpine:3.19.1 as build
|
||||
|
||||
ARG SQUID_VER=6.7
|
||||
ARG SQUID_VER=6.8
|
||||
|
||||
RUN set -x && \
|
||||
apk add --no-cache \
|
||||
|
@@ -1,5 +1,9 @@
|
||||
FROM b4tman/squid
|
||||
|
||||
COPY run.sh /
|
||||
COPY run.sh /
|
||||
USER root
|
||||
RUN chmod 755 /run.sh
|
||||
|
||||
USER squid
|
||||
|
||||
CMD ["/run.sh"]
|
||||
CMD ["/run.sh"]
|
||||
|
Reference in New Issue
Block a user