From 7bbc26167847a3946fbe8ad7e1ad9955574a81dc Mon Sep 17 00:00:00 2001 From: qcheng-redhat Date: Tue, 3 Dec 2024 15:11:33 +0800 Subject: [PATCH 1/3] Test konflux Signed-off-by: qcheng-redhat --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2573e0104c..014031f0b7 100644 --- a/README.md +++ b/README.md @@ -15,4 +15,4 @@ Before you begin creating an application with this `devfile` code sample, it's h ### Additional resources * For more information about Python, see [Python](https://www.python.org/). * For more information about devfiles, see [Devfile.io](https://devfile.io/). -* For more information about Dockerfiles, see [Dockerfile reference](https://docs.docker.com/engine/reference/builder/). \ No newline at end of file +* For more information about Dockerfiles, see [Dockerfile reference](https://docs.docker.com/engine/reference/builder/) From bd1fb2d203e1bb2886e0dc0e9c968346f861923b Mon Sep 17 00:00:00 2001 From: qcheng-redhat Date: Tue, 3 Dec 2024 15:48:14 +0800 Subject: [PATCH 2/3] konflux test --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 014031f0b7..1812427d42 100644 --- a/README.md +++ b/README.md @@ -14,5 +14,5 @@ Before you begin creating an application with this `devfile` code sample, it's h ### Additional resources * For more information about Python, see [Python](https://www.python.org/). -* For more information about devfiles, see [Devfile.io](https://devfile.io/). +* For more information about devfiles, see [Devfile.io](https://devfile.io/) * For more information about Dockerfiles, see [Dockerfile reference](https://docs.docker.com/engine/reference/builder/) From babb209dc8d29173d0a153cc165f3128f90d96c9 Mon Sep 17 00:00:00 2001 From: qcheng-redhat Date: Wed, 11 Dec 2024 16:16:00 +0800 Subject: [PATCH 3/3] Test commit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1812427d42..4bfc6f9bfc 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Creating an application with a Python code sample -**Note:** The Python code sample uses the **8081** HTTP port. +**Note:** The Python code sample uses the **8081** HTTP port Before you begin creating an application with this `devfile` code sample, it's helpful to understand the relationship between the `devfile` and `Dockerfile` and how they contribute to your build. You can find these files at the following URLs: