Skip to content

Commit 77929d2

Browse files
committed
remove doc and deployment file
Signed-off-by: Kumar, Anand <anand.kumar@intel.com>
1 parent 639ab51 commit 77929d2

File tree

4 files changed

+9
-143
lines changed

4 files changed

+9
-143
lines changed

docs/tc_docker_deployment.md

Lines changed: 0 additions & 105 deletions
This file was deleted.

trusted-workload/kata-deploy/build-kata-deploy-image.sh

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,12 +132,18 @@ done
132132
popd
133133

134134
#build tc-docker-deploy wrapper and copy to artifacts
135-
echo "INFO: Building tc-docker-deploy wrapper in container"
136-
docker run --rm -v "${BUILD_DIR}/tc-docker-deploy:/workspace" -w /workspace rust:1.90 bash -c "rustup target add x86_64-unknown-linux-musl && cargo build --release --target x86_64-unknown-linux-musl"
135+
echo "INFO: Building tc-docker-deploy binary using rust:1.90 container"
136+
docker run --rm \
137+
-v "${BUILD_DIR}/tc-docker-deploy:/workspace" \
138+
-w /workspace \
139+
rust:1.90 \
140+
bash -c "rustup target add x86_64-unknown-linux-musl && \
141+
cargo build --release --target x86_64-unknown-linux-musl"
142+
137143
cp "${BUILD_DIR}/tc-docker-deploy/target/x86_64-unknown-linux-musl/release/tc-docker-deploy" "${KATA_ARTIFACT_DIR}/opt/kata/bin/"
138144
chmod 755 "${KATA_ARTIFACT_DIR}/opt/kata/bin/tc-docker-deploy"
139145
chown root:root "${KATA_ARTIFACT_DIR}/opt/kata/bin/tc-docker-deploy"
140-
echo "INFO: tc-docker-deploy wrapper built and added to artifacts"
146+
echo "INFO: tc-docker-deploy binary installed to ${KATA_ARTIFACT_DIR}/opt/kata/bin/tc-docker-deploy"
141147

142148
#retar the artifacts
143149
echo "INFO: Retar the artifacts"

trusted-workload/kata-deploy/tc-docker-deploy/Makefile

Lines changed: 0 additions & 21 deletions
This file was deleted.

trusted-workload/tw-docker-deploy.yaml

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)