Skip to content
This repository was archived by the owner on Aug 16, 2024. It is now read-only.

Commit 6e0c053

Browse files
authored
fix: 20610 - switch to che-golang-1.17 (#482)
* fix: 20610 - switch to che-golang-1.17 (depends on new arbitrary-users-patch/base_images build) Change-Id: I7f1101af56414186b5604aa091f89e32e51fe142 Signed-off-by: nickboldt <[email protected]> * add builder for golang-1.17; add TODO to update go/devfile.yaml once 1.17 exists Change-Id: Ia43a2b05c9e50ba5b8450707032691616aac5fdf Signed-off-by: nickboldt <[email protected]> * fix copyright date Change-Id: I2ab6f151dace427cb16f8b74b036f10514f33e73 Signed-off-by: nickboldt <[email protected]>
1 parent f4c5539 commit 6e0c053

3 files changed

Lines changed: 16 additions & 2 deletions

File tree

arbitrary-users-patch/base_images

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ che-antora-2.3 docker.io/antora/antora:2.3.3
22
che-cpp-rhel7 registry.access.redhat.com/devtools/llvm-toolset-rhel7 registry.access.redhat.com/devtools/llvm-toolset-rhel7@sha256:2c65fdfb180eefadb615a6a858ff06ce8541860be2b570716e854510a04cd329
33
che-dotnet-2.2 mcr.microsoft.com/dotnet/core/sdk:2.2-stretch mcr.microsoft.com/dotnet/core/sdk@sha256:db9b38d066fdbdd5ac5ce862076c27e4ae17f2b57cbacd03bdc3b24e06696ae8
44
che-dotnet-3.1 mcr.microsoft.com/dotnet/core/sdk:3.1.301-buster mcr.microsoft.com/dotnet/core/sdk@sha256:c87fd21bdebb2c2d573ecd703981476e5b8ac6a0e96d134722bb672e1c231fea
5-
che-golang-1.12 docker.io/golang:1.12-stretch docker.io/golang@sha256:8b0f4fee390ca1308ef5c522accad9f7d98a4134fcde1b2cff33df1cbb1b3b97
6-
che-golang-1.14 docker.io/golang:1.14-stretch docker.io/golang@sha256:a60bc0c6be7e352336044e68db7089d8604864933fcbc0d7cb2285d60b0b2d98
5+
che-golang-1.17 docker.io/golang:1.17-stretch docker.io/golang@sha256:dd2513467a4f00f108165141bf25bc4f89e3340ca8da8276cd3d0e8707ddaab6
76
che-java11-gradle docker.io/gradle:6.6.1-jdk11 docker.io/gradle@sha256:c25f15608cd9bee8e290dd5654f9a784bea4505719fdedd0ad7ac640bed0fc50
87
che-java11-maven docker.io/maven:3.6.3-jdk-11 docker.io/maven@sha256:1d29ccf46ef2a5e64f7de3d79a63f9bcffb4dc56be0ae3daed5ca5542b38aa2d
98
che-java8-maven docker.io/maven:3.6.1-jdk-8 docker.io/maven@sha256:69b40237b342fee9bf996b81110f4dab250a4bc6a2ee52866965101eda066324

devfiles/go/devfile.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ components:
2828
-
2929
type: dockerimage
3030
# this version is used in the plugin
31+
# TODO 20610 - move to golang-1.17 once it exists
3132
image: quay.io/eclipse/che-golang-1.14:ce0526f
3233
alias: go-cli
3334
env:

dockerfiles/golang-1.17/Dockerfile

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
#
2+
# Copyright (c) 2021 Red Hat, Inc.
3+
# This program and the accompanying materials are made
4+
# available under the terms of the Eclipse Public License 2.0
5+
# which is available at https://www.eclipse.org/legal/epl-2.0/
6+
#
7+
# SPDX-License-Identifier: EPL-2.0
8+
#
9+
10+
ARG BASE_IMAGE="docker.io/golang:1.17-stretch"
11+
12+
FROM docker.io/golang@sha256:dd2513467a4f00f108165141bf25bc4f89e3340ca8da8276cd3d0e8707ddaab6
13+
14+
#{INCLUDE:../base.dockerfile}

0 commit comments

Comments
 (0)