Skip to content

Commit

Permalink
Merge pull request #1473 from 3scale/sandbox-latest-image
Browse files Browse the repository at this point in the history
Sandbox latest image
  • Loading branch information
eguzki authored Jun 18, 2024
2 parents 7b5d4cb + db6217b commit 7639cd7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
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="[email protected]"

RUN apk --no-cache add tinyproxy=1.11.1-r2
RUN apk --no-cache add tinyproxy
ENTRYPOINT ["/usr/bin/tinyproxy"]
CMD ["-d"]
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="[email protected]"

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 7639cd7

Please sign in to comment.