generated from kyma-project/template-repository
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add the
registry-init
component (#21)
* add new component * replace SHA tag * rename REAMDE file
- Loading branch information
Showing
2 changed files
with
8 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |