Skip to content
Closed
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
2 changes: 1 addition & 1 deletion tests/ironbank/templates/apm-server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG BASE_REGISTRY=registry1.dsop.io
ARG BASE_IMAGE=redhat/ubi/ubi9
ARG BASE_TAG=9.3
ARG BASE_TAG=10.1

FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} AS prep_files

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ tags:
# Build args passed to Dockerfile ARGs
args:
BASE_IMAGE: "redhat/ubi/ubi9"
BASE_TAG: "9.3"
BASE_TAG: "10.1"
2 changes: 1 addition & 1 deletion tests/ironbank/templates/elastic-agent/Dockerfile.tmpl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG BASE_REGISTRY=registry1.dsop.io
ARG BASE_IMAGE=redhat/ubi/ubi9
ARG BASE_TAG=9.6
ARG BASE_TAG=10.1

FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} as prep_files
ARG ELASTIC_STACK={{ beat_version }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ tags:
# Build args passed to Dockerfile ARGs
args:
BASE_IMAGE: "redhat/ubi/ubi9"
BASE_TAG: "9.6"
BASE_TAG: "10.1"
ELASTIC_STACK: "{{ beat_version }}"
ELASTIC_PRODUCT: "elastic-agent"

Expand Down
2 changes: 1 addition & 1 deletion tests/ironbank/templates/elastic-agent/packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ shared:
- &docker_arm_ubi_spec
extra_vars:
image_name: '{{.BeatName}}-ubi9'
from: 'registry.access.redhat.com/ubi9/ubi-minimal:9.3'
from: 'registry.access.redhat.com/ubi9/ubi-minimal:10.1'

- &elastic_docker_spec
extra_vars:
Expand Down
2 changes: 1 addition & 1 deletion tests/ironbank/templates/elasticsearch/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<% if (docker_base == 'iron_bank') { %>
ARG BASE_REGISTRY=registry1.dso.mil
ARG BASE_IMAGE=ironbank/redhat/ubi/ubi9
ARG BASE_TAG=9.3
ARG BASE_TAG=10.1
<% } %>

################################################################################
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ tags:
# Build args passed to Dockerfile ARGs
args:
BASE_IMAGE: "redhat/ubi/ubi9"
BASE_TAG: "9.3"
BASE_TAG: "10.1"
2 changes: 1 addition & 1 deletion tests/ironbank/templates/ent-search/Dockerfile.erb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
ARG BASE_REGISTRY=registry1.dsop.io
ARG BASE_IMAGE=ironbank/redhat/ubi/ubi9

ARG BASE_TAG=9.3
ARG BASE_TAG=10.1
ARG BUILD_ID=1234

FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} as build
Expand Down
2 changes: 1 addition & 1 deletion tests/ironbank/templates/ent-search/dod.rb
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ def initialize(build_environment = :centos8)
case build_environment
when :ubi9
@base_image = 'ubi9/ubi'
@base_tag = '9.3'
@base_tag = '10.1'
end

@image_environment = '-dod'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ tags:
# Build args passed to Dockerfile ARGs
args:
BASE_IMAGE: "redhat/ubi/ubi9"
BASE_TAG: "9.3"
BASE_TAG: "10.1"

labels:<% docker_labels.each do |label, value| %>
<%= label %>: "<%= value %>"<% end %>
Expand Down
2 changes: 1 addition & 1 deletion tests/ironbank/templates/only-dockerfile/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
ARG BASE_REGISTRY=registry1.dsop.io
ARG BASE_IMAGE=redhat/ubi/ubi9
ARG BASE_TAG=9.3
ARG BASE_TAG=10.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
args:
BASE_IMAGE: "redhat/ubi/ubi9"
BASE_TAG: "9.3"
BASE_TAG: "10.1"