Releases: nationalarchives/docker
Releases · nationalarchives/docker
v0.7.0
Added
. tna-npm
can be used to load nvm and install the required version
Changed
- Changed Python line lengths from
80
to88
(default for Black)
Removed
staging
option removed fromENVIRONMENT
- there is now onlyproduction
anddevelop
welcome
script removed and added to the end ofdev
Fixed
- Only upgrade npm packages or try to build with
NPM_BUILD_COMMAND
if apackage.json
file exists
v0.6.0
Added
- Added
stylelint-order
forstylelint
manage
command added totna-python-django
- The
upgrade
command in the dev container can now run separate upgrades with eitherupgrade poetry
orupgrade npm
Changed
- Installation of Python formatting and linting tools moved to
Dockerfile
so are available at startup of the dev image - Updated
prettier
,stylelint
andstylelint-config-standard-scss
intna-python-dev
- Updated Poetry to 1.8.5
- Updated Stylelint to 16.12.0
- Updated Uvicorn to 0.34.0
- Updated Uvicorn Worker to 0.3.0
Fixed
- Allow the
manage
command in the dev container to accept multiple arguments
v0.5.2
v0.5.1
v0.5.0
Added
- SSL certificates must be generated and used on environments outside of production
- Docker added back into
tna-python-dev
tna-python-dev
can now run custom scripts when mounted to/home/app/.local/bin/tasks
Changed
- Set the
default
alias for nvm tolts/jod
Removed
- Removed
lts/iron
Fixed
- Fixed the default NodeJS version in
tna-python-dev
Security
- Updated
curl
andlibcurl4
to7.88.1-10+deb12u8
(fixes CVE-2024-2004, CVE-2024-2398 and CVE-2024-7264)
v0.4.0
Added
- Pre-installed the previous NodeJS LTS version as well as the latest
- Semantically versioned images get tagged with their major and minor versions as well as the full version number
Changed
- Updated
black
,flake8
,prettier
,stylelint
,stylelint-config-standard-scss
andstylelint-selector-bem-pattern
in the dev image - Updated the LTS version of NodeJS from
iron
tojod
Removed
- The dev image no longer contains
docker
Fixed
- Fixed the
rg.opencontainers.image.description
in the Django image