-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathreleases.yaml
More file actions
38 lines (34 loc) · 1.43 KB
/
releases.yaml
File metadata and controls
38 lines (34 loc) · 1.43 KB
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
38
# Specifies which slug should gain the "latest" tags
latest: 4.5.2-tp.1
# Sets the alpine image tag for the downloader stage
downloaderTag: 3.21.3
uid: 1000
gid: 1000
# Add OCI best-practice labels https://github.com/opencontainers/image-spec/blob/main/annotations.md#pre-defined-annotation-keys
labels: |-
"org.opencontainers.image.authors"="The Open Integration Engine Project and contributors" \
"org.opencontainers.image.created"="${CREATED_AT?:}" \
"org.opencontainers.image.description"="An open source fork of the now closed-source Mirth Connect" \
"org.opencontainers.image.licenses"="MPL-2.0" \
"org.opencontainers.image.source"="https://github.com/OpenIntegrationEngine/engine-docker" \
"org.opencontainers.image.title"="Open Integration Engine" \
"org.opencontainers.image.url"="https://github.com/OpenIntegrationEngine/engine" \
"org.opencontainers.image.vendor"="The Open Integration Engine Project" \
"org.opencontainers.image.version"="{{ .slug }}"
versions:
- slug: 4.5.2-tp.1
releaseVersion: 4.5.2
releaseUrl: https://github.com/OpenIntegrationEngine/engine/releases/download/v4.5.2-tp.1/oie_unix_4_5_2.tar.gz
tags:
- distro: ubuntu
type: jre
tag: 17.0.15_6-jre-noble
- distro: ubuntu
type: jdk
tag: 17.0.15_6-jdk-noble
- distro: alpine
type: jre
tag: 17.0.15_6-jre-alpine
- distro: alpine
type: jdk
tag: 17.0.15_6-jdk-alpine