Skip to content

Commit

Permalink
Mistypo fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
vadimzharov committed Jun 26, 2024
1 parent 5ef11c9 commit de69d2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rhel-core-images/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ To build RHEL 9 Kairos Image, execute:
docker build -t <local-registry>/<image>:<image-tag> --build-arg USERNAME=<RHSM username> --build-arg PASSWORD='<RHSM password>' -f Dockerfile.rhel9 .
```

**In case of any errors during package installation steps - these errors might be cause by previous build attempts. Execute `docker build` command again by providing argument `--no-cache` to build the image from scratch**
**In case of any errors during package installation steps - these errors might be caused by previous build attempts. Execute `docker build` command again by providing argument `--no-cache` to build the image from scratch**

## Build the image using Red Hat Satellite and mirrored repositories

Expand Down

0 comments on commit de69d2c

Please sign in to comment.