Skip to content

Commit

Permalink
Removing image attribute from devcontainer to ensure standard linux i…
Browse files Browse the repository at this point in the history
…mage is used by Github Codespaces (#451)

Removing the attribute to set the image, as the default linux image is
excluded from (does not contribute to) storage usage limits of a
Codespace.
  • Loading branch information
paulmsmith authored Jan 7, 2025
1 parent f971bfb commit b67db1a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 0 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "NHS Prototype Kit",
"image": "mcr.microsoft.com/devcontainers/universal:2",
// codespaces seems to have an issue using port 2000 so setting to 2001 for the NHS Prototype Kit
"runArgs": ["--env", "PORT=2001"],
"portsAttributes": {
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# NHS prototype kit Changelog

## [Unreleased]

### Updated

- Updated .devcontainer to remove the image attribute ([PR 451](https://github.com/nhsuk/nhsuk-prototype-kit/pull/451))

## 5.2.0 - 13 December 2024

- Updated start page template to use the `serviceName` variable in the h1 and title tag ([PR 414](https://github.com/nhsuk/nhsuk-prototype-kit/pull/414))
Expand Down

0 comments on commit b67db1a

Please sign in to comment.