@@ -42,7 +42,7 @@ Before you begin, ensure you have the following:
4242### Setup & Configuration
43431 . ** Clone the Repository** :
4444 ``` bash
45- git clone https://github.ibm. com/ibmcloud-codeengine-internship/code-engine-cos2cos
45+ git clone https://github.com/IBM/CodeEngine.git
4646 cd code-engine-cos2cos
4747 ```
48482 . ** Modify the Processing Function (Optional)** :
@@ -133,19 +133,9 @@ go test -v
133133
134134You can build and push the container image using one of the following methods.
135135
136- **Note**: If you are using the [build.sh](/build.sh), by-default the [Method-2 ](#2 -build-using-source-code-local-source) is used.
136+ **Note**: If you are using the [build.sh](/build.sh), by-default the [Method-1 ](#1 -build-using-source-code-local-source) is used.
137137
138- #### 1. Build Using Podman (Local Source)
139-
140- If you want to build the container image using a local `Dockerfile` with Podman, follow these steps:
141-
142- ```bash
143- ibmcloud cr login
144- podman build -t ${REGISTRY}/${NAMESPACE}/${IMAGE_NAME} --platform linux/amd64 .
145- podman push ${REGISTRY}/${NAMESPACE}/${IMAGE_NAME}
146- ```
147-
148- #### 2. Build Using Source Code (Local Source)
138+ #### 1. Build Using Source Code (Local Source)
149139
150140To build the image from local source code using IBM Cloud Code Engine:
151141
@@ -154,7 +144,7 @@ ibmcloud ce build create --name ${BUILD_NAME} --build-type local --image ${REGIS
154144ibmcloud ce buildrun submit --build ${BUILD_NAME} --name ${BUILD_NAME}-build-run
155145```
156146
157- #### 3 . Build Using Git-based Source
147+ #### 2 . Build Using Git-based Source
158148
159149To build the image using a Git repository:
160150
0 commit comments