Skip to content

Commit

Permalink
Add the registry-init component (#21)
Browse files Browse the repository at this point in the history
* add new component

* replace SHA tag

* rename REAMDE file
  • Loading branch information
pPrecel authored May 6, 2024
1 parent eb1830a commit bcfd023
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions components/registry-init/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
FROM europe-docker.pkg.dev/kyma-project/prod/external/alpine:3.19.1

RUN set -ex \
&& apk upgrade --no-cache \
&& apk add --no-cache ca-certificates apache2-utils
3 changes: 3 additions & 0 deletions components/registry-init/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# registry-init

This component is designed to work as a docker-registry deployment init-container that generates a new record in the `/data/htpasswd` file.

0 comments on commit bcfd023

Please sign in to comment.