initc3 / SecretNetwork-Sandbox

Other
2 stars 0 forks source link

popets artifacts #28

Open sbellem opened 1 year ago

sbellem commented 1 year ago

Guidelines: https://petsymposium.org/artifacts.php

speed up docker build time

go

https://github.com/golang/go/issues/27719

COPY go.mod go.sum ./
# Download dependencies
RUN go mod download

Unorganized list of tasks

docker compose vs docker-compose

Given the deprecation notice and that we wish for the artifact to be usable as long as possible then the switch seems to be a well justified.

Important

From the end of June 2023 Compose V1 won’t be supported anymore and will be removed from all Docker Desktop versions.

Make sure you switch to Compose V2 with the docker compose CLI plugin or by activating the Use Docker Compose V2 setting in Docker Desktop. For more information, see the Evolution of Compose

sbellem commented 1 year ago
* error decoding 'volumes[2]': invalid spec: ./backup_snip20:: empty section between colons
sbellem commented 7 months ago

Add Makefile target to show gifs, with dockerized Terminalizer, so that people don't need to install Terminalizer.