Skip to content

Commit fc30efc

Browse files
authored
Merge pull request #190 from rackerchris/main
fix: bust keystone cache
2 parents a6170f8 + 5b46c6b commit fc30efc

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

ContainerFiles/keystone

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ RUN export DEBIAN_FRONTEND=noninteractive \
3535
pkg-config \
3636
ssl-cert \
3737
xmlsec1
38-
RUN /var/lib/openstack/bin/pip install --constraint https://opendev.org/openstack/requirements/raw/branch/${OS_CONSTRAINTS}/upper-constraints.txt \
38+
ARG CACHEBUST
39+
RUN /var/lib/openstack/bin/pip install -vvv --constraint https://opendev.org/openstack/requirements/raw/branch/${OS_CONSTRAINTS}/upper-constraints.txt \
3940
git+https://github.com/rackerlabs/keystone.git@${OS_VERSION}#egg=keystone \
4041
git+https://github.com/rackerlabs/keystone-rxt@${RXT_VERSION}#egg=keystone_rxt \
4142
ldappool \

0 commit comments

Comments
 (0)