update container base images from bionic to focal (#2471)

Signed-off-by: Steve Kriss <krisss@vmware.com>
This commit is contained in:
Steve Kriss
2020-04-30 16:13:20 -06:00
committed by GitHub
parent 9cd6347968
commit bfc6bd3587
9 changed files with 9 additions and 8 deletions

View File

@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
FROM ubuntu:bionic
FROM ubuntu:focal
LABEL maintainer="Steve Kriss <krisss@vmware.com>"

View File

@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
FROM arm32v7/ubuntu:bionic
FROM arm32v7/ubuntu:focal
ADD /bin/linux/arm/restic /usr/bin/restic

View File

@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
FROM arm64v8/ubuntu:bionic
FROM arm64v8/ubuntu:focal
ADD /bin/linux/arm64/restic /usr/bin/restic

View File

@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
FROM ppc64le/ubuntu:bionic
FROM ppc64le/ubuntu:focal
LABEL maintainer="Prajyot Parab <prajyot.parab@ibm.com>"

View File

@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
FROM ubuntu:bionic
FROM ubuntu:focal
LABEL maintainer="Steve Kriss <krisss@vmware.com>"

View File

@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
FROM arm32v7/ubuntu:bionic
FROM arm32v7/ubuntu:focal
ADD /bin/linux/arm/velero-restic-restore-helper .

View File

@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
FROM arm64v8/ubuntu:bionic
FROM arm64v8/ubuntu:focal
ADD /bin/linux/arm64/velero-restic-restore-helper .

View File

@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
FROM ppc64le/ubuntu:bionic
FROM ppc64le/ubuntu:focal
LABEL maintainer="Prajyot Parab <prajyot.parab@ibm.com>"

View File

@@ -0,0 +1 @@
update container base images from ubuntu:bionic to ubuntu:focal