-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
44 changed files
with
697 additions
and
3,409 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
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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Images | ||
|
||
The images are built using Earthly and the contents of these files are all | ||
located in the `images/` directory. | ||
|
||
## Adding Gerrit packages | ||
|
||
If you need to cherry-pick a specific Gerrit patch, you can use the following | ||
command to download and extract the patch: | ||
|
||
```bash | ||
earthly ./images+fetch-gerrit-patch \ | ||
--IMAGE keystone \ | ||
--CHANGE 893737 | ||
``` |
This file was deleted.
Oops, something went wrong.
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,15 +1,19 @@ | ||
VERSION 0.7 | ||
|
||
ARG --global PROJECT=barbican | ||
ARG --global RELEASE=2023.2 | ||
ARG --global PROJECT_REF=a00fcade4138ffc52cd9c84b5999297966f019b5 | ||
|
||
build: | ||
FROM ../openstack-service+builder --RELEASE=${RELEASE} | ||
DO ../openstack-service+BUILD_VENV \ | ||
--PROJECT=${PROJECT} \ | ||
--PROJECT_REF=${PROJECT_REF} \ | ||
--PIP_PACKAGES="pykmip" | ||
|
||
image: | ||
ARG PROJECT=barbican | ||
ARG RELEASE=zed | ||
ARG REF=7d6749fcb1ad16a3350de82cd8e523d5b55306f8 | ||
FROM ../openstack-service+image \ | ||
--PROJECT ${PROJECT} \ | ||
--RELEASE ${RELEASE} \ | ||
--PROJECT_REF ${REF} \ | ||
--PIP_PACKAGES "pykmip" | ||
DO ../+APPLY_PATCHES | ||
FROM ../openstack-service+image --RELEASE ${RELEASE} --PROJECT ${PROJECT} | ||
COPY +build/venv /var/lib/openstack | ||
SAVE IMAGE --push \ | ||
ghcr.io/vexxhost/atmosphere/${PROJECT}:${RELEASE} \ | ||
ghcr.io/vexxhost/atmosphere/${PROJECT}:${REF} | ||
ghcr.io/vexxhost/atmosphere/${PROJECT}:${PROJECT_REF} |
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 |
---|---|---|
|
@@ -2,3 +2,4 @@ VERSION 0.7 | |
|
||
image: | ||
FROM ubuntu:jammy | ||
LABEL org.opencontainers.image.source=https://github.com/vexxhost/atmosphere |
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,19 +1,22 @@ | ||
VERSION 0.7 | ||
|
||
ARG --global PROJECT=cinder | ||
ARG --global RELEASE=2023.2 | ||
ARG --global PROJECT_REF=7d158234b72f04e780e307b0375cedf30dd8fb90 | ||
|
||
build: | ||
FROM ../openstack-service+builder --RELEASE=${RELEASE} | ||
DO ../openstack-service+BUILD_VENV \ | ||
--PROJECT=${PROJECT} \ | ||
--PROJECT_REF=${PROJECT_REF} \ | ||
--PIP_PACKAGES="purestorage" | ||
|
||
image: | ||
ARG PROJECT=cinder | ||
ARG RELEASE=zed | ||
ARG REF=011e6549259c0433ceb594d8083f6c838d964311 | ||
FROM ../openstack-service+image \ | ||
--PROJECT ${PROJECT} \ | ||
--RELEASE ${RELEASE} \ | ||
--PROJECT_REF ${REF} \ | ||
--PIP_PACKAGES "purestorage" | ||
DO \ | ||
../+APT_INSTALL \ | ||
--PACKAGES "ceph-common lsscsi nvme-cli python3-rados python3-rbd qemu-utils sysfsutils udev util-linux" | ||
DO ../+APPLY_PATCHES | ||
FROM ../openstack-service+image --RELEASE ${RELEASE} --PROJECT ${PROJECT} | ||
COPY +build/venv /var/lib/openstack | ||
COPY ../kubernetes+image/kubectl /usr/local/bin/kubectl | ||
DO ../+APT_INSTALL \ | ||
--PACKAGES "ceph-common lsscsi nvme-cli python3-rados python3-rbd qemu-utils sysfsutils udev util-linux" | ||
SAVE IMAGE --push \ | ||
ghcr.io/vexxhost/atmosphere/${PROJECT}:${RELEASE} \ | ||
ghcr.io/vexxhost/atmosphere/${PROJECT}:${REF} | ||
ghcr.io/vexxhost/atmosphere/${PROJECT}:${PROJECT_REF} |
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,17 +1,20 @@ | ||
VERSION 0.7 | ||
|
||
ARG --global PROJECT=designate | ||
ARG --global RELEASE=2023.2 | ||
ARG --global PROJECT_REF=2c817b3d7f01de44023f195c6e8de8853683a54a | ||
|
||
build: | ||
FROM ../openstack-service+builder --RELEASE=${RELEASE} | ||
DO ../openstack-service+BUILD_VENV \ | ||
--PROJECT=${PROJECT} \ | ||
--PROJECT_REF=${PROJECT_REF} | ||
|
||
image: | ||
ARG PROJECT=designate | ||
ARG RELEASE=zed | ||
ARG REF=d247267823034c5e656f74e91b50475aa54d3fa6 | ||
FROM ../openstack-service+image \ | ||
--PROJECT ${PROJECT} \ | ||
--RELEASE ${RELEASE} \ | ||
--PROJECT_REF ${REF} | ||
DO \ | ||
../+APT_INSTALL \ | ||
FROM ../openstack-service+image --RELEASE ${RELEASE} --PROJECT ${PROJECT} | ||
COPY +build/venv /var/lib/openstack | ||
DO ../+APT_INSTALL \ | ||
--PACKAGES "bind9utils" | ||
DO ../+APPLY_PATCHES | ||
SAVE IMAGE --push \ | ||
ghcr.io/vexxhost/atmosphere/${PROJECT}:${RELEASE} \ | ||
ghcr.io/vexxhost/atmosphere/${PROJECT}:${REF} | ||
ghcr.io/vexxhost/atmosphere/${PROJECT}:${PROJECT_REF} |
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,19 +1,31 @@ | ||
VERSION 0.7 | ||
|
||
ARG --global PROJECT=glance | ||
ARG --global RELEASE=2023.2 | ||
ARG --global PROJECT_REF=9a4a3067b5c7c7f8ee9363bd939a3d86b260d660 | ||
|
||
build.plugin: | ||
ARG PLUGIN | ||
FROM ../openstack-service+builder --RELEASE=${RELEASE} | ||
DO ../openstack-service+GIT_CHECKOUT \ | ||
--PROJECT=${PLUGIN} \ | ||
--PROJECT_REF=stable/${RELEASE} | ||
SAVE ARTIFACT /src | ||
|
||
build: | ||
FROM ../openstack-service+builder --RELEASE=${RELEASE} | ||
COPY (+build.plugin/src --PLUGIN=glance_store) /glance_store | ||
DO ../openstack-service+BUILD_VENV \ | ||
--PROJECT=${PROJECT} \ | ||
--PROJECT_REF=${PROJECT_REF} \ | ||
--PIP_PACKAGES="/glance_store[cinder]" | ||
|
||
image: | ||
ARG PROJECT=glance | ||
ARG RELEASE=zed | ||
ARG REF=06a18202ab52c64803f044b8f848ed1c160905d2 | ||
FROM ../openstack-service+image \ | ||
--PROJECT ${PROJECT} \ | ||
--RELEASE ${RELEASE} \ | ||
--PROJECT_REF ${REF} \ | ||
--PIP_PACKAGES "glance_store[cinder]" | ||
DO \ | ||
../+APT_INSTALL \ | ||
--PACKAGES "ceph-common lsscsi nvme-cli python3-rados python3-rbd qemu-utils sysfsutils udev util-linux" | ||
DO ../+APPLY_PATCHES | ||
FROM ../openstack-service+image --RELEASE ${RELEASE} --PROJECT ${PROJECT} | ||
COPY +build/venv /var/lib/openstack | ||
COPY ../kubernetes+image/kubectl /usr/local/bin/kubectl | ||
DO ../+APT_INSTALL \ | ||
--PACKAGES "ceph-common lsscsi nvme-cli python3-rados python3-rbd qemu-utils sysfsutils udev util-linux" | ||
SAVE IMAGE --push \ | ||
ghcr.io/vexxhost/atmosphere/${PROJECT}:${RELEASE} \ | ||
ghcr.io/vexxhost/atmosphere/${PROJECT}:${REF} | ||
ghcr.io/vexxhost/atmosphere/${PROJECT}:${PROJECT_REF} |
Oops, something went wrong.