Skip to content

Commit 7c7fae7

Browse files
remove version key (#2396)
Signed-off-by: Ramon Petgrave <[email protected]>
1 parent 73bac31 commit 7c7fae7

7 files changed

+0
-8
lines changed

docker-compose.backfill-test.yml

-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515

16-
version: '3.4'
1716
services:
1817
rekor-server:
1918
build:

docker-compose.debug.yml

-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515

16-
version: '3.4'
1716
services:
1817
rekor-server-debug:
1918
build:

docker-compose.test.yml

-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515

16-
version: '3.4'
1716
services:
1817
rekor-server:
1918
build:

docker-compose.yml

-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515

16-
version: '3.4'
1716
services:
1817
mysql:
1918
platform: linux/amd64

tests/client-algos-e2e-test.sh

-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@ ${docker_compose} stop rekor-server
112112
# Create a new compose file with restricted algorithms
113113
COMPOSE_FILE=$REKORTMPDIR/docker-compose-restricted-algos.yaml
114114
cat << EOF > $COMPOSE_FILE
115-
version: '3.4'
116115
services:
117116
rekor-server:
118117
build:

tests/issue-872-e2e-test.sh

-2
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ docker run --rm -v $ATT_VOLUME:/att:z busybox /bin/sh -c 'touch /att/.initialize
6464

6565
V060_COMPOSE_FILE=$REKORTMPDIR/docker-compose-issue872-v060.yaml
6666
cat << EOF > $V060_COMPOSE_FILE
67-
version: '3.4'
6867
services:
6968
rekor-server-issue-872-v060:
7069
# this container image is built on v0.6.0 with the fix for issue #800
@@ -142,7 +141,6 @@ ${docker_compose} -f $V060_COMPOSE_FILE --project-directory=$PWD stop rekor-serv
142141

143142
COMPOSE_FILE=$REKORTMPDIR/docker-compose-issue872.yaml
144143
cat << EOF > $COMPOSE_FILE
145-
version: '3.4'
146144
services:
147145
rekor-server:
148146
build:

tests/sharding-e2e-test.sh

-1
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,6 @@ cat $SHARDING_CONFIG
164164

165165
COMPOSE_FILE=docker-compose-sharding.yaml
166166
cat << EOF > $COMPOSE_FILE
167-
version: '3.4'
168167
services:
169168
rekor-server:
170169
build:

0 commit comments

Comments
 (0)