File tree Expand file tree Collapse file tree 3 files changed +5
-27
lines changed
Expand file tree Collapse file tree 3 files changed +5
-27
lines changed Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ smb-darwin:
135135
136136.PHONY : container
137137container : smb
138- docker build --no-cache -t $(IMAGE_TAG ) -f ./pkg/smbplugin/dev. Dockerfile .
138+ docker build --no-cache -t $(IMAGE_TAG ) -f ./pkg/smbplugin/Dockerfile .
139139
140140.PHONY : container-linux
141141container-linux :
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- ARG ARCH
15+ FROM k8s.gcr.io/build-image/debian-base:bullseye-v1.0.0
1616
17- FROM k8s.gcr.io/build-image/debian-base:buster-v1.6.0
18- RUN clean-install ca-certificates cifs-utils util-linux e2fsprogs mount udev xfsprogs
17+ RUN apt update && apt-mark unhold libcap2
18+ RUN clean-install ca-certificates cifs-utils util-linux e2fsprogs mount udev xfsprogs libssl1.1
1919
2020LABEL maintainers="andyzhangx"
2121LABEL description="SMB CSI Driver"
22- ARG ARCH
22+ ARG ARCH=amd64
2323
2424COPY ./_output/${ARCH}/smbplugin /smbplugin
2525ENTRYPOINT ["/smbplugin" ]
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments