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
7ead84ba6bc1c52abe9704830d082f64dd2d551e
Registry/Dockerfile

7 lines
211 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
fix: use named volumes for deployment - Replace local config mount with named volume - Include config.yml content in Dockerfile - Remove dependency on local files
2025-11-05 09:30:46 -08:00
# Create config directory and add default config
fix: simplify and test registry setup - Fix config.yml format - Simplify Dockerfile with direct config copy - Remove unnecessary volume mounts - Tested working locally
2025-11-05 09:32:59 -08:00
COPY config.yml /etc/docker/registry/config.yml
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.0 Page: 59ms 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