Docker images for all built in images using by App Service on Linux
Перейти к файлу
microsoft-github-policy-service[bot] 0cf2412710
Auto merge mandatory file pr
This pr is auto merged as it contains a mandatory file and is opened for more than 10 days.
2022-11-28 19:35:38 +00:00
.github php , node , ruby built images 2018-01-26 11:27:48 -08:00
contribution-guide php , node , ruby built images 2018-01-26 11:27:48 -08:00
images php , node , ruby built images 2018-01-26 11:27:48 -08:00
node php , node , ruby built images 2018-01-26 11:27:48 -08:00
php php , node , ruby built images 2018-01-26 11:27:48 -08:00
ruby php , node , ruby built images 2018-01-26 11:27:48 -08:00
travis-script Update test-dockerfile.sh, use find cmd to deal with entrypoint file. 2018-03-29 01:19:20 -07:00
.gitignore php , node , ruby built images 2018-01-26 11:27:48 -08:00
.travis.yml Copy scripts from quickstart repo 2018-03-28 23:40:07 -07:00
CONTRIBUTING.md php , node , ruby built images 2018-01-26 11:27:48 -08:00
LICENSE Initial commit 2018-01-26 11:08:44 -08:00
PR_SHAs.txt php , node , ruby built images 2018-01-26 11:27:48 -08:00
README.md php , node , ruby built images 2018-01-26 11:27:48 -08:00
SECURITY.md Microsoft mandatory file 2022-07-28 16:55:44 +00:00

README.md

App Service Linux - Built in runtime Docker images

This repo contains all docker images for App Service on Linux Built in runtime for PHP , Ruby , Node JS and .NET core.

Contribution guide

Please follow the guidelines to be compliant . If any docker image is out of compliance , it will be blacklisted from this repo and eventually removed.

Files, folders and naming conventions

  1. Create a new folder for a new docker image and include a version folder . Such as
+my-image
	         \  version-number
		       \Dockerfile and other files 
		

Note: If you are updating an existing image , create a new version folder within your image folder.

2.Include a README.md within version folder to describe : a. Any changes with deployment of use of the image b. Include comments if the image is not backward compatible and how user can manually upgrade to new version

  • Best practices. Best practices for improving the quality of your docker image
  • Git tutorial. Step by step to get you started with Git.
  • Useful Tools. Useful resources and tools for docker image development

Submission workflow

The submission process 6 step process as shown below. The time taken to approve or reject a PR can vary as this is community driven.

Submission workflow for docker images

Deploying Samples

You can deploy these directly from the Azure portal.

  1. Login to Azure portal
  2. Search for "Web App"
  3. Select Linux OS

Note: The first request can take longer to complete since the docker image needs to be pulled and run on the container for the first request. This can occur when you scale up your application or the instance gets recycled.