CrazyMax
f061c45b51
build: dockerfile release notes
...
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2023-04-14 16:18:24 +02:00
CrazyMax
5253198131
build: move dockerfile frontend page to dedicated section
...
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2023-04-14 16:18:23 +02:00
David Winiecki
f0b643fb26
Remove misleading "This is the newest version." from "Compose file version 3 reference" ( #17108 )
...
Compose file version 3 is not the newest version, the Compose Specification is.
This change is consistent with https://github.com/docker/docs/blob/main/compose/compose-file/index.md
2023-04-14 08:57:29 +01:00
Milas Bowman
2a38290141
compose: add upgrade notes for 2.17.x ( #17107 )
...
* compose: add upgrade notes for 2.17.x
Compose had several correctness changes in recent releases, which
have caught folks off-guard. Added an advisory "Upgrade Notes"
section to the v2.17.0 release section with the highlights.
I also removed a feature (`dockerfile_inline`) because there is
a bug in the initial implementation rendering it unusable for the
moment, so we will (re-)announce it once fixed.
Signed-off-by: Milas Bowman <milas.bowman@docker.com>
* Apply suggestions from code review
---------
Signed-off-by: Milas Bowman <milas.bowman@docker.com>
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2023-04-14 08:57:15 +01:00
David Karlsson
7bdcde7f1a
Merge pull request #17096 from dvdksn/ci/new-htmltest
...
ci: replace htmlproofer with wjdp/htmltest
2023-04-13 17:27:15 +02:00
Allie Sadler
cf2ffd74e4
wsl support version ( #17103 )
2023-04-13 10:47:56 +01:00
Craig Osterhout
5e81075d93
update button style ( #17045 )
2023-04-12 14:38:30 -07:00
Craig Osterhout
5cc58035b4
update part 5 ( #17054 )
2023-04-12 14:38:08 -07:00
Allie Sadler
3f6e5455d8
move faqs ( #17097 )
2023-04-12 15:07:30 +01:00
David Karlsson
13696ba522
fix: badly formatted link
...
Signed-off-by: David Karlsson <david.karlsson@docker.com>
2023-04-12 15:39:24 +02:00
David Karlsson
3c6e220646
fix(temp): ignore link checks for compose-file
...
Signed-off-by: David Karlsson <david.karlsson@docker.com>
2023-04-12 15:38:51 +02:00
David Karlsson
2d44be0fc0
ci: replace htmlproofer with wjdp/htmltest
...
Signed-off-by: David Karlsson <david.karlsson@docker.com>
2023-04-12 15:38:51 +02:00
Gabriela Georgieva
27485b9f7c
Link CVE ID CVE-2023-1802 in the Security section of the 4.18 release notes ( #17049 )
2023-04-12 12:23:22 +01:00
Chris Chinchilla
48af387a28
Merge pull request #17085 from ChrisChinchilla/chrisward/vale-acr
...
Add acronym terms to unpack to Vale
2023-04-12 12:55:57 +02:00
David Karlsson
60c27a4a6f
Merge pull request #17091 from docker/dependabot/bundler/nokogiri-1.14.3
...
Bump nokogiri from 1.13.10 to 1.14.3
2023-04-12 11:29:09 +02:00
maxcleme
f569a089f7
desktop: revisit how we handle checksums ( #17067 )
...
* desktop: revisit how we handle checksums
Signed-off-by: maxcleme <maxime.clement@docker.com>
* chore: reviews
Signed-off-by: maxcleme <maxime.clement@docker.com>
---------
Signed-off-by: maxcleme <maxime.clement@docker.com>
2023-04-12 10:19:20 +01:00
David Karlsson
4f9c7dbbfa
Merge pull request #17092 from dvdksn/ci/fix-auto-publish
...
ci: fix auto-publish workflow
2023-04-12 11:00:07 +02:00
David Karlsson
8f34ac4f20
ci: fix auto-publish workflow
...
Signed-off-by: David Karlsson <david.karlsson@docker.com>
2023-04-12 10:04:30 +02:00
dependabot[bot]
29b564df9c
Bump nokogiri from 1.13.10 to 1.14.3
...
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri ) from 1.13.10 to 1.14.3.
- [Release notes](https://github.com/sparklemotion/nokogiri/releases )
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md )
- [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.13.10...v1.14.3 )
---
updated-dependencies:
- dependency-name: nokogiri
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-04-12 05:54:02 +00:00
CrazyMax
31b5581001
Merge pull request #17089 from dvdksn/ci/add-checkout
...
ci: add checkout for merge job
2023-04-11 21:13:06 +02:00
David Karlsson
7299fb4d9b
ci: add checkout for merge job
...
Signed-off-by: David Karlsson <david.karlsson@docker.com>
2023-04-11 20:42:25 +02:00
CrazyMax
6e48a6bef3
Merge pull request #17088 from dvdksn/ci/fix-yaml-anchor
...
ci: remove yaml anchors
2023-04-11 20:39:56 +02:00
David Karlsson
ce050038cf
Merge pull request #17070 from dvdksn/engine/update-chmod-gpgkeys-deb
...
engine: update gpg setup for debian and ubuntu
2023-04-11 20:30:52 +02:00
David Karlsson
b0492452b6
ci: remove yaml anchors
...
Signed-off-by: David Karlsson <david.karlsson@docker.com>
2023-04-11 20:28:26 +02:00
David Karlsson
647ffabdbe
ci: automate publishing ( #17086 )
...
* ci: automate publishing
Signed-off-by: David Karlsson <david.karlsson@docker.com>
Co-authored-by: CrazyMax <github@crazymax.dev>
---------
Signed-off-by: David Karlsson <david.karlsson@docker.com>
Co-authored-by: CrazyMax <github@crazymax.dev>
2023-04-11 20:26:29 +02:00
Chris Chinchilla
31f0842ccb
Add acronym terms to unpack
2023-04-11 17:45:04 +02:00
Allie Sadler
cb3c7b7088
ENGDOCS-1289 ( #17083 )
2023-04-11 13:17:19 +01:00
Chris Chinchilla
52cef51149
Merge pull request #17013 from ChrisChinchilla/chrisward/artifactory
...
Reorganise content around new local analysis features
2023-04-11 13:27:33 +02:00
David Karlsson
7cb016cb73
Merge pull request #16405 from tuxiqae/patch-1
...
Add missing `container` notation
2023-04-11 13:24:22 +02:00
David Karlsson
d421693c9f
engine: add chmod a+r for docker.gpg key
...
Signed-off-by: David Karlsson <david.karlsson@docker.com>
2023-04-08 18:34:56 +02:00
David Karlsson
7ad91f1356
engine: replace mkdir with install for gpg setup
...
Signed-off-by: David Karlsson <david.karlsson@docker.com>
2023-04-08 17:57:19 +02:00
David Karlsson
40be6cef18
Merge pull request #16674 from jaredbrogan/patch-1
...
Update chmod command in GPG Error Tip
2023-04-08 12:40:05 +02:00
Satyam Singh
aff9aba0c2
Added link to the docs.docker.com text ( #17056 )
...
Added link to the docs.docker.com text which will now redirect to the docs.docker.com
2023-04-07 08:37:34 -07:00
Sebastiaan van Stijn
f520162030
Merge pull request #17064 from milas/go/compose-v1-eol
...
redirect: add /go link for Compose v1 EOL
2023-04-07 17:04:26 +02:00
Milas Bowman
b978df076b
redirect: add /go link for Compose v1 EOL
...
Redirecting to the "Evolution of Compose" page for
the moment. We will probably adjust this page once
Compose V1 is removed from Docker Desktop in a couple
months.
Signed-off-by: Milas Bowman <milas.bowman@docker.com>
2023-04-07 10:55:05 -04:00
Sebastiaan van Stijn
035054cb07
Merge pull request #17063 from thaJeztah/scout_early_access
...
scout: add consistent banners for "early access"
2023-04-07 16:43:35 +02:00
Sebastiaan van Stijn
9375c27049
scout: add consistent banners for "early access"
...
Docker Scout is in early access, but some parts of the documentation
(reference docs) did not contain a banner for this.
This patch:
- Changes the "note" to "early access" (just a minor improvment)
- Adds banners to all the CLI reference pages
- Adds (Early Access) in the CLI reference navigation (TOC)
- Moves the banner to an include
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2023-04-07 16:36:37 +02:00
David Karlsson
635cad319a
Merge pull request #17060 from zhangguanzhang/patch-1
...
Fix incorrect word
2023-04-07 08:59:33 +02:00
zhangguanzhang
4e09df06c9
Fix incorrect word
2023-04-07 14:52:10 +08:00
David Karlsson
610c23c93a
Merge pull request #17052 from neersighted/swarm_vxlan_port_security
...
swarm: add context to VXLAN port docs
2023-04-06 18:26:30 +02:00
David Karlsson
d6efb59eda
Merge pull request #17053 from dvdksn/build/update-default-builder-note
...
build: clarify that buildkit is default in Docker Engine v23
2023-04-06 18:08:45 +02:00
David Karlsson
3d139d9a8f
build: clarify that buildkit is default in Docker Engine v23
...
Signed-off-by: David Karlsson <david.karlsson@docker.com>
2023-04-06 17:59:01 +02:00
John Bampton
b3efa5a257
docs(whitespace): standardize `CMD` example commands ( #17033 )
2023-04-06 08:56:38 -07:00
Bjorn Neergaard
6b0c6de62e
swarm: add context to VXLAN port docs
...
Signed-off-by: Bjorn Neergaard <bneergaard@mirantis.com>
2023-04-06 09:54:10 -06:00
Chris Chinchilla
96fe0ef17a
Merge pull request #17050 from ChrisChinchilla/chrisward/volumes-fresh
...
Tweaks for freshness to volumes doc
2023-04-06 17:49:42 +02:00
Chris Chinchilla
1f7b8a01e3
Tweaks for freshness
2023-04-06 12:59:30 +02:00
Chris Chinchilla
b745b45ad4
Merge pull request #17046 from ChrisChinchilla/chrisward/vale-sub
...
Make Vale substitute rule actionable in extensions
2023-04-06 10:46:36 +02:00
Chris Chinchilla
7f9f453ec1
Make Vale substitute rule actionable in extensions
2023-04-06 09:47:35 +02:00
Satyam Singh
0411616bcb
Added link to the Apache 2.0 License ( #17039 )
...
Now the Apache 2.0 License redirects to the Apache 2.0 license. It would be convenient for the user to get to the license with a single click.
2023-04-05 11:59:30 -07:00
Pratyush Mohapatra
d1e5fbfc17
Update 07_multi_container.md ( #17044 )
...
* Update 07_multi_container.md
Made it much more clearer as where the docker run command was being run this time.
In this article, the commands for setting up the to-do docker network, running the mysql container and finding its IP can be run from any CWD.
However, the docker run command here needs to be specifically run from getting-started/app directory.
* Update 07_multi_container.md
Fix: Had added a space by accident. Fixed!
2023-04-05 11:39:51 -07:00