Skip to content
Snippets Groups Projects
Commit f55385f8 authored by nimrod's avatar nimrod
Browse files

Some updates.

- Update base image to Debian Bullseye.
- Use full names for images.
- Use go install instead of go get (it's being deprecated).
parent 74df0740
No related branches found
No related tags found
No related merge requests found
Pipeline #2484 failed
FROM golang:1.17-bullseye as golang
RUN go get github.com/spelufo/on-change && \
go get github.com/sugyan/ttyrec2gif
FROM docker.io/golang:1.17-bullseye as golang
RUN go install github.com/spelufo/on-change@latest && \
go install github.com/sugyan/ttyrec2gif@latest
FROM debian:buster-slim
FROM docker.io/debian:bullseye-slim
COPY --from=golang /go/bin/on-change /go/bin/ttyrec2gif /usr/local/bin/
# hadolint ignore=DL3008
RUN apt-get update && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment