Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…operator into ver_bump
  • Loading branch information
ash007-ibm committed Apr 14, 2022
2 parents 9531dcd + db6ef60 commit ffb2972
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the manager binary
FROM golang:1.17.7 as builder
FROM golang:1.17.8 as builder


WORKDIR /workspace
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.ppc64le
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN wget -O /qemu-ppc64le-static https://github.com/multiarch/qemu-user-static/r
RUN chmod +x /qemu-ppc64le-static

# Build the manager binary
FROM golang:1.17.7 as builder
FROM golang:1.17.8 as builder

ARG GOARCH

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.s390x
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN wget -O /qemu-s390x-static https://github.com/multiarch/qemu-user-static/rel
RUN chmod +x /qemu-s390x-static

# Build the manager binary
FROM golang:1.17.7 as builder
FROM golang:1.17.8 as builder

ARG GOARCH

Expand Down
23 changes: 17 additions & 6 deletions base_images.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"destStage": "edge",
"destNamespace": "build-images",
"destImage": "ubi8",
"tag": "8.5-226",
"tag": "8.5-236.1648460182",
"updatePackages": []
},
{
Expand All @@ -18,22 +18,33 @@
"destStage": "edge",
"destNamespace": "build-images",
"destImage": "ubi8-minimal",
"tag": "8.5-230",
"tag": "8.5-240.1648458092",
"updatePackages": []
},
{
"imageType": "external",
"sourceRepo": "quay.io",
"sourceNamespace": "operator-framework",
"sourceImage": "helm-operator",
"destStage": "edge",
"destNamespace": "build-images",
"destImage": "helm-operator",
"tag": "v1.18.1",
"updatePackages": []
},
{
"imageType": "node",
"sourceImage": "ubi8-minimal",
"sourceTag": "8.5-230",
"sourceTag": "8.5-240.1648458092",
"destImage": "node-fermium-ubi8-minimal",
"nodeVersion": "14.19.0"
"nodeVersion": "14.19.1"
},
{
"imageType": "node",
"sourceImage": "ubi8-minimal",
"sourceTag": "8.5-230",
"sourceTag": "8.5-240.1648458092",
"destImage": "node-fermium-npm8-ubi8-minimal",
"nodeVersion": "14.19.0",
"nodeVersion": "14.19.1",
"npmVersion": "8"
}
]

0 comments on commit ffb2972

Please sign in to comment.