Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions containers/glance/buildrequirements.lock.master
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
build==1.5.0
build==1.6.0
calver==2025.10.20
coherent-licensed==0.5.2
cython==3.3.0
Expand All @@ -8,7 +8,7 @@ hatch-fancy-pypi-readme==25.1.0
hatch-vcs==0.5.0
hatchling==1.32.0
maturin==1.15.0
packaging==26.2
packaging==26.3
pathspec==1.1.1
pbr==7.0.3
pluggy==1.6.0
Expand All @@ -20,10 +20,10 @@ setuptools-scm==10.2.1
setuptools-scm==7.1.0
tomlkit==0.15.1
trove-classifiers==2026.6.1.19
typing-extensions==4.15.0
typing-extensions==4.16.0
vcs-versioning==2.3.1
wheel==0.48.0

# The following packages are considered to be unsafe in a requirements file:
setuptools==82.0.1
setuptools==83.0.0
setuptools==84.0.0
8 changes: 6 additions & 2 deletions containers/glance/glance-api/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ RUN mkdir -p /configfiles/etc/glance && \
oslo-config-generator \
--config-file ${SERVICE_SRC}/etc/oslo-config-generator/glance-api.conf \
--output-file /configfiles/etc/glance/glance-api.conf && \
cp -a ${SERVICE_SRC}/etc/glance-api-paste.ini /configfiles/etc/glance/
cp -a ${SERVICE_SRC}/etc/glance-api-paste.ini /configfiles/etc/glance/ && \
cp -a ${SERVICE_SRC}/etc/metadefs /configfiles/etc/glance/metadefs

# --- Runtime stage ---
FROM ${BASE_IMAGE}
Expand Down Expand Up @@ -100,9 +101,12 @@ RUN mkdir -p /etc/glance /var/log/glance /var/lib/glance /var/lib/glance/images

COPY --from=build /configfiles/etc/glance/glance-api.conf /etc/glance/glance-api.conf
COPY --from=build /configfiles/etc/glance/glance-api-paste.ini /etc/glance/glance-api-paste.ini
COPY --from=build /configfiles/etc/glance/metadefs /etc/glance/metadefs

RUN chmod 640 /etc/glance/glance-api.conf /etc/glance/glance-api-paste.ini && \
chown glance:glance /etc/glance/glance-api.conf /etc/glance/glance-api-paste.ini
chown glance:glance /etc/glance/glance-api.conf /etc/glance/glance-api-paste.ini && \
chown -R glance:glance /etc/glance/metadefs && \
chmod 640 /etc/glance/metadefs/*

# WSGI script for httpd
RUN mkdir -p /var/www/cgi-bin/glance
Expand Down
85 changes: 42 additions & 43 deletions containers/glance/requirements.lock.master
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
alembic==1.18.5
alembic==1.19.1
amqp==5.3.1
attrs==26.1.0
automaton==3.4.0
automaton==3.5.0
autopage==0.6.0
bcrypt==5.0.0
cachetools==7.1.4
cachetools==7.1.7
castellan==5.8.0
certifi==2026.7.22
cffi==2.0.0
charset-normalizer==3.4.7
cliff==4.15.0
cmd2==4.0.0
cffi==2.1.1
charset-normalizer==3.5.0
cliff==4.16.0
cmd2==4.2.0
cotyledon==2.2.0
cursive==0.3.0
cursive==0.3.1
debtcollector==3.1.0
decorator==5.3.1
defusedxml==0.7.1
dnspython==2.8.0
dogpile-cache==1.5.0
eventlet==0.41.0
eventlet==0.41.2
fasteners==0.20
futurist==3.4.0
glance-store==5.6.0
greenlet==3.5.3
futurist==3.5.0
glance-store==5.7.0
greenlet==3.5.5
httplib2==0.32.0
idna==3.18
importlib-metadata==9.0.0
Expand All @@ -33,47 +33,47 @@ jsonpatch==1.33
jsonpointer==3.1.1
jsonschema==4.26.0
jsonschema-specifications==2025.9.1
keystoneauth1==5.15.0
keystonemiddleware==13.0.0
keystoneauth1==5.17.0
keystonemiddleware==13.0.1
kombu==5.6.2
mako==1.3.12
mako==1.4.1
markdown-it-py==4.2.0
markupsafe==3.0.3
mdurl==0.1.2
msgpack==1.2.1
netaddr==1.3.0
networkx==3.6.1
openstacksdk==4.18.0
os-brick==7.1.0
openstacksdk==4.20.0
os-brick==7.1.1
os-service-types==1.9.0
oslo-cache==4.3.0
oslo-concurrency==7.6.1
oslo-config==10.7.0
oslo-context==6.5.0
oslo-db==18.1.0
oslo-db==18.1.1
oslo-i18n==6.9.0
oslo-limit==2.12.0
oslo-log==8.3.0
oslo-messaging==18.2.0
oslo-metrics==0.16.0
oslo-log==8.3.1
oslo-messaging==18.3.0
oslo-metrics==0.17.0
oslo-middleware==8.2.0
oslo-policy==6.0.0
oslo-policy==6.0.1
oslo-privsep==3.12.0
oslo-reports==3.9.0
oslo-rootwrap==7.10.0
oslo-serialization==5.11.0
oslo-service==4.8.0
oslo-upgradecheck==2.8.0
oslo-utils==10.1.1
oslo-utils==10.2.0
osprofiler==4.4.0
packaging==26.2
packaging==26.3
paste==3.10.1
pastedeploy==3.1.0
pbr==7.0.3
platformdirs==4.10.0
platformdirs==4.11.3
prettytable==3.18.0
prometheus-client==0.25.0
prompt-toolkit==3.0.52
prometheus-client==0.26.0
prompt-toolkit==3.0.53
psutil==7.2.2
pycadf==4.1.0
pycparser==3.0
Expand All @@ -84,16 +84,15 @@ pymemcache==4.0.0
pymysql==1.2.0
pyparsing==3.3.2
pyperclip==1.11.0
python-barbicanclient==7.5.0
python-barbicanclient==7.6.0
python-binary-memcached==0.32.0
python-cinderclient==9.9.0
python-dateutil==2.9.0.post0
python-keystoneclient==5.8.0
python-keystoneclient==6.0.0
python-memcached==1.62
python-swiftclient==4.10.0
pytz==2026.2
python-swiftclient==4.11.0
pyyaml==6.0.3
redis==8.0.1
redis==8.1.0
referencing==0.37.0
repoze-lru==0.8
requests==2.34.2
Expand All @@ -102,26 +101,26 @@ rfc3986==2.0.0
rich==15.0.0
rich-argparse==1.8.0
routes==2.5.1
rpds-py==2026.5.1
rpds-py==2026.6.3
setproctitle==1.3.7
simplegeneric==0.8.1
six==1.17.0
sqlalchemy==2.0.51
sqlalchemy==2.0.52
statsd==4.0.1
stevedore==5.9.0
taskflow==6.3.0
stevedore==5.9.1
taskflow==6.4.0
tenacity==9.1.4
testresources==2.1.2
testscenarios==0.6.2
typing-extensions==4.15.0
tzdata==2026.2
uhashring==2.4
typing-extensions==4.16.0
tzdata==2026.3
uhashring==2.5
urllib3==2.7.0
vine==5.1.0
wcwidth==0.8.1
webob==1.8.10
wrapt==2.2.2
wsme==0.12.1
wcwidth==0.8.2
webob==1.8.11
wrapt==2.3.0
wsme==0.13.0
yappi==1.7.6
zipp==4.1.0

Expand Down
4 changes: 2 additions & 2 deletions containers/glance/sources.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
master upper-constraints https://opendev.org/openstack/requirements.git master b8de3b00af9dd2ffc1a85bf836cf3c7ee9e8bac7
master glance https://opendev.org/openstack/glance.git master 4f7a19df0cdad9cb50e92bc8a69be13543c4a3b5
master upper-constraints https://opendev.org/openstack/requirements.git master e7f5b22a07aa8ec5ed47d92507cd16a1d80b99e3
master glance https://opendev.org/openstack/glance.git master 4b369fc380fa17aa6a21b4a46530439bedee211e
Loading