Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nfs-subdir-external-provisioner
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Rancher商店
nfs-subdir-external-provisioner
Commits
814e0d8d
Unverified
Commit
814e0d8d
authored
Oct 25, 2023
by
Kubernetes Prow Robot
Committed by
GitHub
Oct 25, 2023
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #301 from damacus/base-image
Update container version
parents
3740e016
ed64e85e
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
Dockerfile
Dockerfile
+1
-1
Dockerfile.multiarch
Dockerfile.multiarch
+2
-2
go.mod
go.mod
+1
-1
No files found.
Dockerfile
View file @
814e0d8d
# Copyright 20
17-2020
The Kubernetes Authors.
# Copyright 20
23
The Kubernetes Authors.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
...
...
Dockerfile.multiarch
View file @
814e0d8d
FROM --platform=$BUILDPLATFORM golang:1.1
8
as build-env
FROM --platform=$BUILDPLATFORM golang:1.1
9
as build-env
# xx wraps go to automatically configure $GOOS, $GOARCH, and $GOARM
# based on TARGETPLATFORM provided by Docker.
...
...
@@ -13,7 +13,7 @@ WORKDIR ${APP_FOLDER}
ARG TARGETPLATFORM
RUN CGO_ENABLED=0 go build -a -ldflags '-extldflags "-static"' -o /bin/main ./cmd/nfs-subdir-external-provisioner
FROM --platform=$TARGETPLATFORM alpine:3.1
2
FROM --platform=$TARGETPLATFORM alpine:3.1
8
RUN apk update --no-cache && apk add ca-certificates
COPY --from=build-env /bin/main /app/main
...
...
go.mod
View file @
814e0d8d
module github.com/kubernetes-sigs/nfs-subdir-external-provisioner
go 1.1
7
go 1.1
9
require (
github.com/golang/glog v1.0.0
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment