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
36c854bdf9243d65b3c2249aa878cf3abb24731a
Registry/Dockerfile

10 lines
205 B
Docker
Raw Normal View History

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
FROM registry:2
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
USER root
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
# Install Apache utilities for htpasswd management
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
RUN set -ex \
&& apt-get update \
&& apt-get install -y apache2-utils \
&& rm -rf /var/lib/apt/lists/*
USER nobody
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.0 Page: 29ms Template: 2ms
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