Skip to content
This repository was archived by the owner on Dec 12, 2025. It is now read-only.

Commit 7604ea2

Browse files
committed
wip
1 parent e342a5c commit 7604ea2

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

docker/dockerfile_generator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
def operator_params():
66
return {
77
"builder": True,
8-
"builder_image": "golang:alpine",
8+
"builder_image": "golang",
99
"base_image": "registry.access.redhat.com/ubi8/ubi-minimal:latest",
1010
}
1111

docker/templates/Dockerfile.operator

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@ RUN mkdir -p /content/ \
1010
&& curl --fail --retry 3 -o /content/version_manifest.json "https://opsmanager.mongodb.com/static/version_manifest/${manifest_version}.json"
1111
{% endblock -%}
1212

13-
{% block packages -%}
14-
RUN apk add --update curl
15-
{% endblock -%}
16-
1713
{% block build_second_stage -%}
1814
FROM {{base_image}}
1915

0 commit comments

Comments
 (0)