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
8aecc26b
Unverified
Commit
8aecc26b
authored
Mar 17, 2024
by
Brian Downs
Committed by
GitHub
Mar 17, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update to v1.29.3-k3s1 and Go 1.21.8 (#9747)
parent
bba3e3c6
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
4 additions
and
4 deletions
+4
-4
Dockerfile.dapper
Dockerfile.dapper
+1
-1
Dockerfile.local
Dockerfile.local
+1
-1
Dockerfile.manifest
Dockerfile.manifest
+1
-1
Dockerfile.test
Dockerfile.test
+1
-1
go.mod
go.mod
+0
-0
go.sum
go.sum
+0
-0
No files found.
Dockerfile.dapper
View file @
8aecc26b
ARG GOLANG=golang:1.21.
7
-alpine3.18
ARG GOLANG=golang:1.21.
8
-alpine3.18
FROM ${GOLANG}
# Set proxy environment variables
...
...
Dockerfile.local
View file @
8aecc26b
ARG GOLANG=golang:1.21.
7
-alpine3.18
ARG GOLANG=golang:1.21.
8
-alpine3.18
FROM ${GOLANG} as infra
ARG http_proxy=$http_proxy
...
...
Dockerfile.manifest
View file @
8aecc26b
ARG GOLANG=golang:1.21.
7
-alpine3.18
ARG GOLANG=golang:1.21.
8
-alpine3.18
FROM ${GOLANG}
COPY --from=plugins/manifest:1.2.3 /bin/* /bin/
...
...
Dockerfile.test
View file @
8aecc26b
ARG
GOLANG
=
golang
:
1.21
.
7
-
alpine3
.
18
ARG
GOLANG
=
golang
:
1.21
.
8
-
alpine3
.
18
FROM
$
{
GOLANG
}
as
test
-
base
RUN
apk
-
U
--
no
-
cache
add
bash
jq
...
...
go.mod
View file @
8aecc26b
This diff is collapsed.
Click to expand it.
go.sum
View file @
8aecc26b
This diff is collapsed.
Click to expand it.
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