Commit Graph

61759 Commits

Author SHA1 Message Date
David Karlsson bb08d57c34 scout: update quickstart guide
Rework the quickstart guide to add new features like policy evaluation
and integrations.

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-01-31 06:52:18 +01:00
Viicos 6d682a0f4a
Use a maintained version of Python in `compose` getting started guide (#19244) 2024-01-29 11:38:57 +00:00
Allie Sadler 7d55c16d5a
ENGDOCS-1965 (#19236)
* ENGDOCS-1965

* Update content/compose/compose-file/13-merge.md

Co-authored-by: Stephanie Aurelio <133041642+stephaurelio@users.noreply.github.com>

---------

Co-authored-by: Stephanie Aurelio <133041642+stephaurelio@users.noreply.github.com>
2024-01-29 11:34:39 +00:00
David Karlsson f94771e77f
Merge pull request #19242 from dvdksn/fix-rendering-issues
site: fix rendering issues
2024-01-29 09:47:13 +01:00
David Karlsson d6627bcbce fix: use flexbox to simplify templates and fix overflow on mobile
The grid col templates weren't working correctly, switched to flexbox to
make it easier to understand and work better on smaller screens.

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-01-28 23:22:17 +01:00
David Karlsson c4f4b43b20 fix: make breadcrumbs fully truncate on mobile
The last element of the breadcrumb (page title) wasn't truncating.

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-01-28 23:20:00 +01:00
David Karlsson 733c95b5a7 fix: don't render menu on home page
The home page context is quite different from regular pages and
sections, so rendering the menu doesn't seem necessary. All the relevant
navigation is available in the main ui.

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-01-28 23:18:33 +01:00
David Karlsson 840ccd5179 build(deps): upgrade javascript dependencies
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-01-28 23:12:04 +01:00
Stephanie Aurelio 6571c82b19
add links (#19237) 2024-01-26 15:40:49 -08:00
David Karlsson 9be41df0e8
Merge pull request #19238 from MihaelaStoica/known-issue-updater
Add known issue to the release notes
2024-01-26 23:27:23 +01:00
Mihaela Stoica 13a495ce3a Add known issue to the release notes 2024-01-26 21:42:51 +00:00
David Karlsson c70bc63d7f
Merge pull request #19233 from dvdksn/get-docker-manuals
move get-docker to the manuals toc
2024-01-26 16:13:58 +01:00
David Karlsson 43ccf2aa25
Merge pull request #19232 from dvdksn/engine-install-chmod-gpg
engine: add chmod a+r for gpg key
2024-01-26 16:02:58 +01:00
David Karlsson 6dc6f503e7 engine: remove gnupg from install prerequisites
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-01-26 15:59:29 +01:00
David Karlsson 951147d39f move get-docker to the manuals toc
Avoids an extra jump through the Guides section, since the installation
instructions are in the manuals section too.

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-01-26 15:42:38 +01:00
David Karlsson 1b49c84d70 engine: add chmod a+r for gpg key
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-01-26 15:27:06 +01:00
David Karlsson aecbb08520
Merge pull request #19229 from dvdksn/fix-engine-install-curl
fix engine install curl
2024-01-26 14:20:56 +01:00
David Karlsson 4464e22211
Merge pull request #19230 from mcapell/fix/acr-rm-incomplete-sentence
fix: remove incomplete sentence
2024-01-26 14:18:14 +01:00
Marc Capell a4a8b60e32
fix: remove incomplete sentence 2024-01-26 14:13:45 +01:00
David Karlsson 82e6994134 fix: use sudo to curl the gpg key
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-01-26 14:02:31 +01:00
David Karlsson 9a5659ce80 fix: wrong capitalization of curl --output flag
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-01-26 14:01:47 +01:00
David Karlsson aa59cce8f6
Merge pull request #19226 from dvdksn/revendor-buildx-o12
vendor: buildx and buildkit
2024-01-26 13:33:49 +01:00
David Karlsson fca9f114a3 vendor: github.com/moby/buildkit v0.13.0-beta1.0.20240126101002-6bd81372ad6f
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-01-26 13:31:30 +01:00
David Karlsson 44937b82b8
Merge pull request #19224 from dvdksn/scout-artifactory-proxy-clarification
scout(artifactory): clarify agent<>registry proxy/fw
2024-01-26 13:29:26 +01:00
David Karlsson 04d9701b1b vendor: github.com/docker/buildx v0.12.2-0.20240126114058-d43cf8c2c6b4
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-01-26 13:28:18 +01:00
David Karlsson c411676ec8 scout(artifactory): remove redundant prerequisite
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-01-26 13:24:33 +01:00
David Karlsson 9e6e59b053
Merge pull request #19120 from dvdksn/landing-page-makeover-poc
site: landing page redesign
2024-01-26 12:25:42 +01:00
David Karlsson 595dfde3b3 site: redesign landing page
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-01-26 11:20:39 +01:00
Allie Sadler b39560e8f3
ECI-fixes (#19222)
* ECI-fixes

* adjust toc

* fix build

* adjust callouts
2024-01-26 09:36:53 +00:00
David Karlsson b93bd492a6 style: add magenta to palette
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-01-26 10:31:34 +01:00
David Karlsson 1302dae30b
Merge pull request #19221 from crazy-max/ci-validate-upstream-comment
ci(validate-upstream): note about update strategy
2024-01-26 09:47:00 +01:00
CrazyMax 9735ff8a2f
ci(validate-upstream): note about update strategy
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
2024-01-26 09:41:38 +01:00
CrazyMax 919a9b9104
Merge pull request #19220 from crazy-max/bump-artifact-action
ci: bump actions/download-artifact to 4
2024-01-26 09:36:07 +01:00
CrazyMax e6405bada4
ci: bump actions/download-artifact to 4
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
2024-01-26 09:31:47 +01:00
David Karlsson e864c797e3
Merge pull request #19219 from bbenip/patch-1
Fix grammatical error
2024-01-26 06:30:06 +01:00
Baljinder Benipal fe3d0117a2
Fix grammatical error 2024-01-25 21:04:03 -05:00
David Karlsson 79efdd5aaa
Merge pull request #19217 from docker/registry-configuration-redirect
fix: missing redirect for /registry/configuration
2024-01-25 23:16:29 +01:00
David Karlsson 5db1e07590
Merge pull request #19138 from audunmg/patch-1
Fix apt-get remove and ascii GPG key
2024-01-25 22:22:47 +01:00
audunmg 33befd6922 Fix apt-get ascii GPG key
Changing the file extension for the GPG key to .asc lets apt-get know
the GPG key is in ascii armor format, no need to dearmor.

Co-authored-by: audunmg <audun@gangsto.org>
Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-01-25 21:58:50 +01:00
David Karlsson 669702d514 fix: missing redirect for /registry/configuration
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-01-25 21:45:41 +01:00
David Karlsson eced36ffc0
Merge pull request #19215 from maxcleme/fix/dd-4.27.0-linux-links
fix(docker-desktop): wrong linux links
2024-01-25 21:44:12 +01:00
maxcleme 137462fd45
fix(docker-desktop): wrong linux links
Signed-off-by: maxcleme <maxime.clement@docker.com>
2024-01-25 21:28:51 +01:00
David Karlsson aa98f3f975
Merge pull request #19214 from dvdksn/fix-horizontal-overflow
fix horizontal overflow
2024-01-25 21:28:32 +01:00
David Karlsson 393c2027e6 css: improve rendering of breadcrumbs on small screens
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-01-25 21:12:59 +01:00
David Karlsson ce9e6317fc css: prevent horizontal overflow on md/sm/xs screens
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-01-25 21:12:07 +01:00
Stephanie Aurelio 8f4c213dad
Callout limitation with convert account (#19212)
* add callout and remove reference to paid sub

* implement feedback
2024-01-25 11:52:28 -08:00
Allie Sadler 9589acc0f5
add links to new pages (#19210)
* add links to new pages

* sentence case

* steal badge
2024-01-25 17:00:40 +00:00
David Karlsson e39e1d7864
Merge pull request #19207 from dvdksn/font-display-fallback
font: use font-display:fallback
2024-01-25 17:34:07 +01:00
David Karlsson bbbdfcd6b0
desktop: containerd general availability (#19105)
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-01-25 16:28:17 +00:00
Cesar Talledo 7734c16df8
ECI: document docker socket mount restrictions. (#19117)
* eci: document docker socket mount restrictions.

Signed-off-by: Cesar Talledo <cesar.talledo@docker.com>

* eci: make formatting of notes more consistent.

Signed-off-by: Cesar Talledo <cesar.talledo@docker.com>

* eci: add new config section to docs TOC.

Signed-off-by: Cesar Talledo <cesar.talledo@docker.com>

* eci: a few more small doc improvements.

Remove the note regarding ECI being available to business customers
from all but the main ECI doc page (it's overkill otherwise).

Signed-off-by: Cesar Talledo <cesar.talledo@docker.com>

* eci: more doc improvements per review feedback.

Signed-off-by: Cesar Talledo <cesar.talledo@docker.com>

---------

Signed-off-by: Cesar Talledo <cesar.talledo@docker.com>
2024-01-25 16:23:39 +00:00