mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-05 20:26:44 +02:00
Merge pull request #1231 from flatcar/docker-go-1.19
Build docker with go 1.19
This commit is contained in:
commit
ff8f0619cd
1
changelog/bugfixes/2023-10-09-docker-go-1.19.md
Normal file
1
changelog/bugfixes/2023-10-09-docker-go-1.19.md
Normal file
@ -0,0 +1 @@
|
|||||||
|
- Fixed a regression in Docker resulting in file permissions being dropped from exported container images. ([scripts#1231](https://github.com/flatcar/scripts/pull/1231))
|
||||||
@ -6,7 +6,7 @@ GIT_COMMIT=e78084afe5
|
|||||||
EGO_PN="github.com/docker/cli"
|
EGO_PN="github.com/docker/cli"
|
||||||
|
|
||||||
COREOS_GO_PACKAGE="${EGO_PN}"
|
COREOS_GO_PACKAGE="${EGO_PN}"
|
||||||
COREOS_GO_VERSION="go1.18"
|
COREOS_GO_VERSION="go1.19"
|
||||||
|
|
||||||
inherit bash-completion-r1 golang-vcs-snapshot coreos-go-depend
|
inherit bash-completion-r1 golang-vcs-snapshot coreos-go-depend
|
||||||
|
|
||||||
|
|||||||
@ -5,7 +5,7 @@ EAPI=6
|
|||||||
EGO_PN="github.com/docker/libnetwork"
|
EGO_PN="github.com/docker/libnetwork"
|
||||||
|
|
||||||
COREOS_GO_PACKAGE="${EGO_PN}"
|
COREOS_GO_PACKAGE="${EGO_PN}"
|
||||||
COREOS_GO_VERSION="go1.18"
|
COREOS_GO_VERSION="go1.19"
|
||||||
COREOS_GO_GO111MODULE="off"
|
COREOS_GO_GO111MODULE="off"
|
||||||
|
|
||||||
if [[ ${PV} == *9999 ]]; then
|
if [[ ${PV} == *9999 ]]; then
|
||||||
|
|||||||
@ -5,7 +5,7 @@ EAPI=6
|
|||||||
|
|
||||||
GITHUB_URI="github.com/opencontainers/runc"
|
GITHUB_URI="github.com/opencontainers/runc"
|
||||||
COREOS_GO_PACKAGE="${GITHUB_URI}"
|
COREOS_GO_PACKAGE="${GITHUB_URI}"
|
||||||
COREOS_GO_VERSION="go1.18"
|
COREOS_GO_VERSION="go1.19"
|
||||||
# the commit of runc that docker uses.
|
# the commit of runc that docker uses.
|
||||||
# see https://github.com/docker/docker-ce/blob/v19.03.15/components/engine/hack/dockerfile/install/runc.installer#L4
|
# see https://github.com/docker/docker-ce/blob/v19.03.15/components/engine/hack/dockerfile/install/runc.installer#L4
|
||||||
COMMIT_ID="532d81d385677036958916d9aed5dd3431c5edb5"
|
COMMIT_ID="532d81d385677036958916d9aed5dd3431c5edb5"
|
||||||
|
|||||||
@ -4,7 +4,7 @@
|
|||||||
EAPI=7
|
EAPI=7
|
||||||
EGO_PN=github.com/docker/docker
|
EGO_PN=github.com/docker/docker
|
||||||
GIT_COMMIT=d6cbf44b8c
|
GIT_COMMIT=d6cbf44b8c
|
||||||
COREOS_GO_VERSION="go1.18"
|
COREOS_GO_VERSION="go1.19"
|
||||||
COREOS_GO_GO111MODULE="off"
|
COREOS_GO_GO111MODULE="off"
|
||||||
|
|
||||||
inherit bash-completion-r1 linux-info systemd udev golang-vcs-snapshot
|
inherit bash-completion-r1 linux-info systemd udev golang-vcs-snapshot
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user