Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[submodule "podvm-payload/kata-containers"]
path = podvm-payload/kata-containers
url = https://github.com/openshift/kata-containers/
branch = osc-release
url = https://github.com/snir911/kata-containers
branch = osc-release_hang_fix
[submodule "podvm-payload/guest-components"]
path = podvm-payload/guest-components
url = https://github.com/openshift/confidential-containers-guest-components/
Expand Down
1 change: 1 addition & 0 deletions podvm-payload/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
# At this point I'm not sure what would happen if we use builder images that
# are not using the same versions of RPMs.
# Let's keep it safe and ensure we keep the same base image/repos for all builders.
#TEST

## GOLANG ##
FROM registry.access.redhat.com/ubi10:10.2-1779861559 as go_builder
Expand Down