Skip to content

Minor fixes #652

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: devel
Choose a base branch
from
Open
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
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ api/v1/zz_generated.deepcopy.go
config/crd/bases/kataconfiguration.openshift.io_kataconfigs.yaml
config/rbac/role.yaml
config/webhook/manifests.yaml
config/peerpods/podvm/bootc/output/
1 change: 1 addition & 0 deletions config/peerpods/podvm/.dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
bootc/output/
2 changes: 0 additions & 2 deletions config/peerpods/podvm/aws-podvm-image-handler.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
# Create image (-c)
# Delete image (-C)

[[ "$DEBUG" == "true" ]] && set -x

# include common functions from lib.sh
# shellcheck source=/dev/null
# The directory is where aws-podvm-image-handler.sh is located
Expand Down
2 changes: 0 additions & 2 deletions config/peerpods/podvm/azure-podvm-image-handler.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
# Create image version (-i)
# Delete image version (-I)

[[ "$DEBUG" == "true" ]] && set -x

# include common functions from lib.sh
# shellcheck source=/dev/null
# The directory is where azure-podvm-image-handler.sh is located
Expand Down
1 change: 1 addition & 0 deletions config/peerpods/podvm/bootc/.dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
output/
2 changes: 0 additions & 2 deletions config/peerpods/podvm/gcp-podvm-image-handler.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
# Create image (-c)
# Delete image (-C)

[[ "$DEBUG" == "true" ]] && set -x

# include common functions from lib.sh
# shellcheck source=/dev/null
# The directory is where gcp-podvm-image-handler.sh is located
Expand Down
2 changes: 0 additions & 2 deletions config/peerpods/podvm/lib.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
#!/bin/bash
# Contains common functions used by the scripts

[[ "$DEBUG" == "true" ]] && set -x

# Bootc Defaults
BIB_IMAGE=${BIB_IMAGE:-registry.redhat.io/rhel9/bootc-image-builder:9.5}

Expand Down