Skip to content

Commit 22b9557

Browse files
committed
Remove version statements from docker compose files
Docker reports this statement as deprecated. Signed-off-by: Mic Bowman <[email protected]>
1 parent b89e3b6 commit 22b9557

7 files changed

+7
-7
lines changed

Diff for: docker/base.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414
# ------------------------------------------------------------------------------
1515

16-
version: "3.4"
16+
1717

1818
services:
1919
base_container:

Diff for: docker/ccf_base.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414
# ------------------------------------------------------------------------------
15-
version: "3.4"
15+
1616

1717
services:
1818
ccf_container:

Diff for: docker/client_base.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414
# ------------------------------------------------------------------------------
15-
version: "3.4"
15+
1616

1717
services:
1818
client_container:

Diff for: docker/configured_services.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414
# ------------------------------------------------------------------------------
1515

16-
version: "3.4"
16+
1717

1818
services:
1919
services_container:

Diff for: docker/services_base.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414
# ------------------------------------------------------------------------------
1515

16-
version: "3.4"
16+
1717

1818
services:
1919
services_container:

Diff for: docker/test-sgx.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414
# ------------------------------------------------------------------------------
15-
version: "3.4"
15+
1616

1717
services:
1818
ccf_container:

Diff for: docker/test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414
# ------------------------------------------------------------------------------
15-
version: "3.4"
15+
1616

1717
# Note that we do not need to specify PDO_HOSTNAME or PDO_LEDGER_URL
1818
# (or the corresponding --inteface or --ledger switches) for the test

0 commit comments

Comments
 (0)