Skip to content

Commit

Permalink
Change to Polarix Containers namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
TommyTran732 authored Jul 30, 2024
1 parent d5604b5 commit 232529d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:

env:
REGISTRY: ghcr.io
IMAGE_NAME: blue-oci/vaultwarden
IMAGE_NAME: polarix-containers/vaultwarden

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN apk -U upgrade \
&& apk add libstdc++ \
&& rm -rf /var/cache/apk/*

COPY --from=ghcr.io/blue-oci/hardened_malloc:latest /install /usr/local/lib/
COPY --from=ghcr.io/polarix-containers/hardened_malloc:latest /install /usr/local/lib/
ENV LD_PRELOAD="/usr/local/lib/libhardened_malloc.so"

RUN adduser -g ${GID} -u ${UID} --disabled-password --gecos "" vaultwarden
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Vaultwarden

![Build, scan & push](https://github.com/Blue-OCI/vaultwarden/actions/workflows/build.yml/badge.svg)
![Build, scan & push](https://github.com/Polarix-Containers/vaultwarden/actions/workflows/build.yml/badge.svg)

### Features & usage
- Built on the [official Alpine-based image](https://github.com/dani-garcia/vaultwarden/tree/main/docker), to be used as a drop-in replacement.
Expand Down

0 comments on commit 232529d

Please sign in to comment.