forked from Apicurio/apicurio-registry
-
Notifications
You must be signed in to change notification settings - Fork 0
/
devfile.yaml
37 lines (37 loc) · 824 Bytes
/
devfile.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
schemaVersion: 2.2.0
metadata:
name: service-registry
version: 2.4.2
provider: Red Hat
icon: https://design.jboss.org/quarkus/logo/final/SVG/quarkus_icon_rgb_default.svg
displayName: Service Registry
description: Service Registry
tags:
- Java
- Apicurio
projectType: Quarkus
language: Java
attributes:
alpha.dockerimage-port: 8081
parent:
id: java-quarkus
registryUrl: 'https://registry.devfile.io'
components:
- name: image-build
image:
imageName: java-quarkus-image:latest
dockerfile:
uri: Dockerfile.jvm.staged
buildContext: .
rootRequired: false
commands:
- id: build-image
apply:
component: image-build
- id: deploy
composite:
commands:
- build-image
group:
kind: deploy
isDefault: true