Skip to content

Commit

Permalink
Merge pull request #187 from CircleCI-Public/update-public-schema
Browse files Browse the repository at this point in the history
fix: Update public schema to match docker versions
  • Loading branch information
JulesFaucherre authored Jul 3, 2023
2 parents 5ec6eec + 7cb67aa commit edb033e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
4 changes: 2 additions & 2 deletions pkg/services/testdata/noErrors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ parameters:
default: "dev:alpha"

orbs:
compass: atlassian-labs/[email protected].2
compass: atlassian-labs/[email protected].3
shellcheck: circleci/shellcheck
other: atlassian-labs/[email protected].2
other: atlassian-labs/[email protected].3
ccc: cci-dev/ccc@<<pipeline.parameters.dev-orb-version>>

executors:
Expand Down
9 changes: 6 additions & 3 deletions publicschema.json
Original file line number Diff line number Diff line change
Expand Up @@ -620,16 +620,19 @@
"version": {
"description": "If your build requires a specific docker image, you can set it as an image attribute",
"enum": [
"20.10.24",
"20.10.23",
"20.10.18",
"20.10.17",
"20.10.14",
"20.10.12",
"20.10.11",
"20.10.7",
"20.10.6",
"20.10.2",
"19.03.13",
"17.09.0-ce"
"19.03.13"
],
"default": "17.09.0-ce"
"default": "20.10.23"
}
}
},
Expand Down

0 comments on commit edb033e

Please sign in to comment.