diff options
| author | Thomas Goirand <zigo@debian.org> | 2025-08-30 15:10:47 +0200 |
|---|---|---|
| committer | git-ubuntu importer <ubuntu-devel-discuss@lists.ubuntu.com> | 2025-09-03 16:33:41 +0000 |
| commit | 4ba715f5dbd592fdafbe99fbe840b098c814d52a (patch) | |
| tree | d454f031df9dbe2a954aed7defcbfb60ed9992ed /Dockerfile | |
| parent | bbe45e8538bacfdfb0c5d8e59cd61d4cb75b00e7 (diff) | |
8.2.0-1 (patches unapplied)import/8.2.0-1
Imported using git-ubuntu import.
Notes
Notes:
* New upstream release.
* Fixed openstacksdk version in d/control.
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 11 |
1 files changed, 9 insertions, 2 deletions
@@ -13,12 +13,19 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM docker.io/opendevorg/python-builder:3.11-bookworm as builder +FROM docker.io/opendevorg/python-builder:3.12-bookworm AS builder COPY . /tmp/src RUN assemble -FROM docker.io/opendevorg/python-base:3.11-bookworm +FROM docker.io/opendevorg/python-base:3.12-bookworm + +LABEL org.opencontainers.image.title="python-openstackclient" +LABEL org.opencontainers.image.description="Client for OpenStack services." +LABEL org.opencontainers.image.licenses="Apache License 2.0" +LABEL org.opencontainers.image.url="https://www.openstack.org/" +LABEL org.opencontainers.image.documentation="https://docs.openstack.org/python-openstackclient/latest/" +LABEL org.opencontainers.image.source="https://opendev.org/openstack/python-openstackclient" COPY --from=builder /output/ /output RUN /output/install-from-bindep |
