Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: tonistiigi/xx
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4e4d99b620ed4490af84a7a385447ac5e8b1dd68
Choose a base ref
..
head repository: tonistiigi/xx
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 27d8abee69820a480ca42fd6bc7e779fc2fe3506
Choose a head ref
Showing with 1 addition and 2 deletions.
  1. +1 −2 src/Dockerfile
3 changes: 1 addition & 2 deletions src/Dockerfile
Original file line number Diff line number Diff line change
@@ -20,7 +20,6 @@ COPY --from=build /out/ /usr/bin/

FROM scratch AS bats-src
ARG BATS_VERSION
WORKDIR /opt/bats
ADD "https://github.com/bats-core/bats-core.git#$BATS_VERSION" .

FROM --platform=$BUILDPLATFORM tonistiigi/bats-assert AS bats-assert
@@ -71,7 +70,7 @@ WORKDIR /work

FROM test-base-${TEST_BASE_TYPE} AS test-base
ADD --chmod=755 https://raw.githubusercontent.com/fsaintjacques/semver-tool/3.4.0/src/semver /usr/bin/semver
COPY --from=bats-src /opt/bats /opt/bats
COPY --from=bats-src / /opt/bats
RUN /opt/bats/install.sh /usr && bats --version
COPY --from=bats-assert . .
COPY --from=xx / /