Skip to content
This repository has been archived by the owner on Jun 29, 2020. It is now read-only.

Can't modify files in container anymore when using jetty:latest as Baseimage for Dockerfile. #77

Closed
@tarator

Description

I'm using jetty:latest as Baseimage in my Dockerfile (FROM jetty:latest)

I used to modify some parts within the Container with statements in my Dockerfile like:

RUN rm -f /etc/localtime && ln -snf /usr/share/zoneinfo/$TIMEZONE /etc/localtime && echo $TIMEZONE > /etc/timezone

RUN apt-get update && \
    apt-get -y upgrade && \
    apt-get -y install foo bla && \
    apt-get clean
RUN mkdir /somedir

Since the latest version of the Image I get an "permission denied" error when trying to run any of this commands.

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions