You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Newly generated images are always (implicitly) based on :latest - the FROM base image specifies just alpine. It would be complementary (well, quite neat) if we could use the tag specified on cmd.cat/[...]:${tag} to change the base.
Perhaps not necessarily fully parameterize it, but at least add support for :edge to use FROM alpine:edge as base. 🌻
The text was updated successfully, but these errors were encountered:
Newly generated images are always (implicitly) based on
:latest
- theFROM
base image specifies justalpine
. It would be complementary (well, quite neat) if we could use the tag specified oncmd.cat/[...]:${tag}
to change the base.Perhaps not necessarily fully parameterize it, but at least add support for
:edge
to useFROM alpine:edge
as base. 🌻The text was updated successfully, but these errors were encountered: