- Update to Ruby 3.3.5
- Update to Rails 7.2.1
- Update to Ruby 3.3.4
- Update to Rails 7.1.3.4
- Allow customizing the catalog page size
- Switch back to default ruby base image (Alpine 3.19 based)
- Update to Ruby 3.2.3
- Update to Rails 7.1.3
NOTE:
With this version the way how docker images are pushed is changing slightly: Instead of having the
latest
tag being updated on every (potentially) breaking commit merged intomaster
branch it will be pointing to the last officially published release.You can switch to the
master
tag if you want to get the newest (unreleased) changes.
- Update to Rails 7.1.2
- Update to Rails 7.1.0
- Breaking change:
- The
SECRET_KEY_BASE
option is now mandatory. Please create a unique value withopenssl rand -hex 64
- The
- Accept oci manifests and ignore attestations
- Update to Ruby 3.2.2
- Update to Rails 7.0.4.3
- Handle case of missing
history
attribute in tag response - Allow
version
forSORT_TAGS_BY
environment variable - Turn off Faraday HTTP request header logging
- Add environment variable
REGISTRY_LOG_LEVEL
to set log level Faraday uses when writing registry related log events - Add environment variable
REGISTRY_LOG_HEADERS
to enable Faraday to log HTTP request headers
- Add environment variable
- Update to Ruby 3.1.3
- Update to Rails 7.0.4
- Handle
null
value inrepositories
property of/v2/_catalog
- Add
GET /ping
endpoint for health-checks - Allow to sort tags
- Add Favicon
- Docker image: Remove
yarn
, Addlibc6-compat
- Add total manifest size on details page
- Multiarch improvements: show variant & sort
- Also build armv7 images (32bit ARM)
- Fix delete when using token auth
- Update to Ruby 3.1.2
- Update to Rails 7.0.3
- Support for multi arch docker images
- Support for oci image format
- Option for collapsed namespaces
- Handle errors on tage delete gracefully
- Support token based auth without hardcoded credentials
- Available as
linux/amd64
andlinux/arm64
on hub.docker.com - Update to Ruby 3.0.2
- Update to Rails 6.1.4.1
- Update to Ruby 2.7.2
- Update to Rails 6.0.3.4
- Gracefully handle token auth issues
- Use ca_file option when obtaining auth token
- Fix issue in puma config.
- Add new
CA_FILE
option to configure CA for SSL backends - Update to Rails 6.0.2.2
- Update to Ruby 2.6.6
- Update to Faraday 1.0
- Improve token auth support
- Update to Rails 6.0.2
- Allow Faraday to follow remote redirects
- Support registries returning json header for blob requests
- Update to Ruby 2.6.5 and Rails 6.0.1
- Add
ADDRESS
andSSL_ADDRESS
options - Fix an
Illegal instruction
ruby error related to sassc - Show more details on the tag page (Labels, ENVs, Created Date, ...)
- Security fix for nokogiri CVE-2019-5477
- Improve warning text for delete tag button
- Fix tag delete button for special tag names (like
null
)
- Support for standalone SSL
- Update to Ruby 2.6.3 and Rails 5.2.3
- Support for links in
/example:latest
format (via redirect)
- Update to Ruby 2.6.2 and Rails 5.2.2.1
- Support for token based authentication
- Update of used libraries
- Reduce size of docker image
- Update of Ruby interpreter to 2.6.0 and some used libraries
- Stop hotlinking of icons from external domain icons8.com
- Started versioning the application
Features so far:
- Browse images (by namespace) and their tags
- Delete tags
- Copy & paste of docker pull commands
- Authenticiation with HTTP basic auth or token based authentication against registry