Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
08d538fb
Commit
08d538fb
authored
Dec 01, 2021
by
Brad Davidson
Committed by
Brad Davidson
Dec 22, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update golang
Signed-off-by:
Brad Davidson
<
brad.davidson@rancher.com
>
parent
87395e32
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
8 additions
and
9 deletions
+8
-9
integration.yaml
.github/workflows/integration.yaml
+2
-3
unitcoverage.yaml
.github/workflows/unitcoverage.yaml
+1
-1
Dockerfile.dapper
Dockerfile.dapper
+1
-1
Dockerfile.manifest
Dockerfile.manifest
+1
-1
Dockerfile.test.dapper
Dockerfile.test.dapper
+1
-1
Dockerfile.test.mod.dapper
Dockerfile.test.mod.dapper
+1
-1
Dockerfile
package/Dockerfile
+1
-1
No files found.
.github/workflows/integration.yaml
View file @
08d538fb
...
...
@@ -43,7 +43,7 @@ jobs:
-
name
:
Install Go
uses
:
actions/setup-go@v2
with
:
go-version
:
'
1.1
6
.5'
go-version
:
'
1.1
7
.5'
-
name
:
Checkout
uses
:
actions/checkout@v2
with
:
...
...
@@ -60,4 +60,4 @@ jobs:
-
name
:
On Failure, Launch Debug Session
if
:
${{ failure() }}
uses
:
mxschmitt/action-tmate@v3
timeout-minutes
:
5
\ No newline at end of file
timeout-minutes
:
5
.github/workflows/unitcoverage.yaml
View file @
08d538fb
...
...
@@ -29,7 +29,7 @@ jobs:
-
name
:
Install Go
uses
:
actions/setup-go@v2
with
:
go-version
:
'
1.1
6
.5'
go-version
:
'
1.1
7
.5'
-
name
:
Checkout
uses
:
actions/checkout@v2
with
:
...
...
Dockerfile.dapper
View file @
08d538fb
ARG GOLANG=golang:1.1
6.10-alpine3.13
ARG GOLANG=golang:1.1
7.5-alpine3.15
FROM ${GOLANG}
ARG http_proxy=$http_proxy
...
...
Dockerfile.manifest
View file @
08d538fb
ARG GOLANG=golang:1.1
6.10-alpine3.13
ARG GOLANG=golang:1.1
7.5-alpine3.15
FROM ${GOLANG}
COPY --from=plugins/manifest:1.2.3 /bin/* /bin/
...
...
Dockerfile.test.dapper
View file @
08d538fb
ARG GOLANG=golang:1.1
6.10-alpine3.13
ARG GOLANG=golang:1.1
7.5-alpine3.15
FROM ${GOLANG}
RUN apk -U --no-cache add bash git gcc musl-dev docker curl jq coreutils python3 openssl py3-pip procps
...
...
Dockerfile.test.mod.dapper
View file @
08d538fb
ARG GOLANG=golang:1.1
6.10-alpine3.13
ARG GOLANG=golang:1.1
7.5-alpine3.15
FROM ${GOLANG}
RUN apk -U --no-cache add bash jq
...
...
package/Dockerfile
View file @
08d538fb
FROM
alpine:3.1
2
as base
FROM
alpine:3.1
5
as base
RUN
apk add
-U
ca-certificates
tar
zstd
COPY
build/out/data.tar.zst /
RUN
mkdir
-p
/image/etc/ssl/certs /image/run /image/var/run /image/tmp /image/lib/modules /image/lib/firmware
&&
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment