Commit Graph

59419 Commits

Author SHA1 Message Date
crazy-max
91c93a8acc build: update buildx reference to v0.10.3
Signed-off-by: GitHub <noreply@github.com>
2023-02-16 13:49:02 +00:00
Allie Sadler
1fa82389a6 adjust title of homepage (#16708)
* adjust title of homepage

* Update index.md

* Update index.md
2023-02-15 11:27:49 +00:00
Craig Osterhout
0cf17a994e update registy.json for case-sensitive name (#16703) 2023-02-15 09:25:43 +00:00
Allie Sadler
882fbf89b5 uninstall fix (#16724) 2023-02-14 15:10:45 +00:00
Justin Chadwell
07a01c58e7 Merge pull request #16723 from jedevc/follow-up-16717
fix: Incorrect link to attestation storage
2023-02-14 12:08:05 +00:00
Justin Chadwell
19edb6c606 fixup! fix: Incorrect link to attestation storage
Signed-off-by: Justin Chadwell <me@jedevc.com>
2023-02-14 11:32:47 +00:00
Justin Chadwell
f11a4d02a1 Merge pull request #16717 from kkirsche/patch-1
fix: Incorrect link to attestation storage
2023-02-13 15:40:46 +00:00
Kevin Kirsche
2a41ba80da Update URL based on changes feedback 2023-02-13 10:30:58 -05:00
Kevin Kirsche
a75d9ebd4d fix: Incorrect link to attestation storage
Fixes incorrect link to attestation storage document, https://github.com/moby/buildkit/blob/master/docs/attestations/attestation-storage.md
2023-02-13 10:15:56 -05:00
Allie Sadler
d23bca8c2b improves color contrast of button (#16712) 2023-02-13 10:06:20 +00:00
Mats Luspa
b95bbd15b5 Typo (#16711)
In row 55 to 57 it is written following:
Within the `web` container, your connection string to `db` would look like
`postgres://db:5432`, and from the host machine, the connection string would
look like `postgres://{DOCKER_IP}:8001`.
As the container is running postgres on port 5432 the it should be `postgres://{DOCKER_IP}:5432` in the end of that sentence.
2023-02-10 11:52:52 +00:00
Guillaume Lours
0d02de9a68 update Compose release notes page for v2.16.0 (#16693)
* update Compose release notes page for v2.16.0

Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>

* Apply suggestions from code review

---------

Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2023-02-10 09:21:06 +00:00
Guillaume Lours
3923985d51 Update Compose reference API to v2.16.0 (#16702)
Signed-off-by: GitHub <noreply@github.com>
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Co-authored-by: glours <glours@users.noreply.github.com>
2023-02-10 09:14:54 +00:00
Sebastiaan van Stijn
e8a0a6e508 Merge pull request #16704 from neersighted/engine_23.0.1
engine: add 23.0.1 release notes
2023-02-10 01:16:47 +01:00
Bjorn Neergaard
c8ba9c0b78 engine: add 23.0.1 release notes
Signed-off-by: Bjorn Neergaard <bneergaard@mirantis.com>
2023-02-09 13:09:52 -07:00
Sam Griffith
05d7522a8b Make specified working directory match Dockerfile (#16686) 2023-02-09 15:27:54 +00:00
Salim Djerbouh
b35abe2a3d Comply to convention (#16695)
As per [the docs](https://docs.docker.com/engine/reference/builder/#parser-directives:~:text=Convention%20is%20also%20to%20include%20a%20blank%20line%20following%20any%20parser%20directives.)
> Convention is also to include a blank line following any parser directives.
2023-02-09 15:25:26 +00:00
Jens Erat
e0a45ff946 fix typo in env-file argument (#16698) 2023-02-09 12:45:58 +00:00
Allie Sadler
eb56f32540 change location of desktop note (#16696)
* change location of desktop note

* adjust tone

* adjust tone
2023-02-09 11:44:01 +00:00
Sebastiaan van Stijn
7ea8454215 Merge pull request #16685 from neersighted/23.0.0_errata
Further Engine 23.0.0 errata
2023-02-08 15:58:42 +01:00
Allie Sadler
8e16fb9373 keywords (#16691) 2023-02-08 14:42:21 +00:00
Bjorn Neergaard
22927b192a engine: amend 23.0 release notes with known BuildKit issue caused by a warm cache on upgrade
Signed-off-by: Bjorn Neergaard <bneergaard@mirantis.com>
2023-02-07 17:21:24 -07:00
Sebastiaan van Stijn
945a0421b8 Merge pull request #16681 from thaJeztah/sync_ubuntu
engine/install/ubuntu: update instructions to match debian variant
2023-02-08 00:30:35 +01:00
Craig Osterhout
a96fd1ddb4 Add Linux Docker Desktop path to onboarding (#16673) 2023-02-07 14:00:55 -08:00
Bjorn Neergaard
805642236f engine: amend 23.0 release notes with known BuildKit inline cache issue
Signed-off-by: Bjorn Neergaard <bneergaard@mirantis.com>
2023-02-07 13:00:35 -07:00
Bjorn Neergaard
5875c958be engine: amend 23.0 release notes with skipped logging fix
Signed-off-by: Bjorn Neergaard <bneergaard@mirantis.com>
2023-02-07 13:00:19 -07:00
Mihaela Stoica
6e5b5153ac Change "mentioned above" to "mentioned below" (#16683) 2023-02-07 16:22:28 +00:00
Mihaela Stoica
140d69c496 Remove broken link in vm-vdi (#16682) 2023-02-07 15:19:03 +00:00
Sebastiaan van Stijn
b109743ad2 engine/install/ubuntu: update instructions to match debian variant
Incorporate the changes made in the debian variant from;

- 6d8b08171c
- 37ae672193

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2023-02-07 15:45:05 +01:00
ArnoSen
6d8b08171c Update debian.md (#16654)
* Update debian.md

Set correct filemask for `/etc/apt/keyrings` . If this is not 0755, the keys in the directory cannot be used.

Co-authored-by: Sebastiaan van Stijn <thaJeztah@users.noreply.github.com>
2023-02-07 15:18:25 +01:00
Usha Mandya
c70d8507c8 Merge pull request #16678 from usha-mandya/get-docker-patch
Add a link to engine install
2023-02-07 14:12:56 +00:00
David Karlsson
c59487c0f0 Merge pull request #16225 from matt9ucci/patch-1
Fix error: PowerShell environment variable setting
2023-02-07 14:28:26 +01:00
Usha Mandya
132f3efc81 Add a link to engine install
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2023-02-07 13:15:44 +00:00
Sebastiaan van Stijn
4c80cbe24d Merge pull request #16671 from neersighted/23.0.0_errata
engine: amend 23.0 release notes to acknowledge any ipvlan network is broken on upgrade
2023-02-06 21:28:11 +01:00
Bjorn Neergaard
03ae16e21d engine: amend 23.0 release notes to acknowledge any ipvlan network is broken on upgrade
Co-authored-by: Cory Snider <csnider@mirantis.com>
Signed-off-by: Bjorn Neergaard <bneergaard@mirantis.com>
2023-02-06 13:22:52 -07:00
Sebastiaan van Stijn
a6b66ba4df Merge pull request #16670 from neersighted/23.0.0_errata
engine: amend 23.0 release notes with ipvlan issue
2023-02-06 21:20:10 +01:00
CrazyMax
10ab3f8228 Merge pull request #16646 from crazy-max/update-buildx-release-notes
build: update release notes
2023-02-06 21:11:00 +01:00
Bjorn Neergaard
adec5ffc6f engine: correct minor inconsistencies in 23.0 release ntoes
Signed-off-by: Bjorn Neergaard <bneergaard@mirantis.com>
2023-02-06 09:45:49 -07:00
Bjorn Neergaard
ed0637187d engine: amend 23.0 release notes with ipvlan issue
Signed-off-by: Bjorn Neergaard <bneergaard@mirantis.com>
2023-02-06 09:19:18 -07:00
Sebastiaan van Stijn
62af577a8f Merge pull request #16659 from neersighted/23.0.0_errata
engine: 23.0.0 errata
2023-02-06 16:08:30 +01:00
CrazyMax
6e6694840c Merge pull request #16669 from crazy-max/fix-engine-install
engine: add docker-buildx-plugin package in linux distro install
2023-02-06 15:48:52 +01:00
CrazyMax
72d3016e81 engine: add docker-buildx-plugin package in linux distro install
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2023-02-06 15:33:54 +01:00
CrazyMax
90704052f6 build: update release notes
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2023-02-04 01:16:20 +01:00
CrazyMax
d96fd819f1 Merge pull request #16093 from crazy-max/fix-cli-desc
_includes/cli.md: do not escape flag descriptions
2023-02-03 16:17:33 +01:00
Bjorn Neergaard
48e0158f4f engine: amend 23.0 release notes with tracking issues for known issues
Signed-off-by: Bjorn Neergaard <bneergaard@mirantis.com>
2023-02-03 06:38:13 -07:00
Bjorn Neergaard
f1bf8b03fc engine: amend 23.0 release notes with overlooked change to the example systemd units
Signed-off-by: Bjorn Neergaard <bneergaard@mirantis.com>
2023-02-03 06:38:13 -07:00
Bjorn Neergaard
c6234542cf engine: amend 23.0 release notes with known Kata issue
Signed-off-by: Bjorn Neergaard <bneergaard@mirantis.com>
2023-02-03 06:38:11 -07:00
Bjorn Neergaard
07c0605ab0 engine: amend 23.0 release notes for typos/minor factual errors
Signed-off-by: Bjorn Neergaard <bneergaard@mirantis.com>
2023-02-02 22:28:40 -07:00
CrazyMax
efbed96404 _includes/cli.md: do not escape flag descriptions
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2023-02-03 02:30:27 +01:00
David Karlsson
785ec8c45f Merge pull request #16416 from thaJeztah/engine_23_reference_update
engine: update docs for 23.0.0
2023-02-02 16:01:55 +01:00