Skip to content

Commit

Permalink
https-proxy-upstream-tlsv1.3 sandbox: latest images
Browse files Browse the repository at this point in the history
  • Loading branch information
eguzki committed Jun 17, 2024
1 parent 296cdb9 commit db6217b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
clean:
- rm *.crt *.key *.pem *.csr
- rm *.crt *.key *.pem *.csr *.srl

ca:
openssl genrsa -out rootCA.key 2048
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.17.3
FROM alpine:3

LABEL summary="Forward proxy based on tinyproxy for development purposes" \
description="Forward proxy based on tinyproxy for development purposes" \
Expand All @@ -7,6 +7,6 @@ LABEL summary="Forward proxy based on tinyproxy for development purposes" \
io.openshift.tags="tinyproxy, proxy" \
maintainer="3scale-engineering@redhat.com"

RUN apk --no-cache add tinyproxy=1.11.1-r2
RUN apk --no-cache add tinyproxy
ENTRYPOINT ["/usr/bin/tinyproxy"]
CMD ["-d"]

0 comments on commit db6217b

Please sign in to comment.