Versions in this module Expand all Collapse all v0 v0.1.0 Jan 17, 2024 Changes in this version + func CalculateDockerfileChecksum(c Config) (string, error) + func PathsFromDockerfile(res *parser.Result, buildArgs map[string]string) []string + type Config struct + BuildArgs map[string]string + Debug bool + Dockerfile string + Hash string + Labels map[string]string + Platforms []string + Workdir string + func (c *Config) SetLogger(l *slog.Logger) + type LoggingHash struct + func (l *LoggingHash) Write(p []byte) (n int, err error)