Logo
Explore Help
Sign In
Craftmatrix.org/Registry
4
0
Fork 0
You've already forked Registry
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
b23846cbcfc0d3e37ceec7f1c796ac22e1b9df6b
Registry/Dockerfile

7 lines
175 B
Docker
Raw Normal View History

fix: ensure config directory exists - Create config directory in Dockerfile - Use explicit volume bind mount syntax - Fix config.yml mounting issue
2025-11-05 09:28:49 -08:00
FROM registry:2
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
fix: remove invalid no-cache property - Remove invalid no-cache from docker-compose.yml - Clean up Dockerfile syntax
2025-11-05 09:27:20 -08:00
# Use Alpine's apk package manager to install apache2-utils
fix: ensure config directory exists - Create config directory in Dockerfile - Use explicit volume bind mount syntax - Fix config.yml mounting issue
2025-11-05 09:28:49 -08:00
RUN apk --no-cache add apache2-utils
# Create config directory
RUN mkdir -p /etc/docker/registry/
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.0 Page: 18ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API