Skip to content

Commit 122e6b7

Browse files
author
Shailza Thakur
committed
Update readme
1 parent 1ec8829 commit 122e6b7

File tree

1 file changed

+4
-14
lines changed

1 file changed

+4
-14
lines changed

code-engine-cos2cos/README.md

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Before you begin, ensure you have the following:
4242
### Setup & Configuration
4343
1. **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
```
4848
2. **Modify the Processing Function (Optional)**:
@@ -133,19 +133,9 @@ go test -v
133133
134134
You 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
150140
To 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
154144
ibmcloud 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
159149
To build the image using a Git repository:
160150

0 commit comments

Comments
 (0)