Skip to content
Snippets Groups Projects
Commit ea76ba2f authored by František Řezníček's avatar František Řezníček
Browse files

feat: build neutron image with radvd

parent bad9c34f
No related branches found
No related tags found
No related merge requests found
Pipeline #431475 skipped
...@@ -36,4 +36,8 @@ build-image-keystone: ...@@ -36,4 +36,8 @@ build-image-keystone:
variables: variables:
CONTAINER_DIR: keystone CONTAINER_DIR: keystone
build-image-keystone:
<<: *build-a-image
variables:
CONTAINER_DIR: neutron
...@@ -4,4 +4,6 @@ Gitlab repository for building custom images ...@@ -4,4 +4,6 @@ Gitlab repository for building custom images
## [Keystone](/keystone) ## [Keystone](/keystone)
## [Neutron](/neutron)
## [Ubuntu:Jammy with podman](/ubuntu-jammy-podman) ## [Ubuntu:Jammy with podman](/ubuntu-jammy-podman)
\ No newline at end of file
FROM docker.io/openstackhelm/neutron:yoga-ubuntu_focal-20240127
# target-image-suffix: neutron:yoga-ubuntu_focal-20240127-radvd-1
# install additional packages
RUN apt -y update && \
apt -y install radvd && \
apt -y clean
LABEL maintainer="MetaCentrum Cloud Team <cloud[at]metacentrum.cz>" \
org.label-schema.schema-version="1.0.0-rc.1" \
org.label-schema.vendor="Masaryk University, ICS" \
org.label-schema.name="g2/custom-images" \
org.label-schema.version="1.0.0" \
org.label-schema.build-date="$BUILD_DATE" \
org.label-schema.build-ci-job-name="$CI_BUILD_JOB_NAME" \
org.label-schema.build-ci-build-id="$CI_BUILD_ID" \
org.label-schema.build-ci-host-name="$CI_BUILD_HOSTNAME" \
org.label-schema.url="https://gitlab.ics.muni.cz/cloud/g2/custom-images" \
org.label-schema.vcs-url="https://gitlab.ics.muni.cz/cloud/g2/custom-images" \
org.label-schema.vcs-ref="$CI_COMMIT_SHA"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment