This repository has been archived by the owner on Aug 16, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 114
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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]>
- Loading branch information
Showing
3 changed files
with
16 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# | ||
# Copyright (c) 2021 Red Hat, Inc. | ||
# This program and the accompanying materials are made | ||
# available under the terms of the Eclipse Public License 2.0 | ||
# which is available at https://www.eclipse.org/legal/epl-2.0/ | ||
# | ||
# SPDX-License-Identifier: EPL-2.0 | ||
# | ||
|
||
ARG BASE_IMAGE="docker.io/golang:1.17-stretch" | ||
|
||
FROM docker.io/golang@sha256:dd2513467a4f00f108165141bf25bc4f89e3340ca8da8276cd3d0e8707ddaab6 | ||
|
||
#{INCLUDE:../base.dockerfile} |