We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fa3ca57 + f68cc16 commit 6799bccCopy full SHA for 6799bcc
.gitignore
@@ -2,6 +2,7 @@
2
/.atom-build.yml
3
/.project
4
/.vagrant
5
+/.idea
6
cmd/s2i/debug
7
*~
8
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM registry.redhat.io/ubi9/go-toolset:1.21.13 AS builder
+FROM registry.redhat.io/ubi8/go-toolset:1.21 AS builder
ENV S2I_GIT_VERSION="" \
S2I_GIT_MAJOR="" \
@@ -12,7 +12,7 @@ RUN CGO_ENABLED=0 go build -a -ldflags="-s -w" -o /tmp/s2i ./cmd/s2i
12
# Runner Image
13
#
14
15
-FROM registry.redhat.io/ubi9/ubi-minimal:9.4
+FROM registry.redhat.io/ubi8/ubi-minimal:8.10
16
17
COPY --from=builder /tmp/s2i /usr/local/bin/s2i
18
0 commit comments