-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: deploy all containers and add OpenStack 2024.1 (#4)
* fix: avoid storing tmp cache bits for pip Signed-off-by: Doug Goldstein <[email protected]> * ci: build all the containers on deploy Signed-off-by: Doug Goldstein <[email protected]> * ci: ensure the right registry is always used Signed-off-by: Doug Goldstein <[email protected]> * feat: build OpenStack 2024.1 container Signed-off-by: Doug Goldstein <[email protected]> * ci: skip the need for a checkout buildx will use the git context and not need a checkout in the runner. Signed-off-by: Doug Goldstein <[email protected]> * ci: set annotations on the containers as well Signed-off-by: Doug Goldstein <[email protected]> --------- Signed-off-by: Doug Goldstein <[email protected]>
- Loading branch information
Showing
2 changed files
with
10 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
ARG VERSION=master-ubuntu_jammy | ||
FROM openstackhelm/keystone:$VERSION | ||
RUN /var/lib/openstack/bin/pip install keystone-rxt | ||
RUN /var/lib/openstack/bin/pip install --no-cache-dir keystone-rxt |