Skip to content

Commit 42bf2c9

Browse files
committed
chore: switch to registry.k8s.io base image
1 parent 2573d6c commit 42bf2c9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pkg/blobplugin/Dockerfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,13 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM k8s.gcr.io/build-image/debian-base:bullseye-v1.1.0
15+
FROM registry.k8s.io/build-image/debian-base:bullseye-v1.2.0
1616

1717
ARG ARCH=amd64
1818
ARG binary=./_output/${ARCH}/blobplugin
1919
COPY ${binary} /blobplugin
2020

21-
RUN apt update && apt upgrade -y && apt-mark unhold libcap2
22-
RUN clean-install ca-certificates uuid-dev util-linux mount udev wget e2fsprogs nfs-common netbase
21+
RUN apt update && apt upgrade -y && apt-mark unhold libcap2 && clean-install ca-certificates uuid-dev util-linux mount udev wget e2fsprogs nfs-common netbase
2322

2423
RUN mkdir /blobfuse-proxy/
2524
COPY ./_output/blobfuse-proxy.deb /blobfuse-proxy/

0 commit comments

Comments
 (0)