Skip to content

Commit 282f9fd

Browse files
committed
fix: merge RUN layers in statsd_exporter
1 parent 95ed634 commit 282f9fd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

statsd_exporter/Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,7 @@ rm -rf /var/cache/yum
2424
export GOPATH=/go_cache
2525
# We use version 1.7.0, since a newer version of cyclonedx-gomod is not compatible with the version of Golang (>= 1.23.1)
2626
go install github.com/CycloneDX/cyclonedx-gomod/cmd/[email protected]
27-
EOF
2827

29-
RUN --mount=type=cache,id=go-statsd-exporter,uid=1000,target=/go_cache <<EOF
3028
curl --fail -L "https://repo.stackable.tech/repository/packages/statsd_exporter/statsd_exporter-${PRODUCT}.src.tar.gz" | tar -xzC .
3129
(
3230
cd "statsd_exporter-${PRODUCT}" || exit

0 commit comments

Comments
 (0)