Base Image - Definição do Glossário de CI/CD
Uma base image é a imagem nomeada no primeiro FROM de um Dockerfile, fornecendo o SO e o runtime sobre os quais suas camadas constroem; bases menores e confiáveis reduzem tamanho e risco.
Guias relacionados
Dockerfile - CI/CD Glossary DefinitionA Dockerfile is the text recipe of instructions - FROM, RUN, COPY, CMD - that Docker executes to build a cont…
Multi-Stage Build - CI/CD Glossary DefinitionA multi-stage build uses several FROM stages in one Dockerfile so heavy build tools stay out of the final ima…