# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements.  See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not use this file except in compliance with
# the License.  You may obtain a copy of the License at
#
#     http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

# Pre-built images from ghcr.io/apache/skywalking and ghcr.io/apache/skywalking-java.
# Update when syncing the skywalking submodule.
SW_AGENT_JAVA_COMMIT=ac0df43d7140e726eba9e5e5b1b75cf364c71dff
SW_BANYANDB_COMMIT=d0f41f9ad139c917c1398c2e62a9f7034214495f
SW_CTL_COMMIT=9a1beab08413ce415a00a8547a238a14691c5655
SW_KUBERNETES_COMMIT_SHA=6fe5e6f0d3b7686c6be0457733e825ee68cb9b35

# Last upstream commit with ghcr.io images published (commit before release prep).
# Release tags publish to Docker Hub, not ghcr.io, so we use the prior CI commit.
SW_UPSTREAM_COMMIT=f79451d3de23edb15277f5b6e315dc6779e73e1f

# Last upstream commit that touched test/e2e-v2/java-test-service/
SW_E2E_SERVICE_COMMIT=f79451d3de23edb15277f5b6e315dc6779e73e1f

# OTEL collector version for infrastructure monitoring tests
OTEL_COLLECTOR_VERSION=0.102.1

# Java agent JDK version for agent-based tests (ssl, mtls)
SW_AGENT_JDK_VERSION=8

# Not used by distro tests, but defined to silence docker-compose warnings
# from upstream base-compose.yml which references it for skypredictor service.
SW_PREDICTOR_COMMIT=54a0197654a3781a6f73ce35146c712af297c994
