We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d1d915 commit b926669Copy full SHA for b926669
inventories/agent.yaml
@@ -3,7 +3,7 @@ vars:
3
s3_bucket: s3://enterprise-operator-dockerfiles/dockerfiles/mongodb-agent
4
5
images:
6
- - name: mongodb-agent
+ - name: mongodb-agent-ubi
7
vars:
8
context: .
9
template_context: docker/mongodb-agent
pipeline.py
@@ -1233,7 +1233,7 @@ def build_multi_arch_agent_in_sonar(
1233
1234
build_image_generic(
1235
config=build_configuration,
1236
- image_name="mongodb-agent",
+ image_name="mongodb-agent-ubi",
1237
inventory_file="inventories/agent.yaml",
1238
multi_arch_args_list=joined_args,
1239
with_image_base=False,
0 commit comments