Merge pull request #43468 from thaJeztah/20.10_backport_update_go_1.17

[20.10 backport] update to go 1.17.8
This commit is contained in:
Brian Goff 2022-04-12 09:41:51 -07:00 committed by GitHub
commit 086a3fa036
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
648 changed files with 24147 additions and 16004 deletions

View file

@ -3,7 +3,7 @@
ARG CROSS="false"
ARG SYSTEMD="false"
# IMPORTANT: When updating this please note that stdlib archive/tar pkg is vendored
ARG GO_VERSION=1.16.15
ARG GO_VERSION=1.17.8
ARG DEBIAN_FRONTEND=noninteractive
ARG VPNKIT_VERSION=0.5.0
ARG DOCKER_BUILDTAGS="apparmor seccomp"

View file

@ -1,4 +1,4 @@
ARG GO_VERSION=1.16.15
ARG GO_VERSION=1.17.8
FROM golang:${GO_VERSION}-alpine AS base
ENV GO111MODULE=off

View file

@ -5,7 +5,7 @@
# This represents the bare minimum required to build and test Docker.
ARG GO_VERSION=1.16.15
ARG GO_VERSION=1.17.8
FROM golang:${GO_VERSION}-buster
ENV GO111MODULE=off

View file

@ -165,7 +165,7 @@ FROM microsoft/windowsservercore
# Use PowerShell as the default shell
SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]
ARG GO_VERSION=1.16.15
ARG GO_VERSION=1.17.8
ARG GOTESTSUM_VERSION=v1.7.0
# Environment variable notes:

View file

@ -1,3 +1,4 @@
//go:build !windows
// +build !windows
package api // import "github.com/docker/docker/api"

View file

@ -1,3 +1,4 @@
//go:build !windows
// +build !windows
package container // import "github.com/docker/docker/api/types/container"

View file

@ -1,3 +1,4 @@
//go:build !windows
// +build !windows
package buildkit

View file

@ -1,3 +1,4 @@
//go:build !windows
// +build !windows
package worker

View file

@ -1,3 +1,4 @@
//go:build windows
// +build windows
package worker

View file

@ -1,3 +1,4 @@
//go:build !windows
// +build !windows
package dockerfile // import "github.com/docker/docker/builder/dockerfile"

View file

@ -1,3 +1,4 @@
//go:build !windows
// +build !windows
package dockerfile // import "github.com/docker/docker/builder/dockerfile"

View file

@ -1,3 +1,4 @@
//go:build !windows
// +build !windows
package dockerfile // import "github.com/docker/docker/builder/dockerfile"

View file

@ -1,3 +1,4 @@
//go:build !windows
// +build !windows
package dockerfile // import "github.com/docker/docker/builder/dockerfile"

View file

@ -1,3 +1,4 @@
//go:build windows
// +build windows
package dockerfile // import "github.com/docker/docker/builder/dockerfile"

View file

@ -1,3 +1,4 @@
//go:build windows
// +build windows
package dockerfile // import "github.com/docker/docker/builder/dockerfile"

View file

@ -1,3 +1,4 @@
//go:build linux || freebsd || openbsd || netbsd || darwin || solaris || illumos || dragonfly
// +build linux freebsd openbsd netbsd darwin solaris illumos dragonfly
package client // import "github.com/docker/docker/client"

View file

@ -1,3 +1,4 @@
//go:build linux || freebsd
// +build linux freebsd
package main

View file

@ -1,3 +1,4 @@
//go:build linux || freebsd
// +build linux freebsd
package main

View file

@ -1,3 +1,4 @@
//go:build linux || freebsd
// +build linux freebsd
package main

View file

@ -1,3 +1,4 @@
//go:build !windows
// +build !windows
package main

View file

@ -1,3 +1,4 @@
//go:build !windows
// +build !windows
package main

View file

@ -1,3 +1,4 @@
//go:build !windows
// +build !windows
package main

View file

@ -1,3 +1,4 @@
//go:build !windows
// +build !windows
package main

View file

@ -1,3 +1,4 @@
//go:build !windows
// +build !windows
package container // import "github.com/docker/docker/container"

View file

@ -1,3 +1,4 @@
//go:build !windows
// +build !windows
package container // import "github.com/docker/docker/container"

View file

@ -1,3 +1,4 @@
//go:build !windows
// +build !windows
package main

View file

@ -1,3 +1,4 @@
//go:build linux
// +build linux
package daemon // import "github.com/docker/docker/daemon"

View file

@ -1,3 +1,4 @@
//go:build !linux
// +build !linux
package daemon // import "github.com/docker/docker/daemon"

View file

@ -1,3 +1,4 @@
//go:build !windows
// +build !windows
package daemon // import "github.com/docker/docker/daemon"

View file

@ -1,3 +1,4 @@
//go:build !windows
// +build !windows
package daemon // import "github.com/docker/docker/daemon"

View file

@ -1,3 +1,4 @@
//go:build !windows
// +build !windows
package container // import "github.com/docker/docker/daemon/cluster/executor/container"

View file

@ -1,3 +1,4 @@
//go:build !windows
// +build !windows
package container // import "github.com/docker/docker/daemon/cluster/executor/container"

View file

@ -1,3 +1,4 @@
//go:build windows
// +build windows
package container // import "github.com/docker/docker/daemon/cluster/executor/container"

View file

@ -1,3 +1,4 @@
//go:build !linux
// +build !linux
package cluster // import "github.com/docker/docker/daemon/cluster"

View file

@ -1,3 +1,4 @@
//go:build linux || freebsd
// +build linux freebsd
package config // import "github.com/docker/docker/daemon/config"

View file

@ -1,3 +1,4 @@
//go:build !windows
// +build !windows
package config // import "github.com/docker/docker/daemon/config"

View file

@ -1,3 +1,4 @@
//go:build linux || freebsd
// +build linux freebsd
package config // import "github.com/docker/docker/daemon/config"

View file

@ -1,3 +1,4 @@
//go:build !windows
// +build !windows
package config // import "github.com/docker/docker/daemon/config"

View file

@ -1,3 +1,4 @@
//go:build windows
// +build windows
package config // import "github.com/docker/docker/daemon/config"

View file

@ -1,3 +1,4 @@
//go:build !linux && !windows
// +build !linux,!windows
package daemon // import "github.com/docker/docker/daemon"

View file

@ -1,4 +1,5 @@
//+build !windows
//go:build !windows
// +build !windows
package daemon // import "github.com/docker/docker/daemon"

View file

@ -1,3 +1,4 @@
//go:build linux || freebsd
// +build linux freebsd
package daemon // import "github.com/docker/docker/daemon"

View file

@ -1,3 +1,4 @@
//go:build linux || freebsd
// +build linux freebsd
package daemon

View file

@ -1,3 +1,4 @@
//go:build !windows
// +build !windows
package daemon // import "github.com/docker/docker/daemon"

View file

@ -1,3 +1,4 @@
//go:build linux
// +build linux
package daemon // import "github.com/docker/docker/daemon"

View file

@ -1,3 +1,4 @@
//go:build linux || freebsd
// +build linux freebsd
package daemon // import "github.com/docker/docker/daemon"

View file

@ -1,3 +1,4 @@
//go:build !windows
// +build !windows
package daemon // import "github.com/docker/docker/daemon"

View file

@ -1,3 +1,4 @@
//go:build !linux && !freebsd && !windows
// +build !linux,!freebsd,!windows
package daemon // import "github.com/docker/docker/daemon"

View file

@ -1,3 +1,4 @@
//go:build windows
// +build windows
package daemon // import "github.com/docker/docker/daemon"

View file

@ -1,3 +1,4 @@
//go:build !windows
// +build !windows
package daemon // import "github.com/docker/docker/daemon"

View file

@ -1,3 +1,4 @@
//go:build !linux && !darwin && !freebsd && !windows
// +build !linux,!darwin,!freebsd,!windows
package daemon // import "github.com/docker/docker/daemon"

View file

@ -1,3 +1,4 @@
//go:build linux
// +build linux
package daemon

View file

@ -1,3 +1,4 @@
//go:build linux
// +build linux
/*

View file

@ -1,3 +1,4 @@
//go:build linux
// +build linux
package aufs // import "github.com/docker/docker/daemon/graphdriver/aufs"

View file

@ -1,3 +1,4 @@
//go:build linux
// +build linux
package aufs // import "github.com/docker/docker/daemon/graphdriver/aufs"

View file

@ -1,3 +1,4 @@
//go:build linux
// +build linux
package aufs // import "github.com/docker/docker/daemon/graphdriver/aufs"

View file

@ -1,3 +1,4 @@
//go:build linux
// +build linux
package btrfs // import "github.com/docker/docker/daemon/graphdriver/btrfs"

View file

@ -1,3 +1,4 @@
//go:build linux
// +build linux
package btrfs // import "github.com/docker/docker/daemon/graphdriver/btrfs"

View file

@ -1,3 +1,4 @@
//go:build !linux || !cgo
// +build !linux !cgo
package btrfs // import "github.com/docker/docker/daemon/graphdriver/btrfs"

View file

@ -1,3 +1,4 @@
//go:build linux
// +build linux
package btrfs // import "github.com/docker/docker/daemon/graphdriver/btrfs"

View file

@ -1,3 +1,4 @@
//go:build linux
// +build linux
package btrfs // import "github.com/docker/docker/daemon/graphdriver/btrfs"

View file

@ -1,3 +1,4 @@
//go:build linux
// +build linux
package copy // import "github.com/docker/docker/daemon/graphdriver/copy"

View file

@ -1,3 +1,4 @@
//go:build linux
// +build linux
package copy // import "github.com/docker/docker/daemon/graphdriver/copy"

View file

@ -1,3 +1,4 @@
//go:build linux
// +build linux
package devmapper // import "github.com/docker/docker/daemon/graphdriver/devmapper"

View file

@ -1,3 +1,4 @@
//go:build linux
// +build linux
package devmapper // import "github.com/docker/docker/daemon/graphdriver/devmapper"

View file

@ -1,3 +1,4 @@
//go:build linux
// +build linux
package devmapper // import "github.com/docker/docker/daemon/graphdriver/devmapper"

View file

@ -1,3 +1,4 @@
//go:build linux
// +build linux
package devmapper // import "github.com/docker/docker/daemon/graphdriver/devmapper"

View file

@ -1,3 +1,4 @@
//go:build !linux && !windows && !freebsd
// +build !linux,!windows,!freebsd
package graphdriver // import "github.com/docker/docker/daemon/graphdriver"

View file

@ -1,3 +1,4 @@
//go:build linux
// +build linux
package fuseoverlayfs // import "github.com/docker/docker/daemon/graphdriver/fuse-overlayfs"

View file

@ -1,3 +1,4 @@
//go:build linux
// +build linux
package fuseoverlayfs // import "github.com/docker/docker/daemon/graphdriver/fuse-overlayfs"

View file

@ -1,3 +1,4 @@
//go:build !linux
// +build !linux
package fuseoverlayfs // import "github.com/docker/docker/daemon/graphdriver/fuse-overlayfs"

View file

@ -1,3 +1,4 @@
//go:build linux || freebsd
// +build linux freebsd
package graphtest // import "github.com/docker/docker/daemon/graphdriver/graphtest"

View file

@ -1,3 +1,4 @@
//go:build linux || freebsd
// +build linux freebsd
package graphtest // import "github.com/docker/docker/daemon/graphdriver/graphtest"

View file

@ -1,3 +1,4 @@
//go:build linux || freebsd
// +build linux freebsd
package graphtest // import "github.com/docker/docker/daemon/graphdriver/graphtest"

View file

@ -1,3 +1,4 @@
//go:build windows
// +build windows
// Locale: en-gb

View file

@ -1,3 +1,4 @@
//go:build windows
// +build windows
package lcow // import "github.com/docker/docker/daemon/graphdriver/lcow"

View file

@ -1,3 +1,4 @@
//go:build windows
// +build windows
package lcow // import "github.com/docker/docker/daemon/graphdriver/lcow"

View file

@ -1,3 +1,4 @@
//go:build windows
// +build windows
package lcow // import "github.com/docker/docker/daemon/graphdriver/lcow"

View file

@ -1,3 +1,4 @@
//go:build windows
// +build windows
package lcow // import "github.com/docker/docker/daemon/graphdriver/lcow"

View file

@ -1,3 +1,4 @@
//go:build windows
// +build windows
package lcow // import "github.com/docker/docker/daemon/graphdriver/lcow"

View file

@ -1,3 +1,4 @@
//go:build linux
// +build linux
package overlay // import "github.com/docker/docker/daemon/graphdriver/overlay"

View file

@ -1,3 +1,4 @@
//go:build linux
// +build linux
package overlay // import "github.com/docker/docker/daemon/graphdriver/overlay"

View file

@ -1,3 +1,4 @@
//go:build !linux
// +build !linux
package overlay // import "github.com/docker/docker/daemon/graphdriver/overlay"

View file

@ -1,3 +1,4 @@
//go:build linux
// +build linux
package overlay2 // import "github.com/docker/docker/daemon/graphdriver/overlay2"

View file

@ -1,3 +1,4 @@
//go:build linux
// +build linux
package overlay2 // import "github.com/docker/docker/daemon/graphdriver/overlay2"

View file

@ -1,3 +1,4 @@
//go:build linux
// +build linux
package overlay2 // import "github.com/docker/docker/daemon/graphdriver/overlay2"

View file

@ -1,3 +1,4 @@
//go:build linux
// +build linux
package overlay2 // import "github.com/docker/docker/daemon/graphdriver/overlay2"

View file

@ -1,3 +1,4 @@
//go:build !linux
// +build !linux
package overlay2 // import "github.com/docker/docker/daemon/graphdriver/overlay2"

View file

@ -1,3 +1,4 @@
//go:build linux
// +build linux
package overlayutils // import "github.com/docker/docker/daemon/graphdriver/overlayutils"

View file

@ -1,3 +1,4 @@
//go:build linux
// +build linux
package overlayutils // import "github.com/docker/docker/daemon/graphdriver/overlayutils"

View file

@ -1,3 +1,4 @@
//go:build linux
// +build linux
// Forked from https://github.com/containerd/containerd/blob/9ade247b38b5a685244e1391c86ff41ab109556e/snapshots/overlay/check.go

View file

@ -1,3 +1,4 @@
//go:build !exclude_graphdriver_aufs && linux
// +build !exclude_graphdriver_aufs,linux
package register // import "github.com/docker/docker/daemon/graphdriver/register"

View file

@ -1,3 +1,4 @@
//go:build !exclude_graphdriver_btrfs && linux
// +build !exclude_graphdriver_btrfs,linux
package register // import "github.com/docker/docker/daemon/graphdriver/register"

View file

@ -1,3 +1,4 @@
//go:build !exclude_graphdriver_devicemapper && !static_build && linux
// +build !exclude_graphdriver_devicemapper,!static_build,linux
package register // import "github.com/docker/docker/daemon/graphdriver/register"

View file

@ -1,3 +1,4 @@
//go:build !exclude_graphdriver_fuseoverlayfs && linux
// +build !exclude_graphdriver_fuseoverlayfs,linux
package register // import "github.com/docker/docker/daemon/graphdriver/register"

View file

@ -1,3 +1,4 @@
//go:build !exclude_graphdriver_overlay && linux
// +build !exclude_graphdriver_overlay,linux
package register // import "github.com/docker/docker/daemon/graphdriver/register"

View file

@ -1,3 +1,4 @@
//go:build !exclude_graphdriver_overlay2 && linux
// +build !exclude_graphdriver_overlay2,linux
package register // import "github.com/docker/docker/daemon/graphdriver/register"

View file

@ -1,3 +1,4 @@
//go:build (!exclude_graphdriver_zfs && linux) || (!exclude_graphdriver_zfs && freebsd)
// +build !exclude_graphdriver_zfs,linux !exclude_graphdriver_zfs,freebsd
package register // import "github.com/docker/docker/daemon/graphdriver/register"

View file

@ -1,3 +1,4 @@
//go:build !linux
// +build !linux
package vfs // import "github.com/docker/docker/daemon/graphdriver/vfs"

View file

@ -1,3 +1,4 @@
//go:build !linux
// +build !linux
package vfs // import "github.com/docker/docker/daemon/graphdriver/vfs"

Some files were not shown because too many files have changed in this diff Show more