Skip to content

Commit

Permalink
feat(deps): add zstd to factory image (cypress-io#1196)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcC399 authored Aug 19, 2024
1 parent 13ac73a commit 36d58b9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion factory/.env
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ NODE_VERSION="${FACTORY_DEFAULT_NODE_VERSION}"

# Update the FACTORY_VERSION to deploy cypress/factory if you make changes to
# BASE_IMAGE, FACTORY_DEFAULT_NODE_VERSION, YARN_VERSION, factory.Dockerfile or installScripts
FACTORY_VERSION='4.0.6'
FACTORY_VERSION='4.1.0'

# Chrome versions: https://www.ubuntuupdates.org/package/google_chrome/stable/main/base/google-chrome-stable
CHROME_VERSION='127.0.6533.119-1'
Expand Down
4 changes: 4 additions & 0 deletions factory/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change log

## 4.1.0

- Adds [zstd](https://packages.debian.org/stable/utils/zstd) (fast lossless compression algorithm -- CLI tool) to images. Addresses [#584](https://github.com/cypress-io/cypress-docker-images/issues/584)

## 4.0.6

- Reinstates empty directory structure `/usr/share/man` which was previously removed as part of factory build process. Addresses [#1184](https://github.com/cypress-io/cypress-docker-images/issues/1184)
Expand Down
4 changes: 3 additions & 1 deletion factory/factory.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,9 @@ RUN ls -la /root \
# Needed to make https calls from the docker container
openssl \
ca-certificates \
# build only dependancies: removed in onbuild step
# Fast lossless compression algorithm - preferred by GitHub @actions/cache
zstd \
# build only dependencies: removed in onbuild step
bzip2 \
gnupg \
dirmngr \
Expand Down

0 comments on commit 36d58b9

Please sign in to comment.