We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d478366 + ed4454a commit cc7ed35Copy full SHA for cc7ed35
pkg/azurefileplugin/Dockerfile
@@ -12,14 +12,13 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-FROM alpine:3.18.3
+FROM registry.k8s.io/build-image/debian-base:bullseye-v1.4.3
16
17
ARG ARCH=amd64
18
ARG binary=./_output/${ARCH}/azurefileplugin
19
COPY ${binary} /azurefileplugin
20
21
-RUN apk upgrade --available --no-cache && \
22
- apk add --no-cache ca-certificates cifs-utils util-linux e2fsprogs-extra udev xfsprogs-extra nfs-utils
+RUN apt update && apt upgrade -y && apt-mark unhold libcap2 && clean-install ca-certificates cifs-utils util-linux e2fsprogs mount udev xfsprogs nfs-common netbase
23
24
LABEL maintainers="andyzhangx"
25
LABEL description="AzureFile CSI Driver"
0 commit comments