Skip to content

Commit 3708421

Browse files
committed
chore(ci): don't build debug image
needlessly increases image size
1 parent 3bf8cba commit 3708421

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ LABEL org.opencontainers.image.source https://github.com/rpardini/docker-registr
1313
RUN apk add --no-cache --update bash ca-certificates-bundle coreutils openssl
1414

1515
# If set to 1, enables building mitmproxy, which helps a lot in debugging, but is super heavy to build.
16-
ARG DEBUG_BUILD="1"
16+
ARG DEBUG_BUILD="0"
1717
ENV DO_DEBUG_BUILD="$DEBUG_BUILD"
1818

1919
# Build mitmproxy via pip. This is heavy, takes minutes do build and creates a 90mb+ layer. Oh well.

0 commit comments

Comments
 (0)