Skip to content

Missing Files already Mentioned in Dockerfile #490

@bakursait

Description

@bakursait

The Docker file in the root directory mentions some directories and files that are not exists in the master branch, like the docker/ directory and its content.

SATOSA/Dockerfile

Lines 16 to 25 in f519bc6

COPY docker/setup.sh /setup.sh
COPY docker/start.sh /start.sh
RUN chmod +x /setup.sh /start.sh \
&& sync \
&& /setup.sh
COPY docker/attributemaps /opt/satosa/attributemaps
VOLUME /opt/satosa/etc
CMD ["/start.sh"]

I searched other branches and found that this directory and its content were there (branches from v4.0.0 to v6.1.0). but it was removed from the recent branches.

Image

I am planning to build the image on my own, but I am wondering if we could use the directory and its content from previous branches or remove the corresponding lines from the Dockerfile?

Thanks

Metadata

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