Commit Graph

17 Commits

Author SHA1 Message Date
Enrique Hernández Bello
7e1cff804f
Include a default config file into the container to simplify setup (#83)
* Include the default config file into the Docker image

* Add a quick start section in the README file
2024-12-08 19:48:06 +02:00
Roman Vynar
b8faa4b9b1 Update readme 2024-08-19 10:16:13 +03:00
Roman Vynar
f7e40bece8 Allow to override any config option via environment variables using SECTION_KEY_NAME syntax 2024-05-21 17:01:44 +03:00
Roman Vynar
e334d4c6c7 Major rewrite with just breaking changes 2024-04-16 13:54:18 +03:00
Roman Vynar
e538d4c3f1
Implement purge_tags_keep_from_file option. Refactoring. (#63)
* Implement purge_tags_keep_from_file option.
* main.go refactoring.
* Refactor user permissions.
* Update changelog.
2022-09-02 18:05:45 +03:00
Roman Vynar
c022edba0f Update README and screenshots. 2020-02-20 18:44:42 +02:00
Roman Vynar
f9899cb785 Minor amendments for the tag info page to account the cache type of sub-image. 2020-02-20 14:53:12 +02:00
Roman Vynar
67d82c7d59 Amend tag info page, change logging.
* Amend representation of the tag info page
* Change logging library, add "-log-level" argument and put most of the logging into DEBUG mode
2020-02-18 23:31:56 +02:00
Roman Vynar
41e74f70a2 Upgrade Go and dependencies, support custom TZ, fix initial ownership of sqlite db dir.
* Upgrade Go version to 1.13.7, alpine to 3.11 and other dependencies.
* You can define timezone when running container by adding `TZ` env var, e.g. "-e TZ=America/Los_Angeles"
  (thanks to @gminog).
* Fix initial ownership of /opt/data dir in Dockerfile.
2020-02-17 13:13:53 +02:00
Roman Vynar
b563c6d1a1 Add note about deleting tags. 2018-07-10 16:55:50 +03:00
Roman Vynar
9597890b67 Prepare 0.7 release. 2018-07-04 17:57:29 +03:00
Yuhi Ishikura
a8d57564fa Add built-in cron feature. 2018-06-09 09:36:35 +09:00
Roman Vynar
c5a5fe2e8d Add MySQL along with sqlite3 support as a registry events storage. 2018-05-28 15:36:27 +03:00
Roman Vynar
217058cda7 Add a comment about --read-only option usage. 2018-05-16 17:34:12 +03:00
Roman Vynar
95be18ccf1 Add goreportcard and docker images link. 2018-02-20 09:22:47 +02:00
Roman Vynar
2d049c4e3c Add screenshots. 2018-02-19 17:30:34 +02:00
Roman Vynar
8174df6fd7 Initial commit. 2018-02-19 17:12:59 +02:00