Giter Site home page Giter Site logo

dockerfiles's People

Contributors

jgrund avatar johnsonw avatar mkpankov avatar utopiabound avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

dockerfiles's Issues

Local docker build modifies files tracked by git

➜  integrated-manager-for-lustre git:(master) ✗ docker run -it -e SPEC="rust-iml.spec" -e LOCAL_ONLY="True" -e CARGO_HOME=/build/.cargo -v $(pwd):/build:rw imlteam/copr-rust:stable
...
➜  integrated-manager-for-lustre git:(master) ✗ git status
On branch master
Your branch is up to date with 'origin/master'.

Changes not staged for commit:
  (use "git add <file>..." to update what will be committed)
  (use "git restore <file>..." to discard changes in working directory)
	modified:   rust-iml.spec

no changes added to commit (use "git add" and/or "git commit -a")
➜  integrated-manager-for-lustre git:(master) ✗ git diff
diff --git a/rust-iml.spec b/rust-iml.spec
index 4aecd4f38..3b954176e 100644
--- a/rust-iml.spec
+++ b/rust-iml.spec
@@ -6,7 +6,7 @@ BuildRequires: systemd
 Name: rust-%{crate}
 Version: 0.1.2
 # Release Start
-Release: 1%{?dist}
+Release:    1.1579275764%{?dist}
 # Release End
 Summary: Integrated Manager for Lustre Services
 

It's an inconvenience as one has to remember to clean the workspace before checking out branches, rebasing and so on.

Hardcode devel builds to be 0.epoch

Right now our devel builds do epoch.release, where epoch is num seconds since midnight 1970.

Instead, do 0.epoch so versions not built with imlteam/copr will be superior if intended.

Copr: Enable network while building

Builds for new packages are not network enabled. Make sure to create builds with enable_net, which should enable the network for building (need to check this works in Copr v3 API).

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.