Guidelines: https://petsymposium.org/artifacts.php
speed up docker build time
go
golang/go#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
Guidelines: https://petsymposium.org/artifacts.php
speed up docker build time
go
golang/go#27719
Unorganized list of tasks
faucet.jsdocker 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.