Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
nebula
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
exchain
nebula
Commits
a3cdc5ee
Unverified
Commit
a3cdc5ee
authored
May 03, 2023
by
Adrian Sutton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update docker files to use golang:1.19.9 and alpine3.16
parent
c3df5d35
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
15 additions
and
15 deletions
+15
-15
Dockerfile
op-batcher/Dockerfile
+2
-2
Dockerfile
op-chain-ops/Dockerfile
+1
-1
Dockerfile
op-exporter/Dockerfile
+2
-2
Dockerfile
op-node/Dockerfile
+2
-2
Dockerfile
op-program/Dockerfile
+2
-2
Dockerfile
op-proposer/Dockerfile
+2
-2
Dockerfile
op-wheel/Dockerfile
+2
-2
Dockerfile.stateviz
ops-bedrock/Dockerfile.stateviz
+2
-2
No files found.
op-batcher/Dockerfile
View file @
a3cdc5ee
FROM
--platform=$BUILDPLATFORM golang:1.19.
0-alpine3.15
as builder
FROM
--platform=$BUILDPLATFORM golang:1.19.
9-alpine3.16
as builder
ARG
VERSION=v0.0.0
...
...
@@ -23,7 +23,7 @@ ARG TARGETOS TARGETARCH
RUN
make op-batcher
VERSION
=
"
$VERSION
"
GOOS
=
$TARGETOS
GOARCH
=
$TARGETARCH
FROM
alpine:3.1
5
FROM
alpine:3.1
6
COPY
--from=builder /app/op-batcher/bin/op-batcher /usr/local/bin
...
...
op-chain-ops/Dockerfile
View file @
a3cdc5ee
FROM
golang:1.19.
0
-alpine3.15 as builder
FROM
golang:1.19.
9
-alpine3.15 as builder
RUN
apk add
--no-cache
make gcc musl-dev linux-headers git jq bash
...
...
op-exporter/Dockerfile
View file @
a3cdc5ee
FROM
golang:1.19.
0-alpine3.15
as builder
FROM
golang:1.19.
9-alpine3.16
as builder
# build from root of repo
COPY
./op-exporter /app
...
...
@@ -7,7 +7,7 @@ WORKDIR /app/
RUN
apk
--no-cache
add make bash jq git
RUN
make build
FROM
alpine:3.1
5
FROM
alpine:3.1
6
RUN
apk
--no-cache
add ca-certificates
WORKDIR
/root/
COPY
--from=builder /app/op-exporter /usr/local/bin/
...
...
op-node/Dockerfile
View file @
a3cdc5ee
FROM
--platform=$BUILDPLATFORM golang:1.19.
0-alpine3.15
as builder
FROM
--platform=$BUILDPLATFORM golang:1.19.
9-alpine3.16
as builder
ARG
VERSION=v0.0.0
...
...
@@ -21,7 +21,7 @@ ARG TARGETOS TARGETARCH
RUN
make op-node
VERSION
=
"
$VERSION
"
GOOS
=
$TARGETOS
GOARCH
=
$TARGETARCH
FROM
alpine:3.1
5
FROM
alpine:3.1
6
COPY
--from=builder /app/op-node/bin/op-node /usr/local/bin
...
...
op-program/Dockerfile
View file @
a3cdc5ee
FROM
--platform=$BUILDPLATFORM golang:1.19.
0-alpine3.15
as builder
FROM
--platform=$BUILDPLATFORM golang:1.19.
9-alpine3.16
as builder
ARG
VERSION=v0.0.0
...
...
@@ -22,7 +22,7 @@ ARG TARGETOS TARGETARCH
RUN
make op-program
VERSION
=
"
$VERSION
"
GOOS
=
$TARGETOS
GOARCH
=
$TARGETARCH
FROM
alpine:3.1
5
FROM
alpine:3.1
6
COPY
--from=builder /app/op-program/bin/op-program /usr/local/bin
...
...
op-proposer/Dockerfile
View file @
a3cdc5ee
FROM
--platform=$BUILDPLATFORM golang:1.19.
0-alpine3.15
as builder
FROM
--platform=$BUILDPLATFORM golang:1.19.
9-alpine3.16
as builder
ARG
VERSION=v0.0.0
...
...
@@ -22,7 +22,7 @@ ARG TARGETOS TARGETARCH
RUN
make op-proposer
VERSION
=
"
$VERSION
"
GOOS
=
$TARGETOS
GOARCH
=
$TARGETARCH
FROM
alpine:3.1
5
FROM
alpine:3.1
6
COPY
--from=builder /app/op-proposer/bin/op-proposer /usr/local/bin
...
...
op-wheel/Dockerfile
View file @
a3cdc5ee
FROM
golang:1.19.
0-alpine3.15
as builder
FROM
golang:1.19.
9-alpine3.16
as builder
RUN
apk add
--no-cache
make gcc musl-dev linux-headers
...
...
@@ -14,7 +14,7 @@ WORKDIR /app/op-wheel
RUN
go build
-o
op-wheel ./cmd/main.go
FROM
alpine:3.1
5
FROM
alpine:3.1
6
COPY
--from=builder /app/op-wheel/op-wheel /usr/local/bin
...
...
ops-bedrock/Dockerfile.stateviz
View file @
a3cdc5ee
FROM golang:1.1
8.0-alpine3.15
as builder
FROM golang:1.1
9.9-alpine3.16
as builder
RUN apk add --no-cache make gcc musl-dev linux-headers git jq bash
...
...
@@ -14,7 +14,7 @@ COPY ./op-node /app/op-node
RUN go build -o ./bin/stateviz ./cmd/stateviz
FROM alpine:3.1
5
FROM alpine:3.1
6
COPY --from=builder /app/op-node/bin/stateviz /usr/local/bin
...
...
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