Skip to content

Commit 8e9855c

Browse files
committed
Update Quay URLs after moving to redhat-documentation space
1 parent e3a7845 commit 8e9855c

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

PACKAGING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,9 @@ The following are instructions for the maintainers of `newdoc` to package and di
8484
8585
## Packaging and distributing newdoc on Quay.io
8686
87-
Currently, newdoc is packaged in [mmuehlfeld/newdoc](https://quay.io/repository/mmuehlfeld/newdoc).
87+
Currently, newdoc is packaged in [redhat-documentation/newdoc](https://quay.io/repository/redhat-documentation/newdoc).
8888
89-
When you push a tagged version to the [mmuehlfeldrh/newdoc](https://github.com/mmuehlfeldrh/newdoc) Git repository, it automatically triggers a rebuild of the container.
89+
When you push a tagged version to the [redhat-documentation/newdoc](https://github.com/redhat-documentation/newdoc) Git repository, it automatically triggers a rebuild of the container.
9090
9191
The version tag must start with "v" and match the `v.*` regular expression.
9292

docs/proc_installing-newdoc.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,13 +73,13 @@ On Fedora, RHEL, and CentOS, replace `docker` with `podman` in the following com
7373
. Download the image:
7474
+
7575
----
76-
$ docker pull quay.io/mmuehlfeld/newdoc
76+
$ docker pull quay.io/redhat-documentation/newdoc
7777
----
7878

7979
. Configure a command alias. Save this line in your shell configuration file, such as in the `~/.bashrc` file:
8080
+
8181
----
82-
alias newdoc="docker run -it -v .:/mnt/newdoc:Z mmuehlfeld/newdoc newdoc"
82+
alias newdoc="docker run -it -v .:/mnt/newdoc:Z redhat-documentation/newdoc newdoc"
8383
----
8484

8585
. Open a new terminal to reload the shell configuration.
@@ -90,7 +90,7 @@ alias newdoc="docker run -it -v .:/mnt/newdoc:Z mmuehlfeld/newdoc newdoc"
9090
documentation-directory]$ newdoc
9191
----
9292

93-
NOTE: The default `newdoc` container is based on the Alpine distribution. If you need to install packages from the RHEL ecosystem in the `newdoc` container, you can use the `quay.io/mmuehlfeld/newdoc:distro` container variant. It is built on the RHEL 9 UBI Minimal base, and contains the `microdnf` package manager.
93+
NOTE: The default `newdoc` container is based on the Alpine distribution. If you need to install packages from the RHEL ecosystem in the `newdoc` container, you can use the `quay.io/redhat-documentation/newdoc:distro` container variant. It is built on the RHEL 9 UBI Minimal base, and contains the `microdnf` package manager.
9494

9595
.From source on any platform
9696

docs/proc_updating-newdoc.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ To update the `newdoc` container, use Docker or Podman.
6060
On Fedora, RHEL, and CentOS, replace `docker` with `podman` in the following command:
6161

6262
----
63-
$ docker pull quay.io/mmuehlfeld/newdoc
63+
$ docker pull quay.io/redhat-documentation/newdoc
6464
----
6565

6666
.From source on any platform

0 commit comments

Comments
 (0)