mirror of
https://github.com/elastic/logstash.git
synced 2025-04-19 12:25:10 -04:00
Update the golang references for the Ironbank distro (#16593)
Fixes the version of the included version of golang to consistently be 1.21.8 across the Dockerfile and hardening manifest templates
This commit is contained in:
parent
b4ca550dca
commit
06fe3ed3c2
2 changed files with 4 additions and 4 deletions
|
@ -28,7 +28,7 @@ ARG BASE_REGISTRY=registry1.dsop.io
|
|||
ARG BASE_IMAGE=ironbank/redhat/ubi/ubi8
|
||||
ARG BASE_TAG=8.10
|
||||
ARG LOGSTASH_VERSION=<%= elastic_version %>
|
||||
ARG GOLANG_VERSION=1.17.8
|
||||
ARG GOLANG_VERSION=1.21.8
|
||||
|
||||
FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} AS env2yaml
|
||||
|
||||
|
|
|
@ -45,11 +45,11 @@ resources:
|
|||
type: sha512
|
||||
value: <INSERT SHA512 VALUE FROM https://artifacts.elastic.co/downloads/logstash/logstash-<%= elastic_version %>-linux-x86_64.tar.gz.sha512>
|
||||
|
||||
- filename: go1.17.8.linux-amd64.tar.gz
|
||||
url: https://dl.google.com/go/go1.17.8.linux-amd64.tar.gz
|
||||
- filename: go1.21.8.linux-amd64.tar.gz
|
||||
url: https://dl.google.com/go/go1.21.8.linux-amd64.tar.gz
|
||||
validation:
|
||||
type: sha256
|
||||
value: 980e65a863377e69fd9b67df9d8395fd8e93858e7a24c9f55803421e453f4f99
|
||||
value: 538b3b143dc7f32b093c8ffe0e050c260b57fc9d57a12c4140a639a8dd2b4e4f
|
||||
- filename: v2.3.0.tar.gz
|
||||
url: https://github.com/go-yaml/yaml/archive/v2.3.0.tar.gz
|
||||
validation:
|
||||
|
|
Loading…
Add table
Reference in a new issue