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
653dd61a
Unverified
Commit
653dd61a
authored
Mar 15, 2024
by
Brian Downs
Committed by
GitHub
Mar 15, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update to v1.28.8-k3s1 and Go 1.21.8 (#9746)
parent
aa3a18ba
Expand all
Hide 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 @
653dd61a
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 @
653dd61a
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 @
653dd61a
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 @
653dd61a
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 @
653dd61a
This diff is collapsed.
Click to expand it.
go.sum
View file @
653dd61a
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