Azure / Azure/container-apps-deploy-pipelines-task

Is supporting the Java runtime stack on the roadmap?

Open
#9 2 comments 0 reactions 1 assignee Claimed by @cormacpayne View on GitHub
Dominant language
TypeScript
Stars
6
Forks
15
PR merge metrics
No merged PRs in 30d

Description

Is supporting the Java runtime stack on the roadmap? I noticed that Java is not in the [list of supported Oryx versions that can be pulled from MCR.](https://marketplace.visualstudio.com/items?itemName=microsoft-oryx.AzureContainerAppsRC)

Before I was aware of the Java limitation, I tried to deploy a Java-based image and got the following error:

`ERROR: failed to build: invalid run-image 'mcr.microsoft.com/oryx/:': invalid reference format`

I also noticed this in the log:

`No runtimeStack argument was provided; using the runtime stack that was found for the app ':'.`

More context:

```
Status: Downloaded newer image for cormtestacr.azurecr.io/oryx/cli:latest
:
/usr/bin/bash -c rm /agent/_work/1/my/oryx-runtime.txt
No runtimeStack argument was provided; using the runtime stack that was found for the app ':'.
No Dockerfile was provided or found for the application source; attempting to create a runnable application image using the Oryx++ Builder.
/usr/local/bin/pack config default-builder cormtestacr.azurecr.io/builder:latest
Builder 'cormtestacr.azurecr.io/builder:latest' is now the default builder
/usr/local/bin/pack build mylabcr.azurecr.io/mytag:latest --path /agent/_work/1/my --builder cormtestacr.azurecr.io/builder:latest --run-image mcr.microsoft.com/oryx/: --env CALLER_ID=azure-pipelines-v0
ERROR: failed to build: invalid run-image 'mcr.microsoft.com/oryx/:': invalid reference format
```

An error message indicating that I attempted to use an unsupported runtime stack would have been helpful to me.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.