Skip to content

Commit 41b533c

Browse files
Merge pull request #22051 from docker/published-update
publish updates from main
2 parents a09714d + 5ba3cdb commit 41b533c

File tree

4 files changed

+24
-14
lines changed

4 files changed

+24
-14
lines changed

content/manuals/billing/docker-hub-pricing.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,10 @@ There are two billing models for paying for additional Docker Hub storage:
4949

5050
> [!NOTE]
5151
>
52-
> Pre-purchased storage expires at the end of your subscription period.
52+
> Pre-purchased storage expires at the end of your subscription period. Subscriptions
53+
> periods are either monthly or annually. For example, if you are on a monthly plan,
54+
> unused storage from each month does not roll over into the next. If you are on an
55+
> annual plan, unused storage from each year does not roll over into the next.
5356
5457
- Post-pay: Receive an overage invoice for storage usage that exceeds your subscription plan's included amount
5558
at the end of your billing cycle.

content/manuals/subscription/scale.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ You can scale consumption for the following:
3232

3333
- Docker Build Cloud build minutes
3434
- Docker Testcontainers Cloud runtime minutes
35-
- Docker Hub storage and image pulls
35+
- Docker Hub storage and pulls
3636

3737
To better understand your needs, you can view your consumption at any time. For
3838
more details, see [View Docker product
@@ -62,14 +62,20 @@ usage will be billed at the end of each monthly billing cycle. On-demand usage
6262
is billed at a higher rate than pre-purchased capacity. To avoid on-demand
6363
charges, pre-purchase additional minutes.
6464

65-
## Add Docker Hub storage or image pulls
65+
## Add Docker Hub storage or pulls
6666

6767
{{% include "hub-limits.md" %}}
6868

69-
You can pre-purchase images pulls and storage by [contacting
70-
sales](https://www.docker.com/pricing/contact-sales/).
69+
You can pre-purchase pulls and storage by [contacting
70+
sales](https://www.docker.com/pricing/contact-sales/). For more information on Docker
71+
Hub storage pricing, see [Docker Hub storage pricing](/manuals/billing/docker-hub-pricing.md).
72+
73+
> [!WARNING]
74+
>
75+
> Once purchased, you can't adjust your pre-paid pulls, only remove them. To change
76+
> the amount of pre-paid pulls you must remove them, wait for the billing cycle to
77+
> end, and then purchase a new amount.
7178
7279
In addition to pre-purchase, you are able to use as much resources as you need
7380
on-demand. On-demand usage is billed at a higher rate than pre-purchased
74-
capacity. To avoid on-demand charges, pre-purchase additional storage or image
75-
pulls.
81+
capacity. To avoid on-demand charges, pre-purchase additional storage or pulls.

layouts/partials/aside.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,11 @@
55
<div id="TableOfContents">
66
{{ partialCached "pagemeta.html" . . }}
77
</div>
8+
{{- if ne .Type "guides" }}
9+
{{ with .GetTerms "tags" }}
10+
<div class="not-prose mt-8 px-4">
11+
{{- partial "tags.html" . }}
12+
</div>
13+
{{- end }}
14+
{{- end }}
815
</aside>

layouts/partials/content-default.html

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,7 @@
22
<article class="prose min-w-0 flex-[2_2_0%] max-w-4xl dark:prose-invert">
33
{{ partial "breadcrumbs.html" . }}
44
<h1 data-pagefind-weight="10" class="scroll-mt-36">{{ .Title }}</h1>
5-
{{- if ne .Type "guides" }}
6-
{{ with .GetTerms "tags" }}
7-
<div class="not-prose">
8-
{{- partial "tags.html" . }}
9-
</div>
10-
{{- end }}
11-
{{- end }}
5+
126
<div class="block lg:hidden">
137
{{ partialCached "pagemeta.html" . . }}
148
<hr />

0 commit comments

Comments
 (0)