mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-08-15 19:56:06 +00:00
Install ca-certificates for ARM based container builds. (#2481)
* Install ca-certificates for ARM based container builds. Signed-off-by: David Colon <dave@colon.dev> * Adding changelog for PR 2481 Signed-off-by: David Colon <dave@colon.dev>
This commit is contained in:
@@ -14,6 +14,8 @@
|
||||
|
||||
FROM arm32v7/ubuntu:bionic
|
||||
|
||||
RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates
|
||||
|
||||
ADD /bin/linux/arm/restic /usr/bin/restic
|
||||
|
||||
ADD /bin/linux/arm/velero /velero
|
||||
|
||||
@@ -14,6 +14,8 @@
|
||||
|
||||
FROM arm64v8/ubuntu:bionic
|
||||
|
||||
RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates
|
||||
|
||||
ADD /bin/linux/arm64/restic /usr/bin/restic
|
||||
|
||||
ADD /bin/linux/arm64/velero /velero
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
Install `ca-certificates` in ARM based containers.
|
||||
Reference in New Issue
Block a user