META-INF.fabric8.default-images.properties Maven / Gradle / Ivy
#
# Copyright 2016 Red Hat, Inc.
#
# Red Hat 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.
#
# Properties for specifying the default images version to use
# The replacement values are defined in the parent pom.xml as properties
# Upstream images
karaf.upstream.docker=${image.karaf.upstream.docker}
karaf.upstream.s2i=${image.karaf.upstream.s2i}
karaf.upstream.istag=${image.karaf.upstream.istag}
# RedHat specific images
karaf.redhat.docker=${image.karaf.redhat.docker}
karaf.redhat.s2i=${image.karaf.redhat.s2i}
karaf.redhat.istag=${image.karaf.redhat.istag}