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 9bb31ed commit ff6c516Copy full SHA for ff6c516
Containerfile
@@ -1,4 +1,4 @@
1
-FROM registry.access.redhat.com/ubi8/ubi-minimal
+FROM registry.access.redhat.com/ubi8/ubi-minimal AS build
2
RUN microdnf update -y --refresh --best --nodocs --noplugins --setopt=install_weak_deps=0 && \
3
microdnf install -y --refresh --best --nodocs --noplugins --setopt=install_weak_deps=0 zip unzip make git gcc && \
4
microdnf install -y --refresh --best --nodocs --noplugins --setopt=install_weak_deps=0 go-toolset ca-certificates && \
@@ -34,4 +34,4 @@ EXPOSE 63512
34
ENV CONFIG_PATH=/app/config/config.yaml
35
36
CMD ["/app/trawler"]
37
-
+
0 commit comments