Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Functions v1 image #8

Closed
NickDarvey opened this issue May 8, 2018 · 4 comments
Closed

Functions v1 image #8

NickDarvey opened this issue May 8, 2018 · 4 comments

Comments

@NickDarvey
Copy link

I've seen references to Functions v1 being run inside a container,

In this version we added support for:
Functions v1 (.NET Framework) running in Windows Server Core container
Azure/Azure-Functions#288 (comment)

is there any chance that Dockerfile can be added to that repo and/or that image could be published so we can use it as part of our test environment for our v1 Functions till v2 is out of preview?

@ahmelsayed
Copy link
Contributor

@jvano Do you have a v1 Dockerfile we can share with @NickDarvey ?

@jvano
Copy link

jvano commented May 8, 2018

@NickDarvey , the containers that are used for "Azure Functions Runtime" preview 2 are designed to work just for the our On-premises scenario and there is no dockerfile in a shareable form at this point.

However, you can derive from the base images which are available here:
https://hub.docker.com/r/azfuncrun/azure-functions-runtime

We have two tags, one for v1 and other for v2.

Note: Remember that this is a preview product and it is not recommended or supported for any production workload

@jvano jvano closed this as completed May 8, 2018
@NickDarvey
Copy link
Author

NickDarvey commented May 9, 2018

Thanks for your response @jvano. I have some follow-ups:

Clarification on naming
Is Azure Functions Runtime preview 2 a release that contains both Azure Functions Runtime v1 and v2?

On-premise containers

the containers that are used for "Azure Functions Runtime" preview 2 are designed to work just for the our On-premises scenario and there is no dockerfile in a shareable form at this point

If this is designed to run on-premise, does that mean you have published the images (not the dockerfile) then? Where are those for v1?

azfuncrun/azure-functions-runtime

However, you can derive from the base images which are available here:
https://hub.docker.com/r/azfuncrun/azure-functions-runtime

We have two tags, one for v1 and other for v2.

Is the tag for v1, 'preview2-latest-servercore'?

@jvano
Copy link

jvano commented May 9, 2018

In "Azure Functions Runtime" preview 2, the following two options are displayed:

  • Option 1: "Functions v1 (.NET Framework) running in Windows Server Core container" which uses the docker hub image "azfuncrun/azure-functions-runtime:preview2-latest-servercore"
  • Option 2: "Functions v2 (.NET Standard) running in Windows Nano Server container" which uses the docker hub image "azfuncrun/azure-functions-runtime:preview2-latest-nanoserver"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants