Skip to content

Commit

Permalink
Change base image to Ubuntu focal (#295)
Browse files Browse the repository at this point in the history
  • Loading branch information
t92549 authored Apr 25, 2023
1 parent a5d1bbd commit bb8c1cb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions docker/accumulo/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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=1.9.3
ARG HADOOP_VERSION=3.2.2
Expand Down
8 changes: 4 additions & 4 deletions docker/hdfs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.2

Expand Down

0 comments on commit bb8c1cb

Please sign in to comment.