Skip to content

Commit

Permalink
reduce size
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderegg committed Dec 8, 2024
1 parent a565b88 commit 6c4c966
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions services/api-server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ RUN --mount=type=cache,target=/var/cache/apt \
apt-get install -y --no-install-recommends \
gosu \
&& apt-get clean -y \
&& rm -rf /var/lib/apt/lists/* \
# verify that the binary works
&& gosu nobody true

Expand Down
1 change: 1 addition & 0 deletions services/catalog/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ RUN --mount=type=cache,target=/var/cache/apt \
apt-get install -y --no-install-recommends \
gosu \
&& apt-get clean -y \
&& rm -rf /var/lib/apt/lists/* \
# verify that the binary works
&& gosu nobody true

Expand Down
1 change: 1 addition & 0 deletions services/dask-sidecar/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ RUN --mount=type=cache,target=/var/cache/apt \
curl \
gosu \
&& apt-get clean -y \
&& rm -rf /var/lib/apt/lists/* \
# verify that the binary works
&& gosu nobody true

Expand Down
1 change: 1 addition & 0 deletions services/datcore-adapter/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ RUN --mount=type=cache,target=/var/cache/apt \
apt-get install -y --no-install-recommends \
gosu \
&& apt-get clean -y \
&& rm -rf /var/lib/apt/lists/* \
# verify that the binary works
&& gosu nobody true

Expand Down
1 change: 1 addition & 0 deletions services/director-v2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ RUN --mount=type=cache,target=/var/cache/apt \
apt-get install -y --no-install-recommends \
gosu \
&& apt-get clean -y \
&& rm -rf /var/lib/apt/lists/* \
# verify that the binary works
&& gosu nobody true

Expand Down
1 change: 1 addition & 0 deletions services/director/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ RUN --mount=type=cache,target=/var/cache/apt \
apt-get install -y --no-install-recommends \
gosu \
&& apt-get clean -y \
&& rm -rf /var/lib/apt/lists/* \
# verify that the binary works
&& gosu nobody true

Expand Down
1 change: 1 addition & 0 deletions services/dynamic-scheduler/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ RUN --mount=type=cache,target=/var/cache/apt \
apt-get install -y --no-install-recommends \
gosu \
&& apt-get clean -y \
&& rm -rf /var/lib/apt/lists/* \
# verify that the binary works
&& gosu nobody true

Expand Down
1 change: 1 addition & 0 deletions services/invitations/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ RUN --mount=type=cache,target=/var/cache/apt \
apt-get install -y --no-install-recommends \
gosu \
&& apt-get clean -y \
&& rm -rf /var/lib/apt/lists/* \
# verify that the binary works
&& gosu nobody true

Expand Down
1 change: 1 addition & 0 deletions services/payments/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ RUN --mount=type=cache,target=/var/cache/apt \
apt-get install -y --no-install-recommends \
gosu \
&& apt-get clean -y \
&& rm -rf /var/lib/apt/lists/* \
# verify that the binary works
&& gosu nobody true

Expand Down
1 change: 1 addition & 0 deletions services/resource-usage-tracker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ RUN --mount=type=cache,target=/var/cache/apt \
apt-get install -y --no-install-recommends \
gosu \
&& apt-get clean -y \
&& rm -rf /var/lib/apt/lists/* \
# verify that the binary works
&& gosu nobody true

Expand Down
1 change: 1 addition & 0 deletions services/storage/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ RUN --mount=type=cache,target=/var/cache/apt \
apt-get install -y --no-install-recommends \
gosu \
&& apt-get clean -y \
&& rm -rf /var/lib/apt/lists/* \
# verify that the binary works
&& gosu nobody true

Expand Down
1 change: 1 addition & 0 deletions services/web/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ RUN --mount=type=cache,target=/var/cache/apt \
libmagic1 \
gosu \
&& apt-get clean -y \
&& rm -rf /var/lib/apt/lists/* \
# verify that the binary works
&& gosu nobody true

Expand Down

0 comments on commit 6c4c966

Please sign in to comment.