Skip to content

Commit c1cdf94

Browse files
committed
remove buildx output type
Signed-off-by: David Justice <david@devigned.com>
1 parent a486e2c commit c1cdf94

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

base-images/build.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,15 +61,13 @@ docker buildx build --load \
6161
--platform "${PLATFORM}" \
6262
--build-arg "BASE_IMAGE=${BASE_IMAGE}" \
6363
-t "${BUILD_IMAGE}" \
64-
--output type=image \
6564
"${IMAGE_DIR}/build"
6665

6766
echo "BUILDING ${RUN_IMAGE}..."
6867
docker buildx build --load \
6968
--platform "${PLATFORM}" \
7069
--build-arg "BASE_IMAGE=${BUILD_IMAGE}" \
7170
-t "${RUN_IMAGE}" \
72-
--output type=image \
7371
"${IMAGE_DIR}/run"
7472

7573
echo

base-images/wasm/run/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
FROM gcr.io/distroless/static:nonroot AS final
22
LABEL io.buildpacks.stack.id="heroku-24"
3+
LABEL io.buildpacks.base.homepage="https://github.com/devigned/wasm-packs"
4+
LABEL io.buildpacks.base.maintainer="devigned"

0 commit comments

Comments
 (0)