Commit Graph

266 Commits

Author SHA1 Message Date
David Karlsson 6551157241 chore: add @dvdksn as codeowner for /hack
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-11-15 16:33:25 +01:00
David Karlsson 2f96b88d95 chore: update labeler config with hack/ dir
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-11-15 16:31:45 +01:00
David Karlsson 894617569c chore: fix "norway problem" in new guide issue template
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-11-08 10:56:24 +01:00
David Karlsson e006697f4f
Merge pull request #21361 from dvdksn/add-guide-issue-tpl
chore: add issue template for proposing a new guide
2024-11-07 17:06:30 +01:00
David Karlsson 4349b25169
Merge pull request #21107 from dvdksn/copilot-restructure
copilot: restructure content, editorial improvements
2024-11-07 13:10:08 +01:00
David Karlsson 65b65d58d5 chore: add area/copilot config to labeler
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-11-07 13:06:43 +01:00
David Karlsson eca8d53dd8 chore: add issue template for proposing a new guide
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-11-07 12:21:47 +01:00
CrazyMax db6966c59d
ci: check cloudfront config
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
2024-11-07 09:54:27 +01:00
David Karlsson 7b5b54ccd2 chore: tag engine API reference with area/engine label
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-10-14 14:35:33 +02:00
Sarah Sanders 0fb80dc479
Update CODEOWNERS
Updated code owners for my domains (subscription, admin, accounts, billing)
2024-10-09 08:45:17 -07:00
dependabot[bot] 061d3daa8a
build(deps): bump peter-evans/create-pull-request from 7.0.3 to 7.0.5
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 7.0.3 to 7.0.5.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](6cd32fd936...5e914681df)

---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-19 01:36:29 +00:00
dependabot[bot] 954959f82c
build(deps): bump peter-evans/create-pull-request from 7.0.2 to 7.0.3
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 7.0.2 to 7.0.3.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](d121e62763...6cd32fd936)

---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-17 01:47:23 +00:00
dependabot[bot] 9c4cbb27a7
build(deps): bump peter-evans/create-pull-request from 7.0.1 to 7.0.2
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 7.0.1 to 7.0.2.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](8867c4aba1...d121e62763)

---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-13 01:40:32 +00:00
David Karlsson def7d92781 chore: update labeler config
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-09-11 15:50:58 +02:00
Allie Sadler 5e13ff0cd2
codeowners update (#20845)
* codeowners update

* Update .github/CODEOWNERS

Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>

---------

Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-09-11 14:15:08 +01:00
dependabot[bot] 6843e031e0
build(deps): bump peter-evans/create-pull-request from 6.1.0 to 7.0.1
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 6.1.0 to 7.0.1.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](c5a7806660...8867c4aba1)

---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-06 01:31:14 +00:00
David Karlsson 51853b6ca9 chore: move vale out from .github directory
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-08-28 15:35:47 +02:00
Sebastiaan van Stijn b035d55671
vale: allow 'docker/' in link-captions
Try to prevent false-positives on links to GitHub issues, e.g.;

    [docker/docker-ce-packaging#1050](https://github.com/docker/docker-ce-packaging/pull/1050)
    Check failure on line 93 in content/engine/release-notes/27.md

    [vale] reported by reviewdog 🐶
    [Vale.Terms] Use 'Docker' instead of 'docker'.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-08-28 14:56:57 +02:00
Sebastiaan van Stijn 7b8b80b8cc
vale: add TTY to acronyms
[vale] reported by reviewdog 🐶
    [Docker.Acronyms] 'TTY' has no definition.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-08-28 14:03:33 +02:00
Sebastiaan van Stijn b4a15f9be1
vale: add DCT, DSOS and DVP to acronyms
- DSOS: Docker-Sponsored Open Source (DSOS) program
- DVP: Docker Verified Publisher (DVP)
- DCT: Docker Content-Trust

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-08-28 13:57:17 +02:00
Sebastiaan van Stijn f5fe69c3b8
vale: add GHSA to acronyms
GHSA is for GitHub Security Advisories;
https://docs.github.com/en/code-security/security-advisories/working-with-global-security-advisories-from-the-github-advisory-database/about-the-github-advisory-database

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-08-28 13:51:29 +02:00
David Karlsson 32834347d0
Merge pull request #20596 from dvdksn/scout-policy-consolidate
scout: update ootb policy to match health score rules
2024-08-15 10:06:08 +02:00
David Karlsson 23edbb9f4e scout: update ootb policy to match health score rules
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-08-14 11:02:55 +02:00
David Karlsson fd2dbcf9b4
Merge pull request #20584 from dvdksn/housekeeping
hugo/build/ci housekeeping
2024-08-14 09:52:36 +02:00
Allie Sadler a26d380324
ENGDOCS-2179 (#20591)
* ENGDOCS-2179

* link fix

* more link fix

* final link fix
2024-08-13 11:51:09 +01:00
David Karlsson 83adeefaec ci: add check for duplicate target paths / aliases
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-08-13 08:27:54 +02:00
David Karlsson 61cdf6f1cc ci: add dockerfile check
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-08-13 08:27:54 +02:00
Allie Sadler 87acb6a36e
ENGDOCS-2176 (#20569) 2024-08-09 11:41:32 +01:00
David Karlsson 7a2b32fb00 engine: add troubleshooting for managed ifaces
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-08-05 10:37:18 +02:00
Stephanie Aurelio 37e129a46f
Add account section and update settings and security (#20350)
* add account section and update admin pages

* update hub build and security sections

* update toc

* Update content/accounts/_index.md

* Update .github/labeler.yml

---------

Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>
2024-07-17 10:29:28 -07:00
David Karlsson b4237e023b
Merge pull request #20357 from dvdksn/bake-deduplicate-context
build: assorted improvements, cleanup
2024-07-17 15:09:42 +02:00
David Karlsson 140b8d0704 build: remove netlify _release
This build target was not being used for a long time

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-07-09 17:41:11 +02:00
David Karlsson b7758b7567 ci: use @reviewdog branch of vale-action
Using the reviewdog branch of vale-action truncates the raw
output section, allegedly (per the #testthedocs channel in WtD slack)

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-07-09 16:40:13 +02:00
David Karlsson 0754f20478
Merge pull request #20349 from dvdksn/dbc-toplevel
Move Docker Build Cloud to its own top-level section
2024-07-05 13:54:24 +02:00
David Karlsson 2f828c816b chore: add codeowners for build-cloud
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-07-05 13:19:03 +02:00
David Karlsson c7958596f7
Merge pull request #20040 from dvdksn/gha-ubuntu-24.04
ci: bump runner to ubuntu-24.04
2024-07-04 14:14:24 +02:00
David Karlsson 8bfe52f43e ci: ignore externally managed environment python error
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-07-04 14:05:13 +02:00
David Karlsson c7cde04527 ci: add labeler config for build-cloud
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-07-03 17:33:29 +02:00
David Karlsson 1f1e6bf031 ci: bump runner to ubuntu-22.04
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-07-03 11:07:07 +02:00
David Karlsson 405153a565
Merge pull request #20312 from dvdksn/health-score-agpl-license
scout: health score only consider AGPL
2024-07-01 17:53:15 +02:00
David Karlsson f6e63e55fe
Merge pull request #20208 from dvdksn/docker-copilot-ext-beta
GitHub copilot extension, early access docs
2024-06-27 21:51:49 +02:00
David Karlsson 69319a6781 vale: add AGPL to vocabulary
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-06-27 17:37:48 +02:00
David Karlsson f58694d9d1 test: add check for validating go-redirects
Test ensures that:

- Go redirects are unique (this is actually enforced by YAML already
  because it requires keys to be unique, but just in case someone
  'echo >>'es into the file or whatever
- Go redirects always resolve to an index.html in the public output dir

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-06-27 13:45:30 +02:00
David Karlsson d24abfd62f chore: az-sort vale vocabulary
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-06-27 11:35:51 +02:00
David Karlsson 0f940fcda0 vale: add Codespaces to vocabulary
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-06-27 11:34:39 +02:00
David Karlsson d0d7db3d67
Merge pull request #20026 from robmry/ip6tables-by-default
Updates for moby 27.0
2024-06-25 16:51:20 +02:00
Rob Murray a743d20673 network: Add NAT to the Vale linter's accept list.
Signed-off-by: Rob Murray <rob.murray@docker.com>
2024-06-25 16:49:08 +02:00
David Karlsson 8479834c27 vale: add Debootstrap to vocabulary
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-06-24 09:08:07 +02:00
dependabot[bot] 9fea2ea117
build(deps): Bump peter-evans/create-pull-request from 6.0.5 to 6.1.0
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 6.0.5 to 6.1.0.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](6d6857d369...c5a7806660)

---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-19 01:24:03 +00:00
dependabot[bot] 82942dffc2
build(deps): Bump docker/bake-action from 4 to 5
Bumps [docker/bake-action](https://github.com/docker/bake-action) from 4 to 5.
- [Release notes](https://github.com/docker/bake-action/releases)
- [Commits](https://github.com/docker/bake-action/compare/v4...v5)

---
updated-dependencies:
- dependency-name: docker/bake-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-17 09:37:56 +00:00