hack: Rename .ensure-emptyfs to .build-empty-images

Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
(cherry picked from commit a93aadc2e6)
Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
This commit is contained in:
Paweł Gronowski 2023-05-22 11:53:14 +02:00
parent 9ee7d30aef
commit 27df42255c
No known key found for this signature in database
GPG key ID: B85EFCFE26DEF92A
4 changed files with 4 additions and 4 deletions

View file

@ -71,8 +71,8 @@ RUN apk --no-cache add \
tar \
xz
COPY hack/test/e2e-run.sh /scripts/run.sh
COPY hack/make/.ensure-emptyfs /scripts/ensure-emptyfs.sh
COPY hack/test/e2e-run.sh /scripts/run.sh
COPY hack/make/.build-empty-images /scripts/build-empty-images.sh
COPY integration/testdata /tests/integration/testdata
COPY integration/build/testdata /tests/integration/build/testdata

View file

@ -3,5 +3,5 @@ set -e
source "$MAKEDIR/.detect-daemon-osarch"
if [ "$DOCKER_ENGINE_GOOS" != "windows" ]; then
bundle .ensure-emptyfs
bundle .build-empty-images
fi

View file

@ -81,5 +81,5 @@ set_platform_timeout() {
fi
}
sh /scripts/ensure-emptyfs.sh
sh /scripts/build-empty-images.sh
run_test_integration