Commit Graph

10 Commits

Author SHA1 Message Date
c364c6da30 fix: use apk for Alpine-based registry image
- Replace apt-get with apk for Alpine Linux
- Simplify package installation command
2025-11-05 09:23:59 -08:00
36c854bdf9 fix: update Dockerfile to fix build error
- Add proper USER commands
- Add set -ex for better error handling
- Fix apache2-utils installation
2025-11-05 09:22:47 -08:00
8e8489060c feat: add htpasswd support to registry
- Add Dockerfile with apache2-utils
- Update docker-compose to use local build
- Keep setup minimal while enabling password management
2025-11-05 04:41:30 -08:00
fa2df647c6 refactor: simplify registry to basic setup
- Reduce to only registry:2 image
- Remove unnecessary configuration files
- Add basic .gitignore and env.example
- Keep only essential docker-compose configuration
2025-11-05 04:30:59 -08:00
d8bfde5796 refactor: restructure registry with auth and agent guidelines
- Add built-in authentication with Apache utils
- Add AGENTS.md for coding guidelines
- Enhance security with authentication enabled by default
- Remove unnecessary template files
- Simplify configuration and setup process
2025-11-05 04:11:21 -08:00
e922a939f5 Edward Kenneway on board 2025-11-04 10:13:30 -08:00
65acfb1ff0 pearl harbor 2025-11-04 10:06:29 -08:00
79cec08e0a another bites some dust 2025-11-04 10:03:32 -08:00
9238fb2c72 Update Dockerfile 2025-11-04 17:54:31 +00:00
7c0793f53d Add Dockerfile 2025-11-04 17:47:35 +00:00