Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[QOL-9199] migrate from amazee.io test containers to OKFN #76

Merged
merged 1 commit into from
Aug 15, 2022

Conversation

ThrawnCA
Copy link

This should result in faster builds, easier updates (since OKFN has already done the work of preinstalling the right dependency versions), and better compatibility with other forks (which will normally use OKFN containers).


ENV DOCKERIZE_VERSION v0.6.1
RUN apk add --no-cache build-base \
&& curl -sLO https://github.com/jwilder/dockerize/releases/download/${DOCKERIZE_VERSION}/dockerize-alpine-linux-amd64-${DOCKERIZE_VERSION}.tar.gz \
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if you could include the dockerize version in git it may go even faster.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually, I don't think we use dockerize for anything except a socket test that could be done with preinstalled netcat.


name: Continuous Integration build on CKAN ${{ matrix.ckan-version }} ${{ matrix.python-version }}
name: Continuous Integration build on CKAN ${{ matrix.ckan-version }}
runs-on: ubuntu-latest
container: integratedexperts/ci-builder
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You could investigate adding container caching to our github actions list to see if that makes it even faster (for base) https://github.com/marketplace/actions/docker-layer-caching

@ThrawnCA ThrawnCA merged commit e7c8e00 into develop Aug 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants