Usha Mandya
dfd7e7c23e
Merge pull request #10349 from thaJeztah/18.03_backport_fetch_resources_use_tags
...
[18.03 backport] fetch resources use tags
2020-02-26 13:51:10 +00:00
Sebastiaan van Stijn
68bb4e383a
Use v18.03.1-ce tag for remaining resources
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-02-25 16:04:09 +01:00
Sebastiaan van Stijn
7b0774679a
Use v18.03.1-ce tag for API v1.37
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
(cherry picked from commit 80e46fed88 )
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-02-25 15:59:32 +01:00
Sebastiaan van Stijn
9dbe38fe3b
Use v18.02.0-ce tag for API v1.36
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
(cherry picked from commit e6c656027e )
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-02-25 15:57:34 +01:00
Sebastiaan van Stijn
b4f9b330e7
Use v17.12.1-ce tag for API v1.35
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
(cherry picked from commit c7d08f88d3 )
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-02-25 15:57:22 +01:00
Sebastiaan van Stijn
c626da7cee
Use v17.11.0-ce tag for API v1.34
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
(cherry picked from commit 83850917f3 )
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-02-25 15:57:09 +01:00
Sebastiaan van Stijn
debda0342a
Use v17.10.0-ce tag for API v1.33
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
(cherry picked from commit 1b6374652d )
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-02-25 15:56:42 +01:00
Sebastiaan van Stijn
82731f1074
Use v17.09.1-ce tag for API v1.32
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
(cherry picked from commit 5e3415cf80 )
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-02-25 15:56:18 +01:00
Sebastiaan van Stijn
62bd6f4973
Use v17.07.0-ce tag for API v1.31
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
(cherry picked from commit a0c6b80e9f )
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-02-25 15:55:55 +01:00
Sebastiaan van Stijn
1a4f264274
Use v17.06.2 tag for API v1.30
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
(cherry picked from commit dc3c4349bb )
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-02-25 15:55:46 +01:00
Sebastiaan van Stijn
aab7973578
Use v17.05.0 tag for API v1.29
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
(cherry picked from commit 449d7c6d52 )
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-02-25 15:55:37 +01:00
Sebastiaan van Stijn
4dcd45fe08
Reorder fetching of upstream-resources
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
(cherry picked from commit d2504d31dc )
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-02-25 15:54:37 +01:00
Sebastiaan van Stijn
6824d48031
Remove remaining "edge" docs
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
(cherry picked from commit f297c554b6 )
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-02-25 15:54:02 +01:00
Sebastiaan van Stijn
7daf2bedda
Make wget less noisy when fetching upstream resources
...
Add a `--quiet` flag to suppress progress output;
```
--2019-03-07 14:02:43-- https://raw.githubusercontent.com/docker/docker-ce/17.12/components/engine/api/swagger.yaml
Resolving raw.githubusercontent.com... 151.101.0.133, 151.101.64.133, 151.101.128.133, ...
Connecting to raw.githubusercontent.com|151.101.0.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 343126 (335K) [text/plain]
Saving to: './engine/api/v1.35/swagger.yaml'
0K .......... .......... .......... .......... .......... 14% 2.97M 0s
50K .......... .......... .......... .......... .......... 29% 6.10M 0s
100K .......... .......... .......... .......... .......... 44% 6.22M 0s
150K .......... .......... .......... .......... .......... 59% 6.32M 0s
200K .......... .......... .......... .......... .......... 74% 6.15M 0s
250K .......... .......... .......... .......... .......... 89% 6.11M 0s
300K .......... .......... .......... ..... 100% 6.82M=0.06s
2019-03-07 14:02:44 (5.37 MB/s) - './engine/api/v1.35/swagger.yaml' saved [343126/343126]
```
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
(cherry picked from commit 0785a8513e )
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-02-25 15:53:16 +01:00
Sebastiaan van Stijn
e14a373120
Dockerfile: remove use of $SOURCE env-var
...
This variable is no longer needed, as the scripts are
always executed relative to the current directory (`.`).
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
(cherry picked from commit 5d8ce076f7 )
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-02-25 15:52:06 +01:00
Sebastiaan van Stijn
ccfbc28549
Dockerfile: use WORKDIR to simplify steps
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
(cherry picked from commit d386c4cd2c )
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-02-25 15:45:43 +01:00
Sebastiaan van Stijn
1c19c46ed9
fetch-upstream-resources: use wget --directory-prefix
...
When using Gnu Wget, the `--directory-prefix` option automatically
creates the specified path if it doesn't exist.
Note that this does not work when using the busybox version
of Wget (but we're not using that in our Dockerfile).
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
(cherry picked from commit 3f165c6d32 )
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-02-25 15:42:19 +01:00
Sebastiaan van Stijn
664fb69f32
fetch-upstream-resources: fix invalid exit-code
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
(cherry picked from commit f3feee5375 )
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-02-25 15:42:13 +01:00
Sebastiaan van Stijn
0d67b1bc77
Don't fetch upstream resources for "edge"
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
(cherry picked from commit b35c8756aa )
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-02-25 15:37:12 +01:00
Olly P
dca8691cdd
Ruby Ver Bump ( #10040 ) ( #10042 )
2019-12-16 13:38:15 +00:00
Olly P
d0c87b53a0
Removed Pages in Cloud Store and Hub ( #9269 )
...
These pages are "live content" that should not live in the archive
images. Due to an error in the archiving process this was not done
correctly for docker-hub, docker-store and docker-cloud in the v18.03
archiving process.
ENGDOCS-21
2019-08-19 15:10:15 +01:00
Maria Bermudez
38c578d5aa
Update ddc_offline_files_2.yaml
...
Update offline URLs list to match what is in docs-public master for v18.03.
2018-11-02 14:09:02 -07:00
Justin I. Nevill
e510b3e237
Merge pull request #804 from docker/migration-onlinegc
...
Closes #780 .
2018-10-26 14:32:29 -04:00
Maria Bermudez
d1345ddcbe
Update garbage-collection.md
...
Incorporate changes based on Corey's comments.
2018-10-22 16:30:58 -07:00
Maria Bermudez
167b1a8e75
Closes #780 .
...
- Add info on triggering metadatastoremigration job manually
- Add upgrade warning screenshot
- Add job status check instructions
2018-10-19 18:27:06 -07:00
Maria Bermudez
27860c16f0
Created archive branch v18.03
2018-09-11 09:37:26 -07:00
Anne Henmi
323993d7ba
Update release-notes.md
...
Fixed typo
2018-09-11 09:37:26 -07:00
Jenkins-pr-release-docs
ef4b944444
Docker for win stable relnotes 18.06.1-ce-win73
...
Signed-off-by: Jenkins-pr-release-docs <guillaume.tardif@docker.com>
2018-09-11 09:37:26 -07:00
Jenkins-pr-release-docs
71ab8f98dc
Docker for mac stable relnotes 18.06.1-ce-mac73
...
Signed-off-by: Jenkins-pr-release-docs <guillaume.tardif@docker.com>
2018-09-11 09:37:26 -07:00
Anne Henmi
407078908b
Update edge-release-notes.md
...
Fixed typo
2018-09-11 09:37:26 -07:00
Jenkins-pr-release-docs
e9d5ab6ea1
Docker for win edge relnotes 18.06.1-ce-win74
...
Signed-off-by: Jenkins-pr-release-docs <guillaume.tardif@docker.com>
2018-09-11 09:37:26 -07:00
Jenkins-pr-release-docs
37d6a61ec9
Docker for mac edge relnotes 18.06.1-ce-mac74
...
Signed-off-by: Jenkins-pr-release-docs <guillaume.tardif@docker.com>
2018-09-11 09:37:26 -07:00
Maria Bermudez
aaca9b83b5
Revert "Revert "Merge branch 'master' of github.com:docker/docs-private into test-branch-2""
...
This reverts commit 4c95d161ca .
2018-08-29 19:01:03 -07:00
Maria Bermudez
3eaf2afbf2
Revert "Adding period to confirmation message"
...
This reverts commit 338b690d26 .
2018-08-29 18:38:21 -07:00
Maria Bermudez
4c95d161ca
Revert "Merge branch 'master' of github.com:docker/docs-private into test-branch-2"
...
This reverts commit af5f2fcc38 , reversing
changes made to 338b690d26 .
2018-08-29 18:37:44 -07:00
Maria Bermudez
840c167055
Revert "Revert "Merge branch 'master' of github.com:docker/docs-private into test-branch-2""
...
This reverts commit 14080c18bd .
2018-08-29 18:36:03 -07:00
Maria Bermudez
14080c18bd
Revert "Merge branch 'master' of github.com:docker/docs-private into test-branch-2"
...
This reverts commit af5f2fcc38 , reversing
changes made to 338b690d26 .
2018-08-29 14:47:31 -07:00
Maria Bermudez
af5f2fcc38
Merge branch 'master' of github.com:docker/docs-private into test-branch-2
2018-08-29 14:31:51 -07:00
Maria Bermudez
338b690d26
Adding period to confirmation message
2018-08-29 14:28:33 -07:00
Maria Bermudez
af336c1ae3
Merge remote-tracking branch 'docs-public/master'
2018-08-29 09:52:48 -07:00
Maria Bermudez
495f118bd6
Merge pull request #688 from docker/revert-644-saas_phase1
...
Revert "(Phase 1) Hub/Store/Cloud SaaS consolidation"
2018-08-29 09:28:24 -07:00
Peter McKee
94f5ab69ae
Revert "[WIP] Hub/Store/Cloud SaaS consolidation ( #644 )"
...
This reverts commit 07306b639d .
2018-08-29 11:13:17 -05:00
Anne Henmi
38305a68c7
Merge pull request #7271 from docker/bermudezmt-patch-1
...
Grammar fixes
2018-08-28 14:23:07 -06:00
Maria Bermudez
ab5ad46fc2
Change "re-create" to recreate
2018-08-27 16:27:22 -07:00
Maria Bermudez
fa09742e7e
Grammar fixes
2018-08-27 16:21:57 -07:00
Anne Henmi
0fabbd8456
Merge pull request #7266 from ahh-docker/branch-ahh
...
Punctuation fix
2018-08-27 11:37:01 -06:00
Anne Henmi
59a9c5a8da
Update ee-linux-install-reuse.md
2018-08-27 11:35:58 -06:00
Anne Henmi
52febf8430
Punctuation fix
2018-08-27 10:02:52 -06:00
Tammy Fox
06bb961ae2
Merge pull request #7247 from omegamormegil/patch-7
...
Fix UCP upgrade only upgrades one node
2018-08-24 17:04:46 -04:00
Tammy Fox
572e5f9a76
Merge pull request #6962 from trapier/dtr-rethinkcli-noninteractive
...
introduce rethinkcli non-interactive mode for DTR 2.2-2.5
2018-08-24 17:00:18 -04:00