File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
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
16
16
17
17
ARG ARCH=amd64
18
18
ARG binary=./_output/${ARCH}/blobplugin
19
19
COPY ${binary} /blobplugin
20
20
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
23
22
24
23
RUN mkdir /blobfuse-proxy/
25
24
COPY ./_output/blobfuse-proxy.deb /blobfuse-proxy/
You can’t perform that action at this time.
0 commit comments