sourcegraph/docker-images/initcontainer
Jean-Hadrien Chabran cf3a47683f
bzl: make all container_structure_test exclusive (#53502)
```
buildozer 'add tags exclusive' //...:%container_structure_test
```

Make all container structure test exclusive, as they just start crawling
if they're all run at once and tend to timeout.

This will fix all flakes caused by `*:image_test` targets. 


## Test plan

<!-- All pull requests REQUIRE a test plan:
https://docs.sourcegraph.com/dev/background-information/testing_principles
-->

Tested in CI, with `no-cache` to ensure timings are relevant. 

Before: 


![image](https://github.com/sourcegraph/sourcegraph/assets/10151/9ac0194b-d0f9-436c-8df1-91fa72f9e626)


After 

<img width="1103" alt="CleanShot 2023-06-14 at 19 06 16@2x"
src="https://github.com/sourcegraph/sourcegraph/assets/10151/09fe2032-fb3f-45c8-af2f-18b576b1972e">
2023-06-14 17:17:20 +00:00
..
BUILD.bazel bzl: make all container_structure_test exclusive (#53502) 2023-06-14 17:17:20 +00:00
image_test.yaml Add wolfi initcontainer (#53481) 2023-06-14 14:27:31 +00:00
README.md Add wolfi initcontainer (#53481) 2023-06-14 14:27:31 +00:00

Simple container used as an initContainer in several places, to replace the use of sourcegraph/alpine-3.14.