aboutsummaryrefslogtreecommitdiff
path: root/test/docker-outside-of-docker/docker_build_older.sh
diff options
context:
space:
mode:
authorFelipe Santos <felipecassiors@gmail.com>2023-04-05 21:21:36 +0300
committerGitHub <noreply@github.com>2023-04-05 21:21:36 +0300
commit7f605b9452ac43316a0b81d78118c5dbe00ee26e (patch)
treea8eb37fb9914186c70b28d0f0d3cba8f77a307fe /test/docker-outside-of-docker/docker_build_older.sh
parentf0dd470ba898bb62eb0fa425aa81e86072454167 (diff)
Fix several issues with docker-outside-of-docker (#443)feature_docker-outside-of-docker_1.2.0
* Fix several issues with docker-outside-of-docker * Add initial tests and bump version * Add two tests * Fix docker buildx conflict * Fix possible test issue * Add tests for moby * Add buildx test to init * Fix inconsistency * Many fixes and improvements * Make dockeDashCompose v2 by default
Diffstat (limited to 'test/docker-outside-of-docker/docker_build_older.sh')
-rw-r--r--test/docker-outside-of-docker/docker_build_older.sh13
1 files changed, 0 insertions, 13 deletions
diff --git a/test/docker-outside-of-docker/docker_build_older.sh b/test/docker-outside-of-docker/docker_build_older.sh
deleted file mode 100644
index 742b222..0000000
--- a/test/docker-outside-of-docker/docker_build_older.sh
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/bash
-
-set -e
-
-# Optional: Import test library
-source dev-container-features-test-lib
-
-# Definition specific tests
-check "docker-buildx" docker buildx version
-check "docker-build" docker build ./
-
-# Report result
-reportResults