Skip to content

Commit

Permalink
Updates ubi-9-micro version and adds executable flag to push-helm-cha…
Browse files Browse the repository at this point in the history
…rt.sh (#2221)

* Add new ubi-9-micro version and add executable flag to script

* Add new ubi-9-micro version and add executable flag to script
  • Loading branch information
luhi-DT authored Oct 13, 2023
1 parent 79a5155 commit a161e71
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN CGO_ENABLED=1 CGO_CFLAGS="-O2 -Wno-return-local-addr" \
go build -tags "${GO_BUILD_TAGS}" -trimpath -ldflags="${GO_LINKER_ARGS}" \
-o ./build/_output/bin/dynatrace-operator ./src/cmd/

FROM registry.access.redhat.com/ubi9-micro:9.2@sha256:57ac8525717f02853b992b0fab41752d4120e5d85163acd8ab696c8a94a715b5 AS base
FROM registry.access.redhat.com/ubi9-micro:9.2@sha256:21daf4c8bea788f6114822ab2d4a23cca6c682bdccc8aa7cae1124bcd8002066 AS base
FROM registry.access.redhat.com/ubi9:9.2@sha256:089bd3b82a78ac45c0eed231bb58bfb43bfcd0560d9bba240fc6355502c92976 AS dependency
RUN mkdir -p /tmp/rootfs-dependency
COPY --from=base / /tmp/rootfs-dependency
Expand Down
Empty file modified hack/build/ci/push-helm-chart.sh
100644 → 100755
Empty file.

0 comments on commit a161e71

Please sign in to comment.