aaf84dd4cf
Dockerfile.e2e is not used anymore. Integration tests run
through the main Dockerfile.
Also removes the daemon OS/Arch detection script that is not
necessary anymore. It was used to select the Dockerfile based
on the arch like Dockerfile.arm64 but we don't have those
anymore. Was also used to check referenced frozen images
in the Dockerfile.
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
(cherry picked from commit 5efe72415d
)
Signed-off-by: Bjorn Neergaard <bjorn.neergaard@docker.com>
8 lines
112 B
Bash
8 lines
112 B
Bash
#!/usr/bin/env bash
|
|
|
|
bundle .integration-daemon-start
|
|
|
|
export ABS_DEST
|
|
bash +e
|
|
|
|
bundle .integration-daemon-stop
|