Skip to content
This repository was archived by the owner on May 12, 2021. It is now read-only.

Commit 59f7678

Browse files
committed
tests: Remove performing updates in Fedora dockerfiles
For obs and running the packages testing in Fedora, we need to remove the performing of doing an update as it is hit by kata-containers/runtime#2580. This is needed to unblock the errors in the testing. Fixes #1001 Signed-off-by: Gabriela Cervantes <[email protected]>
1 parent dce8d66 commit 59f7678

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

tests/Dockerfile/FedoraDockerfile.in

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ FROM @OS_DISTRIBUTION@
77

88
ENV TESTS_REPO="github.com/kata-containers/tests"
99

10-
RUN @UPDATE@
11-
1210
RUN @DEPENDENCIES@
1311

1412
ENV PATH=$PATH:/usr/local/go/bin

tests/run_packages_testing.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ generate_dockerfile() {
3232
echo "Building dockerfile for ${OS_DISTRIBUTION}"
3333
sed \
3434
-e "s|@OS_DISTRIBUTION@|${OS_DISTRIBUTION}|g" \
35-
-e "s|@UPDATE@|${UPDATE}|g" \
3635
-e "s|@DEPENDENCIES@|${DEPENDENCIES}|g" \
3736
"${DOCKERFILE_PATH}/FedoraDockerfile.in" > "${DOCKERFILE_PATH}"/Dockerfile
3837
}

0 commit comments

Comments
 (0)