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 43afdd5 commit 3e0af2aCopy full SHA for 3e0af2a
.github/dependabot.yml
@@ -38,3 +38,8 @@ updates:
38
directory: "/"
39
schedule:
40
interval: "weekly"
41
+
42
+ - package-ecosystem: "docker"
43
+ directory: "/hack/ccm"
44
+ schedule:
45
+ interval: "weekly"
hack/ccm/Dockerfile
@@ -14,12 +14,11 @@
14
# See the License for the specific language governing permissions and
15
# limitations under the License.
16
17
-ARG GOLANG_IMAGE=golang:1.19.6
18
ARG TARGETPLATFORM=linux/amd64
19
ARG ARCH=amd64
20
21
# Build IBM cloud controller manager binary
22
-FROM ${GOLANG_IMAGE} AS ccm-builder
+FROM golang:1.20.2 AS ccm-builder
23
ARG ARCH
24
ARG POWERVS_CLOUD_CONTROLLER_COMMIT
25
WORKDIR /build
0 commit comments