Skip to content

Commit

Permalink
refactor(#3396): Remove version property from docker compose files (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
tenthe authored Jan 2, 2025
1 parent c03d153 commit 5e886f7
Show file tree
Hide file tree
Showing 102 changed files with 0 additions and 104 deletions.
2 changes: 0 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@
# provided on https://streampipes.apache.org/download
#

version: "3.8"

# global logging
x-logging: &default-logging
options:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

version: "3.4"
services:
app-container:
ports:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

version: "3.4"
services:
app-container:
image: ${SP_DOCKER_REGISTRY}/streampipes/app-container/master:latest
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

version: "3.4"
services:
backend:
ports:
Expand Down
1 change: 0 additions & 1 deletion installer/cli/deploy/standalone/backend/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

version: "3.4"
services:
backend:
image: ${SP_DOCKER_REGISTRY}/backend:${SP_VERSION}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

version: "3.4"
services:
chronograf:
ports:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

version: "3.4"
services:
chronograf:
image: chronograf:1.7
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

version: "3.4"
services:
connect-adapters-iiot:
ports:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

version: "3.4"
services:
connect-adapters-iiot:
image: ${SP_DOCKER_REGISTRY}/connect-adapters-iiot:${SP_VERSION}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

version: "3.4"
services:
connect-adapters:
ports:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

version: "3.4"
services:
connect-adapters:
image: ${SP_DOCKER_REGISTRY}/connect-adapters:${SP_VERSION}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

version: "3.4"
services:
couchdb:
ports:
Expand Down
1 change: 0 additions & 1 deletion installer/cli/deploy/standalone/couchdb/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

version: "3.4"
services:
couchdb:
image: couchdb:3.3.1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

version: "3.4"
services:
crate:
ports:
Expand Down
1 change: 0 additions & 1 deletion installer/cli/deploy/standalone/crate/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

version: "3.4"
services:
crate:
image: crate
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

version: "3.4"
services:
elasticsearch:
ports:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

version: "3.4"
services:
elasticsearch:
image: docker.elastic.co/elasticsearch/elasticsearch-oss:6.2.3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

version: "3.4"
services:
epsg:
ports:
Expand Down
1 change: 0 additions & 1 deletion installer/cli/deploy/standalone/epsg/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

version: "3.4"
services:
epsg:
image: postgres:14.4-alpine
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

version: "3.4"
services:
extensions-all-jvm:
labels:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

version: "3.4"
services:
extensions-all-jvm:
image: ${SP_DOCKER_REGISTRY}/extensions-all-jvm:${SP_VERSION}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,5 @@
# See the License for the specific language governing permissions and
# limitations under the License.

version: "3.4"
services:
filebeat:
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

version: "3.4"
services:
filebeat:
image: ${SP_DOCKER_REGISTRY}/streampipes/services/filebeat
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

version: "3.4"
services:
grafana:
ports:
Expand Down
1 change: 0 additions & 1 deletion installer/cli/deploy/standalone/grafana/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

version: "3.4"
services:
grafana:
image: grafana/grafana:10.1.2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

version: "3.4"
services:
influxdb:
ports:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

version: "3.4"
services:
influxdb:
image: influxdb:2.6
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

version: "3.4"
services:
iotdb:
image: apache/iotdb:1.3.0-standalone
Expand Down
1 change: 0 additions & 1 deletion installer/cli/deploy/standalone/iotdb/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

version: "3.4"
services:
iotdb:
image: apache/iotdb:1.3.0-standalone
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

version: "3.4"
services:
jobmanager:
ports:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

version: "3.4"
services:
jobmanager:
image: fogsyio/flink:1.13.5-scala_2.11
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

version: "3.4"
services:
kafka:
ports:
Expand Down
1 change: 0 additions & 1 deletion installer/cli/deploy/standalone/kafka/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

version: "3.4"
services:
kafka:
image: fogsyio/kafka:2.2.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

version: "3.4"
services:
kibana:
ports:
Expand Down
1 change: 0 additions & 1 deletion installer/cli/deploy/standalone/kibana/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

version: "3.4"
services:
kibana:
image: docker.elastic.co/kibana/kibana-oss:6.2.3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

version: "3.4"
services:
logstash:
ports:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

version: "3.4"
services:
logstash:
image: ${SP_DOCKER_REGISTRY}/streampipes/services/logstash
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

version: "3.4"
services:
mariadb:
ports:
Expand Down
1 change: 0 additions & 1 deletion installer/cli/deploy/standalone/mariadb/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

version: "3.4"
services:
mariadb:
image: mariadb
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

version: "3.4"
services:
mosquitto:
ports:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

version: "3.4"
services:
mosquitto:
image: eclipse-mosquitto:1.5.4
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

version: "3.4"
services:
mysql:
ports:
Expand Down
1 change: 0 additions & 1 deletion installer/cli/deploy/standalone/mysql/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

version: "3.4"
services:
mysql:
image: mysql:8.0.3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

version: "3.4"
services:
nats:
ports:
Expand Down
1 change: 0 additions & 1 deletion installer/cli/deploy/standalone/nats/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

version: "3.4"
services:
nats:
image: nats
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

version: "3.4"
services:
opcua:
ports:
Expand Down
1 change: 0 additions & 1 deletion installer/cli/deploy/standalone/opcua/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

version: "3.4"
services:
opcua:
image: mcr.microsoft.com/iotedge/opc-plc
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

version: "3.4"
services:
pgadmin:
ports:
Expand Down
1 change: 0 additions & 1 deletion installer/cli/deploy/standalone/pgadmin/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

version: "3.4"
services:
pgadmin:
image: dpage/pgadmin4
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

version: "3.4"
services:
pgrouting:
ports:
Expand Down
Loading

0 comments on commit 5e886f7

Please sign in to comment.