Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gh-296: Change base image to Ubuntu focal #297

Merged
merged 3 commits into from
Apr 26, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions docker/accumulo/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2020-2022 Crown Copyright
# Copyright 2020-2023 Crown Copyright
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand All @@ -12,11 +12,11 @@
# See the License for the specific language governing permissions and
# limitations under the License.

ARG BUILDER_IMAGE_NAME=debian
ARG BUILDER_IMAGE_TAG=stretch-20220125-slim
ARG BUILDER_IMAGE_NAME=ubuntu
ARG BUILDER_IMAGE_TAG=focal-20230412

ARG BASE_IMAGE_NAME=debian
ARG BASE_IMAGE_TAG=stretch-20220125-slim
ARG BASE_IMAGE_NAME=ubuntu
ARG BASE_IMAGE_TAG=focal-20230412

ARG ACCUMULO_VERSION=2.0.1
ARG HADOOP_VERSION=3.3.3
Expand Down
4 changes: 2 additions & 2 deletions docker/gaffer-kerberos/kdc/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.

ARG BASE_IMAGE_NAME=debian
ARG BASE_IMAGE_TAG=stretch-20220125-slim
ARG BASE_IMAGE_NAME=ubuntu
ARG BASE_IMAGE_TAG=focal-20230412

FROM ${BASE_IMAGE_NAME}:${BASE_IMAGE_TAG}

Expand Down
10 changes: 5 additions & 5 deletions docker/hdfs/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2020-2022 Crown Copyright
# Copyright 2020-2023 Crown Copyright
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand All @@ -12,11 +12,11 @@
# See the License for the specific language governing permissions and
# limitations under the License.

ARG BUILDER_IMAGE_NAME=debian
ARG BUILDER_IMAGE_TAG=stretch-20220125-slim
ARG BUILDER_IMAGE_NAME=ubuntu
ARG BUILDER_IMAGE_TAG=focal-20230412

ARG BASE_IMAGE_NAME=debian
ARG BASE_IMAGE_TAG=stretch-20220125-slim
ARG BASE_IMAGE_NAME=ubuntu
ARG BASE_IMAGE_TAG=focal-20230412

ARG HADOOP_VERSION=3.3.3

Expand Down