Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mcattamoredhat committed May 13, 2024
1 parent 5255d8e commit 02d1214
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# RHEL-Edge
# RHEL-Edge1

RHEL-Edge help [documentation](HELP.md)

Expand Down
2 changes: 1 addition & 1 deletion ostree-ng.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ source /etc/os-release
ARCH=$(uname -m)
TEST_UUID=$(uuidgen)
IMAGE_KEY="ostree-ng-${TEST_UUID}"
QUAY_REPO_URL="docker://quay.io/rh_ee_mcattamo/test-repository"
QUAY_REPO_URL="docker://quay.io/rhel-edge/edge-containers"
QUAY_REPO_TAG=$(tr -dc a-z0-9 < /dev/urandom | head -c 4 ; echo '')
BIOS_GUEST_ADDRESS=192.168.100.50
UEFI_GUEST_ADDRESS=192.168.100.51
Expand Down

0 comments on commit 02d1214

Please sign in to comment.