Skip to content

Conversation

@github-actions
Copy link

Automated pull request for publishing docs updates.

dvdksn and others added 3 commits January 14, 2025 14:50
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
## Description

Fix typo when targeting the `test` stage - it was mentioning a
non-exisiting `--target-test` parameter which could confuse new users:
`unknown flag: --target-test`.
It should be `--target test` or `--target=test`. I went with `--target
test` since that's what is used in the rest of the guide.


## Related issues or tickets

Introduced in #19390

## Reviews

<!-- Notes for reviewers here -->
<!-- List applicable reviews (optionally @tag reviewers) -->

- [ ] Technical review
- [ ] Editorial review
- [ ] Product review
@github-actions github-actions bot added the area/release Relates to CI or deployment label Jan 14, 2025
## Description
- Add instructions/clarity for adding avatar in Docker settings using
Gravatar email address
- Added FAQ to general FAQs

## Related issues or tickets
- Resolves: #19192
-
[ENGDOCS-2250](https://docker.atlassian.net/browse/ENGDOCS-2250?atlOrigin=eyJpIjoiNjU0ZTQ4ZTk0ZjU5NDhlNzkzNjIyMjZhM2Y3NDE2NjEiLCJwIjoiaiJ9)
## Reviews
- [ ] Editorial review

[ENGDOCS-2250]:
https://docker.atlassian.net/browse/ENGDOCS-2250?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
igor-alexandrov and others added 2 commits January 15, 2025 10:52
<!--Delete sections as needed -->

## Description

<!-- Tell us what you did and why -->
The download link for Docker Desktop on RHEL links to the wrong RPM,
resulting in errors like
https://forums.docker.com/t/cant-download-docker-desktop-for-rhel/142639/4
```
# dnf install ./docker-desktop-x86_64.rpm 
Error: 
 Problem: conflicting requests
  - nothing provides qemu-system-x86 >= 5.2.0 needed by docker-desktop-4.32.0-157355.x86_64 from @commandline
```

Upstream RHEL renamed `qemu-system-x86` to `qemu-kvm`

Tested on `docker run -it rockylinux:9` with

```
dnf install https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm
dnf install pass
dnf config-manager --add-repo https://download.docker.com/linux/rhel/docker-ce.repo
curl
https://desktop.docker.com/linux/main/amd64/docker-desktop-x86_64-rhel.rpm
-o docker-desktop-x86_64-rhel.rpm
dnf install ./docker-desktop-x86_64-rhel.rpm
```

## Related issues or tickets

<!-- Related issues, pull requests, or Jira tickets -->

## Reviews

<!-- Notes for reviewers here -->
<!-- List applicable reviews (optionally @tag reviewers) -->

- [ ] Technical review
- [ ] Editorial review
- [ ] Product review
@github-actions github-actions bot requested a review from aevesdocker as a code owner January 15, 2025 08:03
karman-docker and others added 2 commits January 15, 2025 09:43
<!--Delete sections as needed -->

## Description
This PR updates the references to settings.json to `settings-store.json
file (or settings.json for Docker Desktop versions 4.34 and earlier)`
<!-- Tell us what you did and why -->

## Related issues or tickets

<!-- Related issues, pull requests, or Jira tickets -->

## Reviews

<!-- Notes for reviewers here -->
<!-- List applicable reviews (optionally @tag reviewers) -->

- [ ] Technical review
- [ ] Editorial review
- [ ] Product review
<!--Delete sections as needed -->

## Description

This PR reorganizes some of the Docker Hub release notes (RN) content,
moving it into a separate, dedicated Platform release notes section.

With the introduction of a distinct Platform section in the docs,
encompassing its own products, certain content from the Docker Hub
release notes no longer applies. Similarly, some updates from the Docker
Desktop release notes are better highlighted in the new Platform RN.

As more features are added to the Admin Console, Docker Home, and
security, billing, subscrption products, this new release notes section
will serve as a central hub for updates and fixes, making it easier for
admins to stay informed.

## Related issues or tickets

<!-- Related issues, pull requests, or Jira tickets -->

## Reviews

<!-- Notes for reviewers here -->
<!-- List applicable reviews (optionally @tag reviewers) -->

- [ ] Technical review
- [ ] Editorial review
- [ ] Product review
dvdksn and others added 6 commits January 15, 2025 11:34
Added libyaml-dev to the Rails Dockerfile example
<!--Delete sections as needed -->

## Description

Added some backdated platform features to the new release notes.
- Docker Home
- Consolidated subscriptions
- Org insights

## Related issues or tickets

Follow up to #21809

## Reviews

<!-- Notes for reviewers here -->
<!-- List applicable reviews (optionally @tag reviewers) -->

- [ ] Editorial review

---------

Signed-off-by: Craig <craig.osterhout@docker.com>
Co-authored-by: Sarah Sanders <sarah.sanders@docker.com>
<!--Delete sections as needed -->

## Description

Adds better titles to some FAQ pages. Follow-up to
#21736

## Related issues or tickets

<!-- Related issues, pull requests, or Jira tickets -->

## Reviews

<!-- Notes for reviewers here -->
<!-- List applicable reviews (optionally @tag reviewers) -->

- [ ] Technical review
- [ ] Editorial review
- [ ] Product review
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
build: update link for issues related to buildkit@windows
@dvdksn dvdksn merged commit 3d17ac2 into published Jan 16, 2025
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/release Relates to CI or deployment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

9 participants