mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 22:57:16 -04:00
(cherry picked from commit dbb06c20cf
)
Co-authored-by: kaisecheng <69120390+kaisecheng@users.noreply.github.com>
This commit is contained in:
parent
2264a557ed
commit
886a0c7ed7
2 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@ RUN go build
|
|||
<%# Start image_flavor 'ironbank' %>
|
||||
ARG BASE_REGISTRY=registry1.dso.mil
|
||||
ARG BASE_IMAGE=ironbank/redhat/ubi/ubi9
|
||||
ARG BASE_TAG=9.3
|
||||
ARG BASE_TAG=9.5
|
||||
ARG LOGSTASH_VERSION=<%= elastic_version %>
|
||||
ARG GOLANG_VERSION=1.21.8
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@ tags:
|
|||
# Build args passed to Dockerfile ARGs
|
||||
args:
|
||||
BASE_IMAGE: "redhat/ubi/ubi9"
|
||||
BASE_TAG: "9.3"
|
||||
BASE_TAG: "9.5"
|
||||
LOGSTASH_VERSION: "<%= elastic_version %>"
|
||||
GOLANG_VERSION: "1.21.8"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue