Skip to content

Commit

Permalink
build: bump alpine image to 3.20.1
Browse files Browse the repository at this point in the history
Signed-off-by: Niladri Halder <[email protected]>
  • Loading branch information
niladrih committed Jul 18, 2024
1 parent a576970 commit d509ed1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 34 deletions.
18 changes: 1 addition & 17 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,20 +1,4 @@
# Copyright 2020 The OpenEBS Authors. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

# This Dockerfile builds velero-plugin

FROM alpine:3.11.5
FROM alpine:3.20.1
RUN mkdir /plugins
ADD velero-* /plugins/
USER nobody:nobody
Expand Down
18 changes: 1 addition & 17 deletions plugin.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,19 +1,3 @@
# Copyright 2020 The OpenEBS Authors. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

# This Dockerfile builds velero-plugin

FROM golang:1.14.7 as build

ARG TARGETOS
Expand All @@ -39,7 +23,7 @@ COPY . .

RUN make build

FROM alpine:3.11.5
FROM alpine:3.20.1

ARG BUILD_DATE
ARG DBUILD_DATE
Expand Down

0 comments on commit d509ed1

Please sign in to comment.