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
635e1295
Commit
635e1295
authored
Aug 14, 2019
by
William Zhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
upgrade to go1.12.9 & alpine3.10
Signed-off-by:
William Zhang
<
zhang.wanmin@zte.com.cn
>
parent
c849525a
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
Dockerfile.dapper
Dockerfile.dapper
+1
-1
Dockerfile.sonobuoy.dapper
Dockerfile.sonobuoy.dapper
+1
-1
Dockerfile
package/Dockerfile
+2
-2
No files found.
Dockerfile.dapper
View file @
635e1295
FROM golang:1.12.
1-alpine3.9
FROM golang:1.12.
9-alpine3.10
RUN apk -U --no-cache add bash git gcc musl-dev docker vim less file curl wget ca-certificates jq linux-headers zlib-dev tar zip squashfs-tools npm coreutils \
python3 py3-pip python3-dev openssl-dev libffi-dev libseccomp libseccomp-dev make
...
...
Dockerfile.sonobuoy.dapper
View file @
635e1295
FROM golang:1.12.
1-alpine3.9
FROM golang:1.12.
9-alpine3.10
RUN apk -U --no-cache add bash git docker curl jq coreutils
RUN go get -d github.com/heptio/sonobuoy && \
...
...
package/Dockerfile
View file @
635e1295
FROM
alpine:3.
9
as base
FROM
alpine:3.
10
as base
RUN
apk add
-U
ca-certificates
ADD
build/out/data.tar.gz /image
RUN
mkdir
-p
/image/etc/ssl/certs /image/run /image/var/run /image/tmp /image/lib/modules /image/lib/firmware
&&
\
...
...
@@ -10,7 +10,7 @@ RUN cd image/bin && \
FROM
scratch
COPY
--from=base /image /
RUN
chmod
1777 /tmp
VOLUME
/var/lib/rancher/k3s
VOLUME
/var/lib/rancher/k3s
VOLUME
/var/lib/cni
VOLUME
/var/log
ENV
PATH="$PATH:/bin/aux"
...
...
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