Skip to content
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.

Commit

Permalink
Merge pull request #3 from britdm/registry-upgrade
Browse files Browse the repository at this point in the history
Upgrade registry to version 2.8.3
  • Loading branch information
britslampe authored Dec 8, 2023
2 parents 8ab68c5 + 775bfeb commit 20c51ca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ jobs:
with:
context: .
push: true
tags: brittanym/registry:2.2
tags: brittanym/registry:2.3
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ FROM httpd:2.4 as builder
WORKDIR /

RUN apt-get update \
&& apt-get upgrade
&& apt-get upgrade -y
RUN mkdir certs \
&& openssl req -x509 -sha256 -nodes -days 365 \
-newkey rsa:4096 -keyout /certs/registry.key -out /certs/registry.crt \
-subj "/C=US/ST=Texas/L=Austin/O=Company/CN=www.example.com"

FROM registry:2.8.2
FROM registry:2.8.3

ENV REGISTRY_AUTH=htpasswd
ENV REGISTRY_AUTH_HTPASSWD_REALM=Registry\ Realm
Expand Down

0 comments on commit 20c51ca

Please sign in to comment.