Sebastiaan van Stijn
05d91b90f3
Add Engine API version v1.40
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2019-06-13 15:05:36 +02:00
Sebastiaan van Stijn
8bd9e68bb6
Bump engine version to 19.03
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2019-06-13 14:53:21 +02:00
Sebastiaan van Stijn
573af666e4
Move fetching "library samples" to a separate stage
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2019-03-07 16:27:20 +01:00
Sebastiaan van Stijn
d2504d31dc
Reorder fetching of upstream-resources
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2019-03-07 15:31:51 +01:00
Sebastiaan van Stijn
f297c554b6
Remove remaining "edge" docs
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2019-03-07 15:29:06 +01:00
Sebastiaan van Stijn
0785a8513e
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>
2019-03-07 15:27:06 +01:00
Sebastiaan van Stijn
5d8ce076f7
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>
2019-03-06 15:10:07 +01:00
Sebastiaan van Stijn
d386c4cd2c
Dockerfile: use WORKDIR to simplify steps
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2019-03-06 15:02:29 +01:00
Sebastiaan van Stijn
3f165c6d32
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>
2019-03-06 14:46:20 +01:00
Sebastiaan van Stijn
f3feee5375
fetch-upstream-resources: fix invalid exit-code
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2019-03-06 14:36:59 +01:00
Sebastiaan van Stijn
aae9bfc276
Rename / remove edge-related variables
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2019-01-14 22:44:58 +01:00
Sebastiaan van Stijn
b35c8756aa
Don't fetch upstream resources for "edge"
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2019-01-14 22:44:54 +01:00
Jeffrey Morgan
3602540596
Fix small issues
2018-11-21 16:49:26 -05:00
Maria Bermudez
b2ec8ba7d9
Update Engine versions for v1.38 and v1.39
2018-11-06 13:21:27 -08:00
Maria Bermudez
6bfb816cfc
Update Engine API to latest version, add download lines for v1.38 and v1.39
2018-11-06 13:00:49 -08:00
gbarr01
2dbf436313
Update engine API matrix and script
2018-05-09 20:14:29 -07:00
gbarr01
6ee2ffd55d
Repair API fetch script
2018-04-11 14:03:50 -07:00
gbarr01
3655b0054c
Update API matrix and fetch script
2018-04-11 14:03:50 -07:00
gbarr01
2274757064
Repair fetch-upstream-resources.sh
2018-03-22 16:52:53 -07:00
gbarr01
f36f3ec156
Update engine API docs, fetch script, and matrix
2018-03-22 16:52:53 -07:00
Joao Fernandes
c9dcb9733c
Revert "Update engine API docs, fetch script, and matrix"
...
This reverts commit 119bda6e17
.
2018-03-22 11:58:07 -07:00
Joao Fernandes
43c85641b2
Revert "Repair fetch-upstream-resources.sh"
...
This reverts commit 0817fb2539
.
2018-03-22 11:58:07 -07:00
gbarr01
0817fb2539
Repair fetch-upstream-resources.sh
2018-03-22 11:14:27 -07:00
gbarr01
119bda6e17
Update engine API docs, fetch script, and matrix
2018-03-22 11:14:27 -07:00
gbarr01
13be4ade89
Update engine API docs and fetch script
2018-02-08 13:54:12 -08:00
Misty Stanley-Jones
6ddec7eef0
Fix archive script bugs ( #5860 )
2018-01-29 17:39:20 -08:00
Misty Stanley-Jones
08e7715762
Make archive easier ( #5231 )
...
* Fix archive butterbar margin-top
* Add archive script and layout
2018-01-29 16:55:37 -08:00
Misty Stanley-Jones
6af480f2f2
Bump Engine version to 18.01
2018-01-11 16:39:12 -08:00
gbarr01
7c3df66e72
Add API v1.35 dir and update references
2018-01-02 17:13:00 -08:00
Misty Stanley-Jones
ec82a87307
Fix typo causing the extend docs not to be fetched ( #5636 )
2017-12-27 13:28:51 -08:00
Misty Stanley-Jones
6051302b4d
Use multistage build for master ( #5369 )
2017-12-26 23:17:44 -08:00
gbarr01
8677231eff
Update API docs and variables
2017-11-20 14:25:56 -08:00
Misty Stanley-Jones
a30b95e49d
Add API 1.33, API matrix
2017-10-17 21:34:07 -07:00
Misty Stanley-Jones
6aae2e4e84
Add pointer to latest API ref ( #4897 )
2017-10-16 15:04:24 -07:00
Misty Stanley-Jones
7dda3dc484
Update API, install files, upstream resources script for 17.09
2017-09-26 20:49:43 -07:00
Misty Stanley-Jones
a947491630
Update edge landing page and add admonition to dockerd edge ref ( #4436 )
2017-08-30 09:14:33 -07:00
Misty Stanley-Jones
56d6e57c95
Add 1.31 API
2017-08-29 15:10:56 -07:00
Andrew Weiss
a38bb6966d
external compliance docs ( #4045 )
2017-08-22 16:19:58 -07:00
Misty Stanley-Jones
1c1a44e888
Vendor dockerd.md from upstream
2017-08-17 20:08:45 -07:00
John Mulhausen
317029cc25
Update fetch-upstream-resources.sh
2017-08-14 13:33:19 -07:00
John Mulhausen
1803c6f3a6
Redirect fix ( #4195 )
2017-08-14 13:01:43 -07:00
John Mulhausen
1c5153b965
Convert Library references from submodule to upstream ( #4102 )
...
* Step 1 of getting to upstream-based model
* Upstream part 2
* Working front-matter generation
* Pages generating
* TOC fixes, autogen fixes, test>prod script
* Boilerplate fix
* Switch to cat, redundancy removals
2017-08-08 16:04:00 -07:00
Sebastiaan van Stijn
ba5d5f68a5
Update netlify URL's for CLI reference and API ( #3958 )
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2017-07-26 10:38:27 -07:00
Misty Stanley-Jones
20f8f8f444
Fix upstream fetch script
2017-06-28 08:31:29 -07:00
Misty Stanley-Jones
c5a3fa511f
404 cleanup ( #3581 )
...
* Fix Edge API reference links
* Add redirect for docker-for-mac/osx/ which is referenced by an error message
* Fetch the Edge run reference
2017-06-13 11:44:28 -07:00
John Mulhausen
4df1516240
Fixes #3188
2017-05-08 19:06:28 -07:00
Misty Stanley-Jones
9c648cf079
Docker 17.05 docs ( #3092 )
...
* Add Netlify build script
* Pull 'edge' stuff from master for now
* Add env-regex logging opt (#2688 )
* Update Dockerfile to pull from 17.05 branch
* Update YAML files from 17.05.x branch
* Add scaffolding for 17.05 content
* Document highlights for 17.05
* Add v1.29 API
* Document multi-stage builds
2017-05-05 19:50:22 +00:00
Bill
a3a7ae1e0b
replaced docker/docker with moby/moby ( #2879 )
...
* replaced docker/docker with moby/moby
* fixed incorrect name changes in release notes
* fixed mentions of moby/moby in code
2017-04-20 15:32:18 -05:00
Misty Stanley-Jones
10be60a80f
Go back to small /edge ( #2736 )
...
* Go back to small /edge
* Update site front page
Add info about Editions
Reorganize components
Update headings
* Move logic of fetching content to a script
* Add v1.28 API
* Add info about versioned API
2017-04-13 18:58:56 -07:00