Skip to content

Commit

Permalink
chore: update ln labs images
Browse files Browse the repository at this point in the history
  • Loading branch information
vafanassieff committed Dec 30, 2024
1 parent fc9302c commit 863e927
Show file tree
Hide file tree
Showing 12 changed files with 13 additions and 22 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/bake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,6 @@ jobs:
username: vafanassieff
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Cache Docker layers
uses: actions/cache@v4
id: cache
with:
path: /tmp/.buildx-cache
key: buildx-${{ github.sha }}
restore-keys: |
buildx-
- name: Print Bake file
env:
COMMIT: ${{ inputs.commit }}
Expand Down Expand Up @@ -90,8 +81,6 @@ jobs:
DOCKERFILE: ${{ inputs.dockerfile }}
run: |
docker buildx bake \
--set *.cache-from="type=local,src=/tmp/.buildx-cache" \
--set *.cache-to="type=local,dest=/tmp/.buildx-cache" \
--set *.output="type=registry" \
--file ${{ inputs.path }}/image.hcl \
--file docker-bake.hcl \
Expand Down
2 changes: 1 addition & 1 deletion docker/faraday/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.19.3-alpine AS builder
FROM golang:1.22.6-alpine AS builder

ARG VERSION
ARG COMMIT
Expand Down
4 changes: 3 additions & 1 deletion docker/lightning-terminal/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ RUN gpg --keyserver hkps://keyserver.ubuntu.com --recv-keys 187F6ADD93AE3B0CF335

FROM node:20.9.0-alpine as node

RUN apk add --no-cache --update git

COPY --from=git /go/src/github.com/lightninglabs/lightning-terminal /go/src/github.com/lightninglabs/lightning-terminal

RUN yarn config set registry "http://registry.npmjs.org" && \
Expand All @@ -22,7 +24,7 @@ RUN yarn config set registry "http://registry.npmjs.org" && \
yarn install --frozen-lockfile && \
yarn build

FROM golang:1.22.4-alpine AS go
FROM golang:1.22.6-alpine AS go

ENV GODEBUG netdns=cgo

Expand Down
2 changes: 1 addition & 1 deletion docker/lightning-terminal/image.hcl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Release version
VERSION="v0.13.4-alpha"
VERSION="v0.14.0-alpha"

# Image config
NAME="lightning-terminal"
Expand Down
2 changes: 1 addition & 1 deletion docker/lnd/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.22.5-alpine AS builder
FROM golang:1.22.6-alpine AS builder

ARG VERSION
ARG LND_BUILD_TAGS="autopilotrpc signrpc walletrpc chainrpc invoicesrpc neutrinorpc routerrpc watchtowerrpc monitoring peersrpc kvdb_postrgres kvdb_etcd kvdb_sqlite"
Expand Down
2 changes: 1 addition & 1 deletion docker/lnd/image.hcl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Release version
VERSION="v0.18.3-beta"
VERSION="v0.18.4-beta"

# Image config
NAME="lnd"
Expand Down
2 changes: 1 addition & 1 deletion docker/lndmon/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.19.3-alpine AS builder
FROM golang:1.22.6-alpine AS builder

ARG VERSION
ARG COMMIT
Expand Down
2 changes: 1 addition & 1 deletion docker/loop/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.22.4-alpine AS builder
FROM golang:1.22.6-alpine AS builder

ARG VERSION
ARG COMMIT
Expand Down
2 changes: 1 addition & 1 deletion docker/loop/image.hcl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Release version
VERSION="v0.28.7-beta"
VERSION="v0.29.0-beta"

# Image config
NAME="loop"
Expand Down
2 changes: 1 addition & 1 deletion docker/pool/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.19.3-alpine AS builder
FROM golang:1.22.6-alpine AS builder

ARG VERSION
ARG COMMIT
Expand Down
2 changes: 1 addition & 1 deletion docker/taproot-assets/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.22.1-alpine AS builder
FROM golang:1.22.6-alpine AS builder

ARG VERSION
ARG COMMIT
Expand Down
2 changes: 1 addition & 1 deletion docker/taproot-assets/image.hcl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Release version
VERSION="v0.4.1"
VERSION="v0.5.0"

# Image config
NAME="taproot-assets"
Expand Down

0 comments on commit 863e927

Please sign in to comment.