# 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.

# CI pins the exact source under test rather than a floating tag, so a re-run
# months from now exercises the same code. These are tags, not digests -- a tag
# can in principle be re-pushed -- but a commit-named tag is not one anyone
# re-points in practice, and it names the commit unambiguously.
#
# User-facing install docs quote the released Docker Hub images instead; this
# file is about reproducing a CI result, not about what to install.
OAP_TAG=11.0.0
OAP_REPO=docker.io/apache/skywalking-oap-server
# Horizon UI release images live on Docker Hub at apache/skywalking-ui:horizon-x.y.z.
# Dev images are published to GHCR by the apache/skywalking-horizon-ui repo
# (tags: full commit SHA, x.y.z, main) — switch to a GHCR SHA pin when CI needs
# an unreleased horizon-ui fix.
UI_TAG=horizon-1.0.0
UI_REPO=docker.io/apache/skywalking-ui
SATELLITE_TAG=v35bfaff6352b4dc351a706772796a1f79b651c14
SATELLITE_REPO=ghcr.io/apache/skywalking-satellite/skywalking-satellite
# Pinned to the exact commit under test rather than a release tag, like every
# other image here: a re-run months from now resolves to the same bits. This is
# the v0.11.0 commit. User-facing install docs quote the released Docker Hub
# image instead.
BANYANDB_TAG=3b83e18fb0481d02e44eaa5df137fcf7b000754b
BANYANDB_REPO=ghcr.io/apache/skywalking-banyandb
