Skip to content

Commit

Permalink
Merge pull request #24 from yazug/naming_fixup
Browse files Browse the repository at this point in the history
update naming in Dockerfile to barbican
  • Loading branch information
kajinamit authored Aug 17, 2023
2 parents d491c42 + 77c29c7 commit c400e15
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ ARG DEST_ROOT=/dest-root
# NONROOT default id https://github.com/GoogleContainerTools/distroless/blob/main/base/base.bzl#L8=
ARG USER_ID=65532

ARG IMAGE_COMPONENT="placement-operator-container"
ARG IMAGE_NAME="placement-operator"
ARG IMAGE_COMPONENT="barbican-operator-container"
ARG IMAGE_NAME="barbican-operator"
ARG IMAGE_VERSION="1.0.0"
ARG IMAGE_SUMMARY="Placement Operator"
ARG IMAGE_DESC="This image includes the placement-operator"
ARG IMAGE_SUMMARY="Barbican Operator"
ARG IMAGE_DESC="This image includes the barbican-operator"
ARG IMAGE_TAGS="cn-openstack openstack"

### DO NOT EDIT LINES BELOW
Expand All @@ -58,7 +58,7 @@ LABEL com.redhat.component="${IMAGE_COMPONENT}" \
### DO NOT EDIT LINES ABOVE

ENV USER_UID=$USER_ID \
OPERATOR_TEMPLATES=/usr/share/placement-operator/templates/
OPERATOR_TEMPLATES=/usr/share/barbican-operator/templates/

WORKDIR /

Expand Down

0 comments on commit c400e15

Please sign in to comment.